https://github.com/mishoo/UglifyJS
Revision f584ca8d0766fb6d2a254dd4487afa91ed2c5034 authored by alexlamsl on 18 February 2017, 11:07:03 UTC, committed by alexlamsl on 21 February 2017, 05:29:57 UTC
N = 2:
  a;
  b;
  c;
  d;
was:
  a, b;
  c;
  d;
now:
  a, b;
  c, d;

fixes #1455
closes #1457
1 parent ae4db00
History
Tip revision: f584ca8d0766fb6d2a254dd4487afa91ed2c5034 authored by alexlamsl on 18 February 2017, 11:07:03 UTC
`-c sequences=N` suboptimal at N expression cutoff
Tip revision: f584ca8
File Mode Size
bin
lib
test
tools
.gitignore -rw-r--r-- 35 bytes
.travis.yml -rw-r--r-- 150 bytes
LICENSE -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 39.0 KB
appveyor.yml -rw-r--r-- 350 bytes
package.json -rw-r--r-- 1.3 KB

README.md

back to top