Skip to content

Commit 7c0f249

Browse files
Added semicolon.
1 parent 910c5d3 commit 7c0f249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6128,7 +6128,7 @@ namespace ts {
61286128
|| node.kind === SyntaxKind.ExportDeclaration
61296129
|| isMetaProperty(node) && node.keywordToken === SyntaxKind.ImportKeyword && node.name.escapedText === "meta"
61306130
? node
6131-
: undefined
6131+
: undefined;
61326132
}
61336133

61346134
function walkTreeForExternalModuleIndicators(node: Node): Node {

0 commit comments

Comments
 (0)