typescript-language-server
Version:
Language Server Protocol (LSP) implementation for TypeScript using tsserver
6 lines • 522 B
TypeScript
import * as lsp from 'vscode-languageserver';
import type tsp from 'typescript/lib/protocol.d.js';
export declare function collectDocumentSymbols(parent: tsp.NavigationTree, symbols: lsp.DocumentSymbol[]): boolean;
export declare function collectSymbolInformation(uri: string, current: tsp.NavigationTree, symbols: lsp.SymbolInformation[], containerName?: string): boolean;
export declare function shouldIncludeEntry(item: tsp.NavigationTree | tsp.NavigationBarItem): boolean;
//# sourceMappingURL=document-symbol.d.ts.map