We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910c5d3 commit 7c0f249Copy full SHA for 7c0f249
1 file changed
src/compiler/parser.ts
@@ -6128,7 +6128,7 @@ namespace ts {
6128
|| node.kind === SyntaxKind.ExportDeclaration
6129
|| isMetaProperty(node) && node.keywordToken === SyntaxKind.ImportKeyword && node.name.escapedText === "meta"
6130
? node
6131
- : undefined
+ : undefined;
6132
}
6133
6134
function walkTreeForExternalModuleIndicators(node: Node): Node {
0 commit comments