-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Description
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:
- Rest/Spread Properties
- async generators/
for await ... of
We also need some new lib definitions:
- Promise finally (feat(es2018): add definition for Promise.prototype.finally #20411)
The support for --target ES2018
was added in #20385
phiresky, cedx, kolya182, reconbot, ulrichb and 6 more
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