angular/packages/core/schematics/test
Kristiyan Kostadinov fc95a9adff fix(migrations): replace leftover modules with their exports during pruning (#57684)
Currently during the module pruning stage of the standalone migration we assume that any leftover modules which only have `imports` and `exports` can safely be removed. That can be incorrect for the cases where some parts of the app were converted to standalone outside of the migration.

These changes update the logic so that such modules are replaced with the `exports` which are used within the specific component.

Fixes #51420.

PR Close #57684
2024-09-06 14:15:50 +00:00
..
google3 refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
all-migrations.spec.ts build: delete v18 migrations (#57603) 2024-09-03 07:59:10 -07:00
BUILD.bazel refactor(migrations): switch from esbuild to Rollup for schematics bundling (#57602) 2024-09-03 09:07:03 -07:00
control_flow_migration_spec.ts fix(migrations): fix common module removal (#56968) 2024-07-15 11:17:46 -07:00
helpers.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
inject_migration_spec.ts fix(migrations): preserve type when using inject decorator (#57389) 2024-08-15 12:11:59 -04:00
project_tsconfig_paths_spec.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
standalone_migration_spec.ts fix(migrations): replace leftover modules with their exports during pruning (#57684) 2024-09-06 14:15:50 +00:00
standalone_routes_spec.ts feat(migrations): add migration to convert standalone component routes to be lazy loaded (#56428) 2024-07-30 20:00:37 +00:00