We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad4d1b commit dbc4677Copy full SHA for dbc4677
src/compiler/transformers/module/module.ts
@@ -1034,7 +1034,7 @@ namespace ts {
1034
)
1035
])
1036
1037
- );
+ );
1038
}
1039
1040
statements.push(
src/compiler/transformers/module/system.ts
@@ -364,7 +364,7 @@ namespace ts {
364
createTrue()
365
366
);
367
- }
+ }
368
369
370
const exportedNamesStorageRef = createUniqueName("exportedNames");
@@ -530,7 +530,8 @@ namespace ts {
530
531
532
533
- } else {
534
+ else {
535
536
createExpressionStatement(
537
createCall(
0 commit comments