Skip to content

Commit 6449ee7

Browse files
committed
Merge
2 parents c3c80b7 + 96a3047 commit 6449ee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/parser.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4609,6 +4609,7 @@ namespace ts {
46094609
case SyntaxKind.EnumKeyword:
46104610
return parseEnumDeclaration(fullStart, decorators, modifiers);
46114611
case SyntaxKind.GlobalKeyword:
4612+
return parseModuleDeclaration(fullStart, decorators, modifiers);
46124613
case SyntaxKind.ModuleKeyword:
46134614
case SyntaxKind.NamespaceKeyword:
46144615
return parseModuleDeclaration(fullStart, decorators, modifiers);

0 commit comments

Comments
 (0)