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 |
||
|---|---|---|
| .. | ||
| bin | ||
| ngtsc | ||
| transformers | ||
| extract_i18n.ts | ||
| main.ts | ||
| perform_compile.ts | ||
| perform_watch.ts | ||
| typescript_support.ts | ||
| version.ts | ||
| version_helpers.ts | ||