mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
Due to the Windows Bazel directory structure, TypeScript can not safely infer the return type of the `diagnose` function in the parallel worker module. The return type should ideally be explicit regardless and so a return type is now provided for the function.