angular/packages/compiler/src/template_parser
Kristiyan Kostadinov c11527fc68 refactor(compiler): remove unused code (#61668)
Removes the following unused code from the compiler:
* The ICU expander appears to be some really old code converting ICUs into legacy-style control flow directives. It's annoying to keep this one since we need to update it any time the AST changes.
* The `PipeCollector` class wasn't used anywhere.
* The `partitionArray` function wasn't used anywhere.
* The `newArray` function was used only in one test and it can be easily replaced with `new Array().fill`.

PR Close #61668
2025-05-26 12:21:09 +00:00
..
binding_parser.ts refactor(compiler): remove unused code (#61668) 2025-05-26 12:21:09 +00:00
template_preparser.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00