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 has been archived by the owner on Sep 18, 2021. It is now read-only.
I give full credit to closure compiler for this.
I cleaned up the output a lot, the WARNING's are all for the same References to the global RegExp object prevents optimization of regular expressions.
IIRC, the reason why closure compiler can't optimize these is precisely because you can do things like RegExp.$1, which this library does in a bunch of places, so fixing these warnings would require a significant refactor.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I give full credit to closure compiler for this.
I cleaned up the output a lot, the WARNING's are all for the same References to the global RegExp object prevents optimization of regular expressions.
The text was updated successfully, but these errors were encountered: