angular-docs-cn/aio/scripts/_payload-limits.json
Matias Niemelä 3b37469735 refactor(ivy): remove styling state storage and introduce direct style writing (#32259)
This patch is a final major refactor in styling Angular.

This PR includes three main fixes:

All temporary state taht is persisted between template style/class application
and style/class application in host bindings is now removed.
Removes the styling() and stylingApply() instructions.
Introduces a "direct apply" mode that is used apply prop-based
style/class in the event that there are no map-based bindings as
well as property collisions.

PR Close #32259
2019-09-10 15:54:58 -04:00

39 lines
790 B
JSON
Executable File

{
"aio": {
"master": {
"uncompressed": {
"runtime-es5": 3042,
"runtime-es2015": 3048,
"main-es5": 493318,
"main-es2015": 434710,
"polyfills-es5": 131024,
"polyfills-es2015": 52433
}
}
},
"aio-local": {
"master": {
"uncompressed": {
"runtime-es5": 3042,
"runtime-es2015": 3048,
"main-es5": 492593,
"main-es2015": 438296,
"polyfills-es5": 131024,
"polyfills-es2015": 52433
}
}
},
"aio-local-ivy": {
"master": {
"uncompressed": {
"runtime-es5": 2932,
"runtime-es2015": 2938,
"main-es5": 552068,
"main-es2015": 493320,
"polyfills-es5": 131024,
"polyfills-es2015": 52433
}
}
}
}