We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3c80b7 + 96a3047 commit 6449ee7Copy full SHA for 6449ee7
src/compiler/parser.ts
@@ -4609,6 +4609,7 @@ namespace ts {
4609
case SyntaxKind.EnumKeyword:
4610
return parseEnumDeclaration(fullStart, decorators, modifiers);
4611
case SyntaxKind.GlobalKeyword:
4612
+ return parseModuleDeclaration(fullStart, decorators, modifiers);
4613
case SyntaxKind.ModuleKeyword:
4614
case SyntaxKind.NamespaceKeyword:
4615
return parseModuleDeclaration(fullStart, decorators, modifiers);
0 commit comments