-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Minify Js error #687
Comments
Hi Han, thank you for reporting this issue. I'm a bit confused by what you mean with "sometime", do you mean that the minification result changes every time you minify it, sometimes it is correct and sometimes not? Or do you mean that similar JS code in another part do work but this one doesn't? If it is non-deterministic, that would be really strange... For me it outputs: var div=document.createElement("div"),c="";for(let e=0;e<5;e++)c+=".....";div.innerHTML=c What version do you use of |
Thanks again! This should now be fixed in the latest version, can you please verify? |
The source:
Sometime, it will be compress to:
The c cannot be used outside for.
The text was updated successfully, but these errors were encountered: