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 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| ngcc | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||