-
Notifications
You must be signed in to change notification settings - Fork 612
Open
Labels
breaking-changeA breaking change to a shipping packageA breaking change to a shipping package
Milestone
Description
Background
We are currently targetting ES6 in the root but overriding it in each package. The override is ES2015 which causes tslib to downshift async/await which is currently being used by hydration.
Requirements
Target ES2017 or ES2022 which will prevent unnecessary transpilation of various newer operators and paradigms.
Note: we may need to update our configuration using useDefineForClassFields to false and remove unnecessary compiler lib items.
Related issue #5017
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking-changeA breaking change to a shipping packageA breaking change to a shipping package
Type
Projects
Status
Triage