angular-cn/packages/compiler-cli/ngcc/test/migrations
JoostK 2e5e1dd5f5 refactor(ngcc): rework undecorated parent migration (#33362)
Previously, the (currently disabled) undecorated parent migration in
ngcc would produce errors when a base class could not be determined
statically or when a class extends from a class in another package. This
is not ideal, as it would cause the library to fail compilation without
a workaround, whereas those problems are not guaranteed to cause issues.

Additionally, inheritance chains were not handled. This commit reworks
the migration to address these limitations.

PR Close #33362
2019-10-25 09:16:50 -07:00
..
missing_injectable_migration_spec.ts feat(ngcc): migrate services that are missing `@Injectable()` (#33362) 2019-10-25 09:16:49 -07:00
undecorated_parent_migration_spec.ts refactor(ngcc): rework undecorated parent migration (#33362) 2019-10-25 09:16:50 -07:00