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 Apr 12, 2024. It is now read-only.
Right. The problem with this is it's a rethrow case. We know the code that
causes the warning throws MinErr. The exception needs to be checked and
rethrown, which confuses the compiler and causes the warning. The solution
to this is to write a new minerr pass implementation using closure compiler
type annotations. It will need work in both ng-closure-runner and angular
itself.
I've got a lot of stuff on my plate right now, but I can try and fast track
the fix so we can have it maybe before we get out of RC. A lot of folks
have asked for it.
yes. we need to decide how to deal with rethrown exception with minErr. this is a currently unresolved problem, but it's not a significant issue so we deprioritized it.
if anyone has a proposal and wants to send a PR then that would be great.
It would be great to fix this since it's the only warning and then make warnings into errors so that we maintain a warning-free state:
The text was updated successfully, but these errors were encountered: