angular-cn/packages/core/schematics/migrations
Paul Gschwendtner c0ad47a3fb fix(core): undecorated-classes-with-di migration should report config errors (#33567)
Currently TypeScript projects with an invalid tsconfig configuration,
cause the undecorated-classes-with-di migration to throw. Instead we
should gracefully exit the migration (like we do for syntactical
diagnostics), but report that there are configuration issues.

This issue surfaced when testing this migration in combination
with the Angular CLI migrations. One of the CLI migrations currently
causes invalid tsconfig files which then cause this issue in the
undecorated-classes-with-di migration.

PR Close #33567
2019-11-05 21:06:47 +00:00
..
dynamic-queries refactor(core): update migrations descriptions (#33440) 2019-10-28 17:07:50 -07:00
google3 refactor(core): missing-injectable migration should respect providers of directives and components (#33011) 2019-10-14 20:24:01 +00:00
missing-injectable refactor(core): update migrations descriptions (#33440) 2019-10-28 17:07:50 -07:00
module-with-providers refactor(core): update migrations descriptions (#33440) 2019-10-28 17:07:50 -07:00
move-document refactor(core): add `createMigrationCompilerHost` (#32827) 2019-10-04 11:45:35 -07:00
postinstall-ngcc refactor(core): update migrations descriptions (#33440) 2019-10-28 17:07:50 -07:00
renderer-to-renderer2 refactor(core): update migrations descriptions (#33440) 2019-10-28 17:07:50 -07:00
static-queries refactor(core): update migrations descriptions (#33440) 2019-10-28 17:07:50 -07:00
template-var-assignment refactor(core): update migrations descriptions (#33440) 2019-10-28 17:07:50 -07:00
undecorated-classes-with-decorated-fields refactor(core): update migrations descriptions (#33440) 2019-10-28 17:07:50 -07:00
undecorated-classes-with-di fix(core): undecorated-classes-with-di migration should report config errors (#33567) 2019-11-05 21:06:47 +00:00