Added semicolon.

This commit is contained in:
Daniel Rosenwasser 2018-04-10 16:10:04 -07:00
parent 910c5d338b
commit 7c0f249619

View File

@ -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 {