angular/packages/core/schematics
Kristiyan Kostadinov 0c20c4075a fix(migrations): avoid conflicts with some greek letters in control flow migration (#55113)
The control flow migration was using a couple of Greek letters as placeholders. This ended up conflicting with templates authored in Greek.

These changes use a more obscure placeholder to make conflicts less likely. It also moves the placeholder generation to a centralized function so it's easier to make changes if we decide to update the pattern again.

Fixes #55085.

PR Close #55113
2024-03-29 13:10:52 -07:00
..
migrations feat(core): add migration for invalid two-way bindings (#54630) 2024-02-28 18:06:23 +01:00
ng-generate fix(migrations): avoid conflicts with some greek letters in control flow migration (#55113) 2024-03-29 13:10:52 -07:00
test fix(migrations): avoid conflicts with some greek letters in control flow migration (#55113) 2024-03-29 13:10:52 -07:00
utils feat(migrations): Schematics for TransferState, StateKey and makeStateKey migration. (#49594) 2023-10-10 13:12:36 -07:00
BUILD.bazel feat(core): add migration for invalid two-way bindings (#54630) 2024-02-28 18:06:23 +01:00
collection.json feat(core): Add schematic to migrate control flow syntax (#52035) 2023-10-10 11:33:00 -07:00
migrations.json feat(core): add migration for invalid two-way bindings (#54630) 2024-02-28 18:06:23 +01:00
package.json refactor(migrations): ensure CommonJS migrations can be accessed (#43657) 2021-10-04 16:24:48 -07:00
tsconfig.json build: align schematics tsconfig with rest of the project (#51969) 2023-10-04 07:28:41 -07:00