File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5680,7 +5680,7 @@ module ts {
5680
5680
keyword2 === SyntaxKind . ConstructorKeyword ||
5681
5681
keyword2 === SyntaxKind . StaticKeyword ) {
5682
5682
5683
- // Allow things like "public get", "public constructor" and "public static".
5683
+ // Allow things like "public get", "public constructor" and "public static".
5684
5684
// These are all legal.
5685
5685
return true ;
5686
5686
}
@@ -5697,7 +5697,7 @@ module ts {
5697
5697
5698
5698
// If there is a syntactic classifier ('syntacticClassifierAbsent' is false),
5699
5699
// we will be more conservative in order to avoid conflicting with the syntactic classifier.
5700
- function getClassificationsForLine ( text : string , lexState : EndOfLineState , syntacticClassifierAbsent ? : boolean ) : ClassificationResult {
5700
+ function getClassificationsForLine ( text : string , lexState : EndOfLineState , syntacticClassifierAbsent : boolean ) : ClassificationResult {
5701
5701
var offset = 0 ;
5702
5702
var token = SyntaxKind . Unknown ;
5703
5703
var lastNonTriviaToken = SyntaxKind . Unknown ;
You can’t perform that action at this time.
0 commit comments