As TC39 gets ready to finalize ES2018, we should allow pass through for some transformation now only enabled under --target ESNext, here is the list:
Disable transforms for:
We also need some new lib definitions:
The support for --target ES2018 was added in #20385
As TC39 gets ready to finalize ES2018, we should allow pass through for some transformation now only enabled under
--target ESNext, here is the list:Disable transforms for:
for await ... ofWe also need some new lib definitions:
The support for
--target ES2018was added in #20385