You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
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.