We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56e7ea commit c3bf36eCopy full SHA for c3bf36e
1 file changed
src/services/shims.ts
@@ -89,6 +89,7 @@ module ts {
89
getCompilerOptionsDiagnostics(): string;
90
91
getSyntacticClassifications(fileName: string, start: number, length: number): string;
92
+ getSemanticClassifications(fileName: string, start: number, length: number): string;
93
94
getCompletionsAtPosition(fileName: string, position: number): string;
95
getCompletionEntryDetails(fileName: string, position: number, entryName: string): string;
0 commit comments