angular/packages/core/schematics/utils
Paul Gschwendtner 87c594b90b refactor(migrations): add support for simpler variant of tsurge migration (#57484)
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
2024-08-23 12:01:59 +00:00
..
tslint refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
tsurge refactor(migrations): add support for simpler variant of tsurge migration (#57484) 2024-08-23 12:01:59 +00:00
typescript feat(migrations): add migration to convert standalone component routes to be lazy loaded (#56428) 2024-07-30 20:00:37 +00:00
BUILD.bazel build: make devmode a noop and ensure it never runs (#48521) 2022-12-19 19:50:45 +00:00
change_tracker.ts refactor(migrations): add the ability to remove imports in the change tracker (#57179) 2024-07-29 13:47:14 -07:00
extract_metadata.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
line_mappings.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
load_esm.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
ng_component_template.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
ng_decorators.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
parse_html.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
project_tsconfig_paths.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
template_ast_visitor.ts refactor(compiler): implement let declarations in render3 ast (#55848) 2024-05-30 14:55:36 +00:00