mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
When executing, ngcc writes a lock-file that is used to coordinate multiple concurrent instances of ngcc. Previously, this file was written at `node_modules/@angular/compiler-cli/ngcc`, or similar depending upon the bundling of the package. But this causes problems for setups where `node_modules` package directories are expected to be read-only. Now, the lock-file is written as `.ngcc_lock_file` into the top of the `node_modules`, which is an acceptable place to store transient files. This change should help to unblock use of tools like pnpm and lerna, which can use symlinks to readonly package directories. PR Close #44228 |
||
|---|---|---|
| .. | ||
| lockfile_with_child_process | ||
| async_locker_spec.ts | ||
| sync_locker_spec.ts | ||