mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| commonjs_host_import_helper_spec.ts | ||
| commonjs_host_spec.ts | ||
| esm5_host_import_helper_spec.ts | ||
| esm5_host_spec.ts | ||
| esm2015_host_import_helper_spec.ts | ||
| esm2015_host_spec.ts | ||
| umd_host_import_helper_spec.ts | ||
| umd_host_spec.ts | ||
| util.ts | ||