angular-cn/packages/core/schematics/test
Paul Gschwendtner 639b732024 refactor(core): remove disabled injectable-pipe migration (#32184)
Initially the plan was to have a migration that adds `@Injectable()` to
all pipes in a CLI project so that the pipes can be injected in Ivy
similarly to how it worked in view engine.

Due to the planned refactorings which ensure that `@Directive`, `@Component`
and `@Pipe` also have a factory definition, this migration is no longer
needed for Ivy. Additionally since it is already disabled (due to
572b54967c) and we have a more generic
migration (known as `missing-injectable)` that could do the same as
`injectable-pipe`, we remove the migration from the code-base.

PR Close #32184
2019-08-19 15:44:02 -07:00
..
google3 refactor(core): remove disabled injectable-pipe migration (#32184) 2019-08-19 15:44:02 -07:00
BUILD.bazel refactor(core): remove disabled injectable-pipe migration (#32184) 2019-08-19 15:44:02 -07:00
helpers.ts feat(core): add undecorated classes migration schematic (#31650) 2019-08-13 14:40:52 -07:00
line_mappings_spec.ts feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
missing_injectable_migration_spec.ts feat(ivy): introduce missing-injectable migration for google3 (#30956) 2019-07-23 15:52:40 -07:00
move_document_migration_spec.ts test: resotre "async" around tests where "await" is used (#30762) 2019-05-30 23:14:16 -07:00
project_tsconfig_paths_spec.ts refactor(core): migrations should parse cli workspace config as json5 (#30582) 2019-05-21 17:26:22 -07:00
renderer_to_renderer2_migration_spec.ts feat(core): add automatic migration from Renderer to Renderer2 (#30936) 2019-07-03 09:03:37 -07:00
static_queries_migration_template_spec.ts fix(core): TypeScript related migrations should cater for BOM (#30719) 2019-05-30 20:48:45 -07:00
static_queries_migration_usage_spec.ts fix(core): TypeScript related migrations should cater for BOM (#30719) 2019-05-30 20:48:45 -07:00
template_var_assignment_migration_spec.ts refactor(compiler): recursive ast expression visitor not passing context (#31085) 2019-06-20 11:12:16 -07:00
test-migrations.json refactor(core): remove disabled injectable-pipe migration (#32184) 2019-08-19 15:44:02 -07:00
undecorated_classes_with_di_migration_spec.ts feat(core): add undecorated classes migration schematic (#31650) 2019-08-13 14:40:52 -07:00