Merge pull request #38502 from alan-agius4/export-star-colon

fix: add missing semi-colon to `__exportStar` unnamed function
This commit is contained in:
Daniel Rosenwasser
2020-05-12 10:59:03 -07:00
committed by GitHub
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) {