mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| change_detection_integration_spec.ts | ||
| entry_components_integration_spec.ts | ||
| inheritance_integration_spec.ts | ||
| integration_spec.ts | ||
| ng_container_integration_spec.ts | ||
| ng_module_integration_spec.ts | ||
| projection_integration_spec.ts | ||
| query_integration_spec.ts | ||
| query_list_spec.ts | ||
| regression_integration_spec.ts | ||
| resource_loader_mock.ts | ||
| security_integration_spec.ts | ||
| source_map_integration_node_only_spec.ts | ||
| source_map_util.ts | ||
| view_injector_integration_spec.ts | ||