-
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`. (cherry picked from commit 3978891)
- Loading branch information
1 parent
dfd03aa
commit eb22f63
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