File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4288,7 +4288,8 @@ namespace ts {
4288
4288
AsyncValues = 1 << 14 , // __asyncValues (used by ES2017 for..await..of transformation)
4289
4289
ExportStar = 1 << 15 , // __exportStar (used by CommonJS/AMD/UMD module transformation)
4290
4290
MakeTemplateObject = 1 << 16 , // __makeTemplateObject (used for constructing template string array objects)
4291
- " LastPlusOne" ,
4291
+ FirstEmitHelper = Extends ,
4292
+ LastEmitHelper = MakeTemplateObject ,
4292
4293
4293
4294
// Helpers included by ES2015 for..of
4294
4295
ForOfIncludes = Values ,
@@ -4305,8 +4306,6 @@ namespace ts {
4305
4306
// Helpers included by ES2015 spread
4306
4307
SpreadIncludes = Read | Spread ,
4307
4308
4308
- FirstEmitHelper = Extends ,
4309
- LastEmitHelper = ExternalEmitHelpers [ " LastPlusOne" ] - 1
4310
4309
}
4311
4310
4312
4311
export const enum EmitHint {
You can’t perform that action at this time.
0 commit comments