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 Dec 5, 2019. It is now read-only.
This issue appears to be similar/related to #264 but without any variable name clashing, which I think would make it more likely to come across and thus I'm reporting it as a separate issue.
(also filed issue #3012 with Uglify-es)
When only a single occurrence of a method happens, Uglify-es is attempting to inline the only usage of the function, but is failing to declare the second variable, causing an uncaught exception.