mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Whenever the `ngc` binary is used directly to parse configurations, we should try to respect the configured file system like we do in all other places. Right now one spot where we escape the FS is for reading directories to e.g. support tsconfig#includes. This commit fixes this, implementing TypeScript's read directory method leveraging the configured FS. The approach taken here was used for a couple of months/years for Angular Material migrations and no issues were found. PR Close #57805 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| linker | ||
| ngcc | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||