-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Support for --target ES2018 #20463
Copy link
Copy link
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptES2018Relates to the ES2018 SpecRelates to the ES2018 SpecHelp WantedYou can do thisYou can do this
Milestone
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptES2018Relates to the ES2018 SpecRelates to the ES2018 SpecHelp WantedYou can do thisYou can do this
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