angular/packages/compiler-cli/test/compliance/test_cases/source_mapping
Kristiyan Kostadinov 2dedc4a969 fix(compiler): generate less code for advance instructions (#53845)
We generate `advance` instructions before most update instructions and the majority of `advance` calls are advancing by one. We can save some bytes for the most common case by omitting the parameter for `advance(1)` altogether.

PR Close #53845
2024-01-09 12:27:58 -08:00
..
external_templates refactor(compiler): Enable additional tests for the template pipeline (#50899) 2023-07-27 15:08:05 -07:00
inline_templates fix(compiler): generate less code for advance instructions (#53845) 2024-01-09 12:27:58 -08:00