UglifyJS/lib
Ville Lautanala f29f07aabd Escape null characters as \x00
Since \0 might be mistakenly interpreted as octal if followed by a
number and using literal null is in some cases interpreted as end of
string, escape null as \x00.
2013-06-03 20:46:42 +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 Escape null characters as \x00 2013-06-03 20:46:42 +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 Set "global" on undeclared SymbolDef-s 2013-05-22 13:08:19 +03: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