angular/packages/compiler-cli/src
Paul Gschwendtner ef5412c9bc refactor(migrations): fix virtual devkit file system not detecting directories (#57897)
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
2024-09-20 15:06:33 +02:00
..
bin refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
ngtsc refactor(migrations): fix virtual devkit file system not detecting directories (#57897) 2024-09-20 15:06:33 +02:00
transformers refactor(compiler): add i18nPreserveWhitespaceForLegacyExtraction (#56507) 2024-08-27 13:13:56 -07:00
extract_i18n.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
main.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
perform_compile.ts refactor(compiler-cli): respect configured file system when parsing tsconfig (#57805) 2024-09-16 18:06:49 +02:00
perform_watch.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00
typescript_support.ts feat(core): drop support for TypeScript 5.4 (#57577) 2024-08-29 10:19:20 -07:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00
version_helpers.ts refactor: migrate compiler-cli to prettier formatting (#55485) 2024-04-29 10:25:43 -07:00