mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
"Watch" type builders (builders with more than one result) can now be implemented as async generator functions. This allows such a builder to be more easily implemented in cases where an upstream API is async iterator/generator based or when async generators are the preferred method of implementation.