angular/packages/core/test/linker
Kristiyan Kostadinov 1b91e1049e perf(compiler): chain element start/end instructions (#44994)
In templates with several levels of nested nodes, it's common for several `elementStart`/`elementEnd` instructions to show up in a row which can be optimized away.

These changes add chaining support for `elementStart`, `elementEnd`, `elementContainerStart` and `elementContainerEnd` to shave off some bytes when possible.

PR Close #44994
2022-02-08 09:56:50 -08:00
..
change_detection_integration_spec.ts build: enable useUnknownInCatchVariables (#44679) 2022-02-01 18:17:29 +00:00
entry_components_integration_spec.ts test: remove Ivy/ViewEngine switch helpers and obsolete tests (#44120) 2021-11-24 19:42:39 +00:00
inheritance_integration_spec.ts refactor(core): make the error messages tree shakable (#44359) 2022-01-18 17:38:10 -08:00
integration_spec.ts build: enable useUnknownInCatchVariables (#44679) 2022-02-01 18:17:29 +00:00
ng_container_integration_spec.ts test: remove Ivy/ViewEngine switch helpers and obsolete tests (#44120) 2021-11-24 19:42:39 +00:00
ng_module_integration_spec.ts refactor(core): make the error messages tree shakable (#44359) 2022-01-18 17:38:10 -08:00
projection_integration_spec.ts test(core): clean up tests relying on entryComponents (#44276) 2021-11-29 12:36:04 -05:00
query_integration_spec.ts test: remove Ivy/ViewEngine switch helpers and obsolete tests (#44120) 2021-11-24 19:42:39 +00:00
query_list_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
regression_integration_spec.ts test(core): clean up tests relying on entryComponents (#44276) 2021-11-29 12:36:04 -05:00
resource_loader_mock.ts test: remove view-engine-only tests (#43884) 2021-11-23 21:10:06 +00:00
security_integration_spec.ts test: remove Ivy/ViewEngine switch helpers and obsolete tests (#44120) 2021-11-24 19:42:39 +00:00
source_map_integration_node_only_spec.ts perf(compiler): chain element start/end instructions (#44994) 2022-02-08 09:56:50 -08:00
source_map_util.ts test: remove view-engine-only tests (#43884) 2021-11-23 21:10:06 +00:00
view_injector_integration_spec.ts test(core): clean up tests relying on entryComponents (#44276) 2021-11-29 12:36:04 -05:00