improve string concatenation
authoralexlamsl <alexlamsl@gmail.com>
Sat, 18 Feb 2017 11:07:52 +0000 (19:07 +0800)
committeralexlamsl <alexlamsl@gmail.com>
Tue, 21 Feb 2017 05:29:57 +0000 (13:29 +0800)
commit6b3c49e45837e8e1b32b60fe3b217b965ac16efd
tree3e95051778ccaf07859353ef38a1bad53d35f814
parentf584ca8d0766fb6d2a254dd4487afa91ed2c5034
improve string concatenation
shuffle associative operations to minimise parentheses and aid other uglification efforts

closes #1454
lib/compress.js
test/compress/arrays.js
test/compress/concat-strings.js