mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Merge pull request #10871 from Microsoft/fix10800
Fix issue with helper emit.
This commit is contained in:
commit
439fe7908a
@ -252,7 +252,9 @@ const _super = (function (geti, seti) {
|
||||
|
||||
// Emit helpers from all the files
|
||||
if (isBundledEmit && moduleKind) {
|
||||
forEach(sourceFiles, emitEmitHelpers);
|
||||
for (const sourceFile of sourceFiles) {
|
||||
emitEmitHelpers(sourceFile);
|
||||
}
|
||||
}
|
||||
|
||||
// Print each transformed source file.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user