angular-docs-cn/packages/compiler-cli/ngcc/test/execution/cluster
Pete Bacon Darwin 39d4016fe9 refactor(ngcc): abstract `onTaskCompleted` out of executors (#36083)
Moving the definition of the `onTaskCompleted` callback into `mainNgcc()`
allows it to be configured based on options passed in there more easily.
This will be the case when we want to configure whether to log or throw
an error for tasks that failed to be processed successfully.

This commit also creates two new folders and moves the code around a bit
to make it easier to navigate the code§:

* `execution/tasks`: specific helpers such as task completion handlers
* `execution/tasks/queues`: the `TaskQueue` implementations and helpers

PR Close #36083
2020-03-18 15:56:21 -07:00
..
executor_spec.ts refactor(ngcc): abstract `onTaskCompleted` out of executors (#36083) 2020-03-18 15:56:21 -07:00
package_json_updater_spec.ts fix(ngcc): update `package.json` deterministically (#34870) 2020-01-23 10:16:35 -08:00
worker_spec.ts refactor(ngcc): abstract `onTaskCompleted` out of executors (#36083) 2020-03-18 15:56:21 -07:00