Skip to content

Commit 01ce953

Browse files
Add mising semicolon to '__exportStar'.
1 parent 551f0dd commit 01ce953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/transformers/module/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
18871887
text: `
18881888
var __exportStar = (this && this.__exportStar) || function(m, exports) {
18891889
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
1890-
}`
1890+
};`
18911891
};
18921892

18931893
function createExportStarHelper(context: TransformationContext, module: Expression) {

0 commit comments

Comments
 (0)