index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2012-10-19
Add sourceRoot option to minify
Sergej Tatarincev
2012-10-18
add fromString argument to `UglifyJS.minify` (allows to pass the source
...
Mihai Bazon
2012-10-11
disable warnings by default in `minify` (pass warnings: true to enable)
...
Mihai Bazon
2012-10-09
add `--ast-help`
...
Mihai Bazon
2012-10-09
Fix nodejs minify without inSourceMap exception
...
Sergej Tatarincev
2012-10-08
fix `inSourceMap` in `minify` (should read the file)
Mihai Bazon
2012-10-08
add simple API wrapper: UglifyJS.minify
...
Mihai Bazon
2012-10-08
added --self to easily get a browser-runnable version of UglifyJS
Mihai Bazon
2012-10-03
define AST_Node.from_mozilla_ast(ast)
...
Mihai Bazon
2012-10-02
discard annoying nodejs warning
Mihai Bazon
2012-09-22
tree transformer api (WIP)
Mihai Bazon
2012-09-07
always keep declarations found in unreachable code
...
Mihai Bazon
2012-08-29
started support for generating source maps (WIP)
...
Mihai Bazon
2012-08-22
wrote more of the compressor and added some tests
Mihai Bazon
2012-08-21
cleaned up some mess and started the actual compressor
Mihai Bazon
2012-08-21
some reorganization
...
Mihai Bazon
[prev]