Files
UglifyJS/test/compress/issue-368.js
Alex Lam S.L 067e5a5762 fixup for #1553 (#1555)
- `++a` is the one that is foldable
- transform `a++` into `++a` for better optimisation
2017-03-05 17:15:37 +08:00

1.3 KiB