mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Instead of traversing the same paths multiple times, we should avoid this extra work and optimize. This solves some issues in super large files with extremely complex flow graphs. E.g. large `ngOnChanges` functions in Pantheon. For an example of a flow graph where it doesn't make sense to re-visit nodes that have multiple incoming edges, see this internal screenshot: https://screenshot.googleplex.com/6ub4e5e5gbzJAvH PR Close #57719 |
||
|---|---|---|
| .. | ||
| global | ||
| primitives | ||
| reference-manifests | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||