Commit 9aadb8e
feat(@schematics/angular): add
When building a library, `tsickle` is used as the `annotateForClosureCompiler` option is `true`. `tsickle` warns when redundant jsdocs are used.
https://github.com/angular/tsickle/blob/d24b139b71a3f86bf25d6eecf4d4dcdad3b379e4/src/jsdoc.ts#L170-L178
These diagnostics are later passed to Angular Compiler and are treated as errors.
Seeing this: angular/angular#19969 (comment) it looks like it is expected that warnings will fail the build.
Closes: #11282no-redundant-jsdoc tslint rule1 parent cd8801c commit 9aadb8e
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments