angular-cn/packages/compiler-cli/ngcc/test/host
Pete Bacon Darwin 91092f668e fix(ngcc): support `defineProperty()` re-exports in CommonJS and UMD (#36989)
In TypeScript 3.9 some re-export syntaxes have changed to be getter
functions (created by calls to `Object.defineProperty()`) rather than
simple property accessors.

This commit adds support into the CommonJS and UMD reflection hosts
for this style of re-export syntax.

PR Close #36989
2020-05-14 10:50:29 -07:00
..
commonjs_host_import_helper_spec.ts style(ngcc): reformat of ngcc after clang update (#36447) 2020-04-06 09:26:57 -07:00
commonjs_host_spec.ts fix(ngcc): support `defineProperty()` re-exports in CommonJS and UMD (#36989) 2020-05-14 10:50:29 -07:00
esm5_host_import_helper_spec.ts fix(ngcc): ensure reflection hosts can handle TS 3.9 IIFE wrapped classes (#36989) 2020-05-14 10:50:29 -07:00
esm5_host_spec.ts fix(ngcc): ensure reflection hosts can handle TS 3.9 IIFE wrapped classes (#36989) 2020-05-14 10:50:29 -07:00
esm2015_host_import_helper_spec.ts refactor(ngcc): remove unused import (#36989) 2020-05-14 10:50:28 -07:00
esm2015_host_spec.ts fix(ngcc): ensure reflection hosts can handle TS 3.9 IIFE wrapped classes (#36989) 2020-05-14 10:50:29 -07:00
umd_host_import_helper_spec.ts style(ngcc): reformat of ngcc after clang update (#36447) 2020-04-06 09:26:57 -07:00
umd_host_spec.ts fix(ngcc): support `defineProperty()` re-exports in CommonJS and UMD (#36989) 2020-05-14 10:50:29 -07:00
util.ts fix(compiler): handle type references to namespaced symbols correctly (#36106) 2020-04-09 11:32:21 -07:00