angular/packages/compiler-cli/ngcc/src/execution/cluster
George Kalpakas ff6e93163f refactor(ngcc): keep track of transformed files per task (#36626)
With this commit, the master process will keep track of the transformed
files that each worker process is intending to write to disk.

In a subsequent commit, this info will be used to allow ngcc to recover
when a worker process crashes in the middle of processing a task.

PR Close #36626
2020-04-29 14:28:26 -07:00
..
api.ts refactor(ngcc): notify master process about transformed files before writing (#36626) 2020-04-29 14:28:26 -07:00
executor.ts refactor(ngcc): create new entry-point for cluster workers (#36637) 2020-04-16 16:05:12 -04:00
master.ts refactor(ngcc): keep track of transformed files per task (#36626) 2020-04-29 14:28:26 -07:00
package_json_updater.ts refactor(ngcc): simplify cluster PackageJsonUpdater (#36637) 2020-04-16 16:05:12 -04:00
utils.ts refactor(ngcc): notify master process about transformed files before writing (#36626) 2020-04-29 14:28:26 -07:00
worker.ts refactor(ngcc): notify master process about transformed files before writing (#36626) 2020-04-29 14:28:26 -07:00