mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
While different, CommonJS and UMD have a lot in common regarding the their exports are constructed. Therefore, there was some code duplication between `CommonJsReflectionHost` and `UmdReflectionHost`. This commit extracts some of the common bits into a separate file as helpers to allow reusing the code in both `ReflectionHost`s. PR Close #34512 |
||
|---|---|---|
| .. | ||
| commonjs_host.ts | ||
| commonjs_umd_utils.ts | ||
| esm5_host.ts | ||
| esm2015_host.ts | ||
| ngcc_host.ts | ||
| umd_host.ts | ||