UglifyJS/lib
2013-05-15 13:27:23 +03:00
..
ast.js Add support for enclose option. Closes #139. 2013-03-24 11:11:23 +02:00
compress.js Only compress code in new Function if all arguments are strings. 2013-05-14 18:36:31 +03:00
mozilla-ast.js Workaround for missing prefix in UnaryExpression generated by Esprima 2013-04-29 15:03:52 +03:00
output.js Use the negation hack rather than parens for a toplevel function expression call 2013-05-09 08:58:47 +03:00
parse.js Add --expr, an option to parse a single expression (suitable for JSON) 2013-05-15 13:27:23 +03:00
scope.js renamed --screw-ie to --screw-ie8, documented it in README.md, indicated it doesn't break IE9+ 2013-03-25 17:03:21 +01:00
sourcemap.js line numbers start at 1 2012-10-02 16:39:53 +03:00
transform.js Compress code passed to new Function if it's a constant. 2013-05-14 10:47:06 +03:00
utils.js Only compress code in new Function if all arguments are strings. 2013-05-14 18:36:31 +03:00