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 |
||
|---|---|---|
| .. | ||
| analysis | ||
| dependencies | ||
| helpers | ||
| host | ||
| integration | ||
| logging | ||
| packages | ||
| rendering | ||
| writing | ||
| BUILD.bazel | ||
| utils_spec.ts | ||