This repository was archived by the owner on May 22, 2025. It is now read-only.
This repository was archived by the owner on May 22, 2025. It is now read-only.
Don't reject files with invalid @jsdoc #177
Open
Description
In angular/angular#8550 they modified tsickle to add an "ignoreTypesInComments" flag:
This prevents tsickle from throwing an error when it encounters jsdoc in comments. This is needed to compile RxJS which has a bunch of jsdoc comments.
In the Google build, we disable tsickle errors when building third-party code, which is a lame hack. We should instead make tsickle configurable, to either reject or silently fix up this code.