UglifyJS/test
Dan Wolff 48d2f430ff [...].join() - handle null and better compress [...].join("str")
* null, undefined, and holes in arrays are interpreted as an empty
  string by Array.prototype.join. This commit fixes various issues when
  compressing them, or values that can be null or undefined.
* Compress [foo+"str","123"+bar].join("-") -> foo+"str-123"+bar
2013-09-23 02:10:21 +02:00
..
compress [...].join() - handle null and better compress [...].join("str") 2013-09-23 02:10:21 +02:00
run-tests.js more optimizations for some break/continue cases 2012-10-18 15:14:57 +03:00