Add mising semicolon to '__exportStar'.

This commit is contained in:
Daniel
2020-05-12 18:12:09 +00:00
parent 551f0dd9a1
commit 01ce953dce

View File

@@ -1887,7 +1887,7 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
text: `
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}`
};`
};
function createExportStarHelper(context: TransformationContext, module: Expression) {