mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-13 06:20:23 -06:00
Added semicolon.
This commit is contained in:
parent
910c5d338b
commit
7c0f249619
@ -6128,7 +6128,7 @@ namespace ts {
|
||||
|| node.kind === SyntaxKind.ExportDeclaration
|
||||
|| isMetaProperty(node) && node.keywordToken === SyntaxKind.ImportKeyword && node.name.escapedText === "meta"
|
||||
? node
|
||||
: undefined
|
||||
: undefined;
|
||||
}
|
||||
|
||||
function walkTreeForExternalModuleIndicators(node: Node): Node {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user