angular/packages/compiler-cli/ngcc/test/execution
George Kalpakas e367593a26 refactor(ngcc): support running callback before writing transformed files (#36626)
This commit enhances the `CompileFn`, which is used to process each
entry-point, to support running a passed-in callback (and wait for it to
complete) before proceeding with writing the transformed files to disk.

This functionality is currently not used. In a subsequent commit, it
will be used for passing info from worker processes to the master
process that will 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
..
cluster refactor(ngcc): support running callback before writing transformed files (#36626) 2020-04-29 14:28:26 -07:00
tasks/queues refactor(ngcc): rename TaskQueue#markTaskCompleted() to markAsCompleted() (#36626) 2020-04-29 14:28:26 -07:00
helpers.ts style(ngcc): reformat of ngcc after clang update (#36447) 2020-04-06 09:26:57 -07:00
single_processor_executor_spec.ts refactor(ngcc): support running callback before writing transformed files (#36626) 2020-04-29 14:28:26 -07:00
utils_spec.ts refactor(ngcc): expose the TaskDependencies mapping on BaseTaskQueue (#36083) 2020-03-18 15:56:21 -07:00