mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The compiler and its file system implementation expects `fs.exists` to return `true` even for directories. This caused issues with the TSConfig resolution as `/` was looked up. We fix this by making use of `stat` which is equally expensive to `tree.exists`. The devkit tree's don't expose directory existance checks out of the box. Fixes #57887. PR Close #57897 |
||
|---|---|---|
| .. | ||
| global | ||
| primitives | ||
| reference-manifests | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||