angular/packages/core/schematics/utils
Kristiyan Kostadinov c147a0d6de refactor(migrations): simplify integration of tsurge migrations into the CLI (#60386)
Currently when we reuse a Tsurge migration is reused externally, there's some glue code that needs to be executed in a specific order. The code gets copied between the different migrations which is error-prone and means that bugs may have to be fixed several times.

These changes move the common steps out into a separate function so that only the migration-specific logic (mostly instantiation and logging) is left in the schematic.

PR Close #60386
2025-03-14 14:44:26 +01:00
..
tslint refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
tsurge refactor(migrations): simplify integration of tsurge migrations into the CLI (#60386) 2025-03-14 14:44:26 +01:00
typescript docs: set syntax highlighting of code examples MD code blocks (#59026) 2024-12-04 17:30:28 +01:00
BUILD.bazel feat(migrations): add migration to convert templates to use self-closing tags (#57342) 2025-02-18 17:33:59 +00:00
change_tracker.ts refactor(migrations): make it easier to delete nodes including comments (#58427) 2024-10-31 09:17:51 +01:00
extract_metadata.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
line_mappings.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
load_esm.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
ng_component_template.ts feat(migrations): add migration to convert templates to use self-closing tags (#57342) 2025-02-18 17:33:59 +00:00
ng_decorators.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
parse_html.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
project_tsconfig_paths.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
template_ast_visitor.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00