Skip to content

Commit 981f261

Browse files
authored
Restore comma at the end of the imports
1 parent 0e71d0a commit 981f261

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
@@ -471,7 +471,7 @@ import {
471471
VoidExpression,
472472
WhileStatement,
473473
WithStatement,
474-
YieldExpression
474+
YieldExpression,
475475
} from "../_namespaces/ts";
476476

477477
let nextAutoGenerateId = 0;

0 commit comments

Comments
 (0)