angular-cn/packages/core/schematics/test
Paul Gschwendtner 509352fc36 fix(core): static-query migration should gracefully exit if AOT compiler throws (#30269)
The static-query template strategy leverages the AOT compiler
in order to determine the query timing. Unfortunately the AOT
compiler has open bugs that can cause unexpected failures which
make the template strategy unusable in rare cases. These rare
exceptions need to be handled gracefully in order to avoid confusion
and to provide a more smooth migration.

Additionally migration strategy setup failures are now reported with
stack traces as the `ng update` command does not print stack traces.
This makes it easier to reproduce and report migration issues.

PR Close #30269
2019-05-08 11:54:33 -07:00
..
google3 fix(ivy): injectable pipe schematic generating incorrect import statements (#30170) 2019-04-29 09:39:11 -07:00
BUILD.bazel test(core): run schematic tests with public migration collection (#30198) 2019-05-08 09:23:28 -07:00
injectable_pipe_migration_spec.ts test(core): run schematic tests with public migration collection (#30198) 2019-05-08 09:23:28 -07:00
line_mappings_spec.ts feat(core): template-var-assignment update schematic (#29608) 2019-04-02 15:47:32 -07:00
move_document_migration_spec.ts test(core): run schematic tests with public migration collection (#30198) 2019-05-08 09:23:28 -07:00
project_tsconfig_paths_spec.ts refactor(core): static-query migration should not fail for test files (#30034) 2019-04-23 08:32:35 -07:00
static_queries_migration_template_spec.ts fix(core): static-query migration should gracefully exit if AOT compiler throws (#30269) 2019-05-08 11:54:33 -07:00
static_queries_migration_usage_spec.ts fix(core): static-query migration fails with default parameter values (#30269) 2019-05-08 11:54:33 -07:00
template_var_assignment_migration_spec.ts test(core): run schematic tests with public migration collection (#30198) 2019-05-08 09:23:28 -07:00
test-migrations.json test(core): run schematic tests with public migration collection (#30198) 2019-05-08 09:23:28 -07:00