mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
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`.