-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
component: build processissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedtype: cleanup
Description
As of August 2022, caniuse.com shows that an overwhelming majority of browsers support all parts of ES6 (2015) except for tail call optimization.
This means that transpiling to ES5 and/or polyfilling are unnecessary. It also means we don't have to worry about downlevel iteration from the typescript compiler
To change:
- Update
language_outatbuild_tasks.js:610toECMASCRIPT_2015
Metadata
Metadata
Assignees
Labels
component: build processissue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedtype: cleanup
