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
/
bin
/
uglifyjs2
Age
Commit message (
Expand
)
Author
2012-10-02
a shy attempt to obey `width` in the beautifier; added `bracketize` option to...
Mihai Bazon
2012-09-26
removed the "squeeze" method (it's now effectively "transform")
Mihai Bazon
2012-09-26
minor
Mihai Bazon
2012-09-24
Support input source map
...
Mihai Bazon
2012-09-21
log filename in parse errors / compressor warnings
Mihai Bazon
2012-09-21
better support for multiple input files:
...
Mihai Bazon
2012-09-19
support -c with no arguments to disable compression entirely
Mihai Bazon
2012-09-14
more optimizations that v1 does and some cleanups
...
Mihai Bazon
2012-09-13
added -m and -c options
Mihai Bazon
2012-09-11
minor
Mihai Bazon
2012-09-11
fixed some mess with symbols/scope
...
Mihai Bazon
2012-09-11
checkpoint
...
Mihai Bazon
2012-09-10
hoist_vars is pretty bad, it seems. cancelled it for now.
Mihai Bazon
2012-09-10
adaptive base54 digits depending on char frequency (WIP)
Mihai Bazon
2012-09-10
fix "file" in the source map
Mihai Bazon
2012-09-05
declared `--stats` as boolean
Mihai Bazon
2012-09-03
minor
Mihai Bazon
2012-09-03
declare boolean options
Mihai Bazon
2012-09-03
add -b
Mihai Bazon
2012-09-02
add source mappings for more node types; started CLI utility
Mihai Bazon