-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular-devkit/build-angular): build optimizer support for non s…
…pec-compliant ES2022 class static properties The build optimizer's static field pass will now additionally wrap classes that contain side effect free TypeScript ES2022 static class properties. This is needed to update APF to ship ES2022, which have `useDefineForClassFields` set to `false`.
- Loading branch information
1 parent
d15d44d
commit 3978891
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters