We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a0b13 commit 149de04Copy full SHA for 149de04
src/compiler/parser.ts
@@ -4609,7 +4609,6 @@ 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