mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 02:54:21 +08:00
When building a library, `tsickle` is used as the `annotateForClosureCompiler` option is `true`. `tsickle` warns when redundant jsdocs are used.
d24b139b71/src/jsdoc.ts (L170-L178)
These diagnostics are later passed to Angular Compiler and are treated as errors.
Seeing this: https://github.com/angular/angular/issues/19969#issuecomment-343318361 it looks like it is expected that warnings will fail the build.
Closes: #11282