Skip to content

Commit 0f489b8

Browse files
author
Kanchalai Tanglertsampan
committed
random commit
1 parent 9d16d34 commit 0f489b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/parser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4810,6 +4810,7 @@ namespace ts {
48104810
case SyntaxKind.ImportKeyword:
48114811
return true;
48124812

4813+
48134814
case SyntaxKind.ConstKeyword:
48144815
case SyntaxKind.ExportKeyword:
48154816
return isStartOfDeclaration();

0 commit comments

Comments
 (0)