fix: add missing semi-colon to __exportStar unnamed function

Fixes #38501
This commit is contained in:
Alan Agius
2020-05-12 13:27:01 +02:00
parent f4872eb493
commit 7ec21e93fe
55 changed files with 94 additions and 94 deletions

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) {