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 |
||
|---|---|---|
| .. | ||
| google3 | ||
| inject-flags | ||
| output-migration | ||
| self-closing-tags-migration | ||
| signal-migration | ||
| signal-queries-migration | ||