f2d47c96c4
This commit changes the emit order of ngcc when a class has multiple static fields being assigned. Previously, ngcc would emit each static field followed immediately by any extra statements specified for that field. This causes issues with downstream tooling such as build optimizer, which expects all of the static fields for a class to be grouped together. ngtsc already groups static fields and additional statements. This commit changes ngcc's ordering to match. PR Close #31933 |
||
---|---|---|
.. | ||
commonjs_rendering_formatter_spec.ts | ||
dts_renderer_spec.ts | ||
esm5_rendering_formatter_spec.ts | ||
esm_rendering_formatter_spec.ts | ||
renderer_spec.ts | ||
umd_rendering_formatter_spec.ts |