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
38 lines
789 B
JSON
Executable File
38 lines
789 B
JSON
Executable File
{
|
|
"aio": {
|
|
"master": {
|
|
"uncompressed": {
|
|
"runtime-es5": 3042,
|
|
"runtime-es2015": 3048,
|
|
"main-es5": 511052,
|
|
"main-es2015": 450562,
|
|
"polyfills-es5": 129161,
|
|
"polyfills-es2015": 53295
|
|
}
|
|
}
|
|
},
|
|
"aio-local": {
|
|
"master": {
|
|
"uncompressed": {
|
|
"runtime-es5": 3042,
|
|
"runtime-es2015": 3048,
|
|
"main-es5": 499085,
|
|
"main-es2015": 438296,
|
|
"polyfills-es5": 129161,
|
|
"polyfills-es2015": 53295
|
|
}
|
|
}
|
|
},
|
|
"aio-local-ivy": {
|
|
"master": {
|
|
"uncompressed": {
|
|
"runtime-es5": 2932,
|
|
"runtime-es2015": 2938,
|
|
"main-es5": 560811,
|
|
"main-es2015": 499846,
|
|
"polyfills-es5": 129161,
|
|
"polyfills-es2015": 53295
|
|
}
|
|
}
|
|
}
|
|
} |