From c3bf36e78300e46424fdee5697b1485a108f4ad9 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Tue, 3 Feb 2015 12:40:37 -0800 Subject: [PATCH] Add missing definition to shims --- src/services/shims.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/shims.ts b/src/services/shims.ts index c9f33914e09..e917323efe7 100644 --- a/src/services/shims.ts +++ b/src/services/shims.ts @@ -89,6 +89,7 @@ module ts { getCompilerOptionsDiagnostics(): string; getSyntacticClassifications(fileName: string, start: number, length: number): string; + getSemanticClassifications(fileName: string, start: number, length: number): string; getCompletionsAtPosition(fileName: string, position: number): string; getCompletionEntryDetails(fileName: string, position: number, entryName: string): string;