angular-docs-cn/packages/compiler-cli/ngcc/test/host
Pete Bacon Darwin 7869de6136 fix(ngcc): use aliased exported types correctly (#38666)
If a type has been renamed when it was exported, we need to
reference the external public alias name rather than the internal
original name for the type. Otherwise we will try to import the
type by its internal name, which is not publicly accessible.

Fixes #38238

PR Close #38666
2020-09-08 11:41:21 -07:00
..
commonjs_host_import_helper_spec.ts refactor(ngcc): move `logging` code into `ngtsc` (#37114) 2020-06-22 13:38:47 -07:00
commonjs_host_spec.ts fix(ngcc): use aliased exported types correctly (#38666) 2020-09-08 11:41:21 -07:00
esm5_host_import_helper_spec.ts fix(compiler-cli): avoid creating value expressions for symbols from type-only imports (#37912) 2020-08-11 09:53:25 -07:00
esm5_host_spec.ts fix(ngcc): use aliased exported types correctly (#38666) 2020-09-08 11:41:21 -07:00
esm2015_host_import_helper_spec.ts fix(compiler-cli): avoid creating value expressions for symbols from type-only imports (#37912) 2020-08-11 09:53:25 -07:00
esm2015_host_spec.ts fix(ngcc): use aliased exported types correctly (#38666) 2020-09-08 11:41:21 -07:00
umd_host_import_helper_spec.ts refactor(ngcc): move `logging` code into `ngtsc` (#37114) 2020-06-22 13:38:47 -07:00
umd_host_spec.ts fix(ngcc): use aliased exported types correctly (#38666) 2020-09-08 11:41:21 -07:00
util.ts fix(ngcc): use aliased exported types correctly (#38666) 2020-09-08 11:41:21 -07:00