angular-cn/packages/compiler-cli/ngcc/test/rendering
crisbeto 3d7303efc0 perf(ivy): avoid extra parameter in query instructions (#31667)
Currently we always generate the `read` parameter for the view and content query instructions, however since most of the time the `read` parameter won't be set, we'll end up generating `null` which adds 5 bytes for each query when minified. These changes make it so that the `read` parameter only gets generated if it has a value.

PR Close #31667
2019-07-24 14:37:51 -07:00
..
commonjs_rendering_formatter_spec.ts fix(ivy): ngcc - do not analyze files outside the current package (#30591) 2019-06-26 08:00:03 -07:00
dts_renderer_spec.ts refactor(ivy): ngcc - move decorator analysis types into their own file (#31544) 2019-07-23 21:11:39 -07:00
esm5_rendering_formatter_spec.ts fix(ivy): ngcc - do not analyze files outside the current package (#30591) 2019-06-26 08:00:03 -07:00
esm_rendering_formatter_spec.ts fix(ivy): ngcc - do not analyze files outside the current package (#30591) 2019-06-26 08:00:03 -07:00
renderer_spec.ts perf(ivy): avoid extra parameter in query instructions (#31667) 2019-07-24 14:37:51 -07:00
umd_rendering_formatter_spec.ts fix(ivy): ngcc - do not analyze files outside the current package (#30591) 2019-06-26 08:00:03 -07:00