@@ -59,7 +59,7 @@ namespace ts {
5959
6060 const printFile = createPrinter ( host , undefined , createDiagnosticCollection ( ) , transform , ( ) => false ) ;
6161
62- printFile ( "output.js" , "" , [ file ] , false ) ;
62+ printFile ( "output.js" , "" , [ file ] , /*isBundledEmit*/ false ) ;
6363
6464 // Clean up emit nodes on parse tree
6565 factory . disposeEmitNodes ( file ) ;
@@ -137,7 +137,7 @@ namespace ts {
137137 host : EmitHost ,
138138 emittedFilesList : string [ ] ,
139139 emitterDiagnostics : DiagnosticCollection ,
140- { transformed , emitNodeWithSubstitution, emitNodeWithNotification } : TransformationResult ,
140+ { emitNodeWithSubstitution, emitNodeWithNotification } : TransformationResult ,
141141 hasGlobalName : ( name : string ) => boolean ,
142142 sourceMapDataList ?: SourceMapData [ ]
143143 ) {
@@ -310,7 +310,7 @@ const _super = (function (geti, seti) {
310310 const cache = Object.create(null);
311311 return name => cache[name] || (cache[name] = { get value() { return geti(name); }, set value(v) { seti(name, v); } });
312312})(name => super[name], (name, value) => super[name] = value);` ;
313-
313+
314314 const compilerOptions = host . getCompilerOptions ( ) ;
315315 const languageVersion = getEmitScriptTarget ( compilerOptions ) ;
316316 const moduleKind = getEmitModuleKind ( compilerOptions ) ;
0 commit comments