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 32562ff commit 98b9d82Copy full SHA for 98b9d82
src/compiler/parser.ts
@@ -3626,7 +3626,7 @@ namespace ts {
3626
if (token() === SyntaxKind.LessThanToken) {
3627
return true;
3628
}
3629
- if(token() === SyntaxKind.OpenParenToken && lookAhead(isUnambiguouslyStartOfFunctionType)) {
+ if (token() === SyntaxKind.OpenParenToken && lookAhead(isUnambiguouslyStartOfFunctionType)) {
3630
3631
3632
return token() === SyntaxKind.NewKeyword;
0 commit comments