mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| beam_pipeline | ||
| executors | ||
| helpers | ||
| test | ||
| testing | ||
| base_migration.ts | ||
| BUILD.bazel | ||
| index.ts | ||
| migration.ts | ||
| program_info.ts | ||
| project_paths.ts | ||
| replacement.ts | ||