angular-cn/packages/compiler-cli/ngcc/test/integration
JoostK 81828ae7f4 fix(ngcc): add reexports only once (#33658)
When ngcc is configured to generate reexports for a package using the
`generateDeepReexports` configuration option, it could incorrectly
render the reexports as often as the number of compiled classes in the
declaration file. This would cause compilation errors due to duplicated
declarations.

PR Close #33658
2019-11-07 20:29:13 +00:00
..
ngcc_spec.ts fix(ngcc): add reexports only once (#33658) 2019-11-07 20:29:13 +00:00
util.ts feat(ngcc): add a migration for undecorated child classes (#33362) 2019-10-25 09:16:50 -07:00