UNPKG

typescript-language-server

Version:

Language Server Protocol (LSP) implementation for TypeScript using tsserver

12 lines 398 B
export declare const Commands: { APPLY_WORKSPACE_EDIT: string; APPLY_CODE_ACTION: string; APPLY_REFACTORING: string; ORGANIZE_IMPORTS: string; APPLY_RENAME_FILE: string; APPLY_COMPLETION_CODE_ACTION: string; /** Commands below should be implemented by the client */ SELECT_REFACTORING: string; SOURCE_DEFINITION: string; }; //# sourceMappingURL=commands.d.ts.map