mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
Logging types are now based on the BuilderContext's type instead of the `@angular-devkit/core` type. This reduces the need to directly depend on this package while also allowing the builder logging type to diverge if needed. The two usages of the BaseException type which is a small wrapper around Error have also been removed.