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
I think 3.4.9 outputs incorrect code that causes bugs when it comes to optimizing conditionals that has assignments with bracket notation and this keyword in their then/else branches. I've created a repository that demonstrates the issue. This does not happen in 3.4.8.
Bug report
Uglify version (
3.4.9
)I think
3.4.9
outputs incorrect code that causes bugs when it comes to optimizing conditionals that has assignments with bracket notation andthis
keyword in their then/else branches. I've created a repository that demonstrates the issue. This does not happen in3.4.8
.Here's the repo: https://github.com/mortargrind/uglify-conditionals-bug
The text was updated successfully, but these errors were encountered: