mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 01:04:49 -05:00
Added semicolon.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user