angular/packages/core/schematics
Paul Gschwendtner 9213216d42 refactor(migrations): do not accidentally detect read as incompatible write (#58054)
Fixes that the signal input and queries migration detects code like
`fixture = bla.componentInstance.field` as an incompatible write because
it's part of a binary expression, but we didn't check whether it's part
of the left side.

PR Close #58054
2024-10-03 16:45:11 +00:00
..
migrations refactor(migrations): do not accidentally detect read as incompatible write (#58054) 2024-10-03 16:45:11 +00:00
ng-generate feat(migrations): add schematic to migrate to signal queries (#58032) 2024-10-02 11:25:39 +00:00
test feat(migrations): add schematic to migrate to signal queries (#58032) 2024-10-02 11:25:39 +00:00
utils test(migrations): add test for statistic collection tsurge (#58019) 2024-10-01 11:29:00 +00:00
BUILD.bazel feat(migrations): add schematic to migrate to signal queries (#58032) 2024-10-02 11:25:39 +00:00
collection.json feat(migrations): add schematic to migrate to signal queries (#58032) 2024-10-02 11:25:39 +00:00
migrations.json feat(core): migrate ExperimentalPendingTasks to PendingTasks (#57533) 2024-09-20 18:26:48 +02:00
package.json refactor(migrations): ensure CommonJS migrations can be accessed (#43657) 2021-10-04 16:24:48 -07:00
rollup.config.js refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
tsconfig.json refactor(migrations): avoid relative imports in schematic code (#57214) 2024-08-29 07:50:41 -07:00