-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlapping names between nested closures #877
Comments
Confirmed. Seems to happen only when |
Ok. Thanks. |
Same for #990 - in fact, same function... x) |
@rvanvelzen I think this original Issue can be closed by #991 as well. |
@kzc absolutely right, thanks |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use UglifyJS a long time and I never had a similar problems.
Because the reproducing of this bug isn't trivial I created a gist located here https://gist.github.com/katyo/bd5a8811d63d77efeead
Gist
The source of function:
The result of uglification:
Human-readable version:
Overlapping between function name
self
and variable nameval
(both named withn
in result).The text was updated successfully, but these errors were encountered: