mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously, even if an entry-point did not need to be processed, ngcc would always parse the files of the entry-point to compute its dependencies. This can take a lot of time for large node_modules. Now these dependencies are cached in the entry-point manifest, and read from there rather than computing them every time. See https://github.com/angular/angular/issues/36414\#issuecomment-608401834 FW-2047 PR Close #36486 |
||
|---|---|---|
| .. | ||
| commonjs_dependency_host_spec.ts | ||
| dependency_resolver_spec.ts | ||
| dts_dependency_host_spec.ts | ||
| esm_dependency_host_spec.ts | ||
| module_resolver_spec.ts | ||
| umd_dependency_host_spec.ts | ||