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 551f0dd commit 01ce953Copy full SHA for 01ce953
src/compiler/transformers/module/module.ts
@@ -1887,7 +1887,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
1887
text: `
1888
var __exportStar = (this && this.__exportStar) || function(m, exports) {
1889
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
1890
- }`
+ };`
1891
};
1892
1893
function createExportStarHelper(context: TransformationContext, module: Expression) {
0 commit comments