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
/
test
/
mocha
/
cli.js
Age
Commit message (
Expand
)
Author
2017-05-08
deprecate low level API (#1877)
...
Alex Lam S.L
2017-04-23
improve parser under "use strict" (#1836)
...
Alex Lam S.L
2017-04-19
fix parser bugs & CLI reporting (#1827)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-03-24
improve error marker placement (#1644)
...
Alex Lam S.L
2017-03-24
fix expect_stdout (#1642)
...
Alex Lam S.L
2017-03-16
make `collapse_vars` consistent with `toplevel` (#1608)
...
Alex Lam S.L
2017-03-10
fixup for #1585 (#1589)
...
Alex Lam S.L
2017-03-10
Correctly raise a parse exception with a missing loop body (#1585)
Michael Mior
2017-03-07
transform function calls to IIFEs (#1560)
...
Alex Lam S.L
2017-02-27
improve error messages (#1506)
...
Alex Lam S.L
2017-02-25
allow --in-source-map inline (#1490)
...
Alex Lam S.L
2017-02-21
improve `--beautify bracketize`
...
alexlamsl
2017-02-21
enhance `global_defs`
...
alexlamsl
2017-02-18
Improve optimizing `function() { if(c){return foo} bar();}`
...
Anthony Van de Gejuchte
2017-01-26
fix mangling collision with keep_fnames (#1431)
...
Alex Lam S.L
2016-10-23
Add an option for writing inline source map
pengzhenqing
2016-09-06
Make all comment options in cli available in js api
...
Anthony Van de Gejuchte
2016-07-01
Introduce a test that tests the --self build
Richard van Velzen