aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-10-19Add sourceRoot option to minifySergej Tatarincev
2012-10-18add fromString argument to `UglifyJS.minify` (allows to pass the source...Mihai Bazon
2012-10-11disable warnings by default in `minify` (pass warnings: true to enable)...Mihai Bazon
2012-10-09add `--ast-help`...Mihai Bazon
2012-10-09Fix nodejs minify without inSourceMap exception...Sergej Tatarincev
2012-10-08fix `inSourceMap` in `minify` (should read the file)Mihai Bazon
2012-10-08add simple API wrapper: UglifyJS.minify...Mihai Bazon
2012-10-08added --self to easily get a browser-runnable version of UglifyJSMihai Bazon
2012-10-03define AST_Node.from_mozilla_ast(ast)...Mihai Bazon
2012-10-02discard annoying nodejs warningMihai Bazon
2012-09-22tree transformer api (WIP)Mihai Bazon
2012-09-07always keep declarations found in unreachable code...Mihai Bazon
2012-08-29started support for generating source maps (WIP)...Mihai Bazon
2012-08-22wrote more of the compressor and added some testsMihai Bazon
2012-08-21cleaned up some mess and started the actual compressorMihai Bazon
2012-08-21some reorganization...Mihai Bazon