Skip to content

Commit 3fea0ae

Browse files
classifyKeywordsInGenerics -> syntacticClassifierAbsent
1 parent f1f085e commit 3fea0ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ module ts {
11711171
}
11721172

11731173
export interface Classifier {
1174-
getClassificationsForLine(text: string, lexState: EndOfLineState, classifyKeywordsInGenerics?: boolean): ClassificationResult;
1174+
getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent?: boolean): ClassificationResult;
11751175
}
11761176

11771177
/**

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ module ts {
165165
}
166166

167167
export interface ClassifierShim extends Shim {
168-
getClassificationsForLine(text: string, lexState: EndOfLineState, classifyKeywordsInGenerics?: boolean): string;
168+
getClassificationsForLine(text: string, lexState: EndOfLineState, syntacticClassifierAbsent?: boolean): string;
169169
}
170170

171171
export interface CoreServicesShim extends Shim {

0 commit comments

Comments
 (0)