Files
UglifyJS/test/compress/drop-unused.js
Alex Lam S.L 17b81350d4 fix chained assignment with unused (#1540)
When #1450 optimises `a=b=42`, it stops after the first variable even if both are unused.

fixes #1539
2017-03-03 04:45:20 +08:00

13 KiB