angular/packages/compiler-cli/ngcc/src/locking
Pete Bacon Darwin d805526659 fix(ngcc): provide a unique exit code for timeouts (#36838)
When ngcc fails due to a timeout waiting for another process
to complete, it was not failing with a unique exit code, so that it
was not possible to know if the process can be restarted; compared to
ngcc failing for some more fatal reason.

Now if ngcc exits because of a timeout, the exit code will be 177.

PR Close #36838
2020-05-01 09:52:09 -07:00
..
lock_file_with_child_process fix(ngcc): do not use cached file-system (#36687) 2020-04-17 16:33:48 -04:00
async_locker.ts fix(ngcc): provide a unique exit code for timeouts (#36838) 2020-05-01 09:52:09 -07:00
lock_file.ts refactor(ngcc): move locking code into its own folder (#35861) 2020-03-05 18:17:15 -05:00
sync_locker.ts style(ngcc): reformat of ngcc after clang update (#36447) 2020-04-06 09:26:57 -07:00