mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| abstract_emitter_node_only_spec.ts | ||
| abstract_emitter_spec.ts | ||
| output_jit_spec.ts | ||
| source_map_spec.ts | ||
| source_map_util.ts | ||