mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user