mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
If an entry-point has missing dependencies then it cannot be processed and is marked as invalid. Similarly, if an entry-point has dependencies that have been marked as invalid then that entry-point too is invalid. In all these cases, ngcc should quietly ignore these entry-points and continue processing what it can. Previously, if an entry-point had more than one entry-point that was transitively invalid then ngcc was crashing rather than ignoring the entry-point. PR Close #31276 |
||
|---|---|---|
| .. | ||
| commonjs_dependency_host_spec.ts | ||
| dependency_resolver_spec.ts | ||
| esm_dependency_host_spec.ts | ||
| module_resolver_spec.ts | ||
| umd_dependency_host_spec.ts | ||