UglifyJS/lib
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
..
ast.js minor 2013-09-06 09:52:56 +03:00
compress.js [...].join() - handle null and better compress [...].join("str") 2013-09-23 02:10:21 +02:00
mozilla-ast.js Workaround for missing prefix in UnaryExpression generated by Esprima 2013-04-29 15:03:52 +03:00
output.js Avoid printing <!-- in the output (HTML5 comment) 2013-09-06 10:10:45 +03:00
parse.js Support HTML5 comment syntax (enabled by default!) 2013-09-06 09:54:30 +03:00
scope.js Disallow continue referring to a non-IterationStatement. Fix #287 2013-09-02 19:36:16 +03:00
sourcemap.js line numbers start at 1 2012-10-02 16:39:53 +03:00
transform.js Apply transformer to AST_VarDef's name 2013-07-14 13:24:09 +03:00
utils.js Only compress code in new Function if all arguments are strings. 2013-05-14 18:36:31 +03:00