Type Alias TextDocumentProvider

TextDocumentProvider: {
    get(uri: string | URI): undefined | TextDocument;
}

Surrogate definition of the TextDocuments interface from the vscode-languageserver package. No implementation object is expected to be offered by LangiumCoreServices, but only by LangiumLSPServices.