UglifyJS/lib
Mihai Bazon a21f3c6cdd employ a better parser for command-line arguments
to support passing commas in strings in for example:

    uglifyjs2 -cd TEST="'a,b'" <<EOF
    console.log(TEST);
    EOF

    → console.log("a,b")

close #14
2012-10-17 15:56:45 +03:00
..
ast.js remove the $self hack 2012-10-12 11:07:35 +03:00
compress.js employ a better parser for command-line arguments 2012-10-17 15:56:45 +03:00
mozilla-ast.js fix end tokens in spidermonkey ast import 2012-10-13 11:37:58 +03:00
output.js add semicolons option in the code generator (default: true) 2012-10-17 14:52:08 +03:00
parse.js minor 2012-10-13 12:42:01 +03:00
scope.js the sort option is broken anyway, removed it 2012-10-17 15:24:47 +03:00
sourcemap.js line numbers start at 1 2012-10-02 16:39:53 +03:00
transform.js minor 2012-10-12 14:55:54 +03:00
utils.js stealing more hacks from acorn in the name of speed 2012-10-11 15:17:42 +03:00