If an entry-point has a missing dependency then all the entry-points that would have pointed to that dependency are also removed from the dependency graph. Previously we were still processing the dependencies of an entry-point even if it had already been removed from the graph because it depended upon a missing dependency that had previously been removed due to another entry-point depending upon it. This caused the dependency processing to crash rather than gracefully logging and handling the missing invalid entry-point. Fixes #29624 PR Close #30270
build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871)
Angular
Angular is a development platform for building mobile and desktop web applications using Typescript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Description
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%