Skip to content

Commit 171d3db

Browse files
committed
Restore comma at the end of the imports
Signed-off-by: Chi Leung <[email protected]>
1 parent 78a3486 commit 171d3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/factory/nodeFactory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ import {
470470
VoidExpression,
471471
WhileStatement,
472472
WithStatement,
473-
YieldExpression
473+
YieldExpression,
474474
} from "../_namespaces/ts";
475475

476476
let nextAutoGenerateId = 0;

0 commit comments

Comments
 (0)