mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Introduces a simpler, smaller variant of the current `Tsurge` migration class. The difference is simply that for the migration phase (the third stage), some migrations do not need a full set of workers re-analyzing every compilation unit again to compute the "final migration replacements". This can be the case, for example, if a migration eagerly computes all replacements in the analyze stage, visiting every unit, and then after deriving the global metadata, problematic replacements are simply filtered (e.g. via some unique IDs again). PR Close #57484 |
||
|---|---|---|
| .. | ||
| tslint | ||
| tsurge | ||
| typescript | ||
| BUILD.bazel | ||
| change_tracker.ts | ||
| extract_metadata.ts | ||
| line_mappings.ts | ||
| load_esm.ts | ||
| ng_component_template.ts | ||
| ng_decorators.ts | ||
| parse_html.ts | ||
| project_tsconfig_paths.ts | ||
| template_ast_visitor.ts | ||