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
/
lib
/
minify.js
Age
Commit message (
Expand
)
Author
2018-06-01
re-introduce `enclose` (#3163)
...
Jiavan
2018-04-06
support inline source map from multiple files (#3058)
...
Alex Lam S.L
2018-04-06
improve usability of `includeSources` (#3057)
...
Alex Lam S.L
2018-03-31
give sensible error against invalid input source map (#3044)
Alex Lam S.L
2018-02-24
minor clean-ups (#2951)
Alex Lam S.L
2018-01-09
improve synergy between `compress` and `rename` (#2755)
Alex Lam S.L
2018-01-09
improve `rename` reproducibility (#2754)
...
Alex Lam S.L
2018-01-05
fix `mangle` name collision across files (#2722)
Alex Lam S.L
2017-11-19
expand symbol space to improve compression (#2460)
...
Alex Lam S.L
2017-11-05
inline single-use functions that are not constant expressions (#2434)
...
Alex Lam S.L
2017-07-29
improve `mangle.properties` (#2261)
...
Alex Lam S.L
2017-06-29
improve usability of name cache under `minify()` (#2176)
...
Alex Lam S.L
2017-06-08
fix iteration over object with inherited properties (#2068)
...
Alex Lam S.L
2017-05-25
report timing breakdown (#2000)
...
Alex Lam S.L
2017-05-08
return `Error` from `minify()` (#1880)
...
Alex Lam S.L
2017-05-08
support `minify()` output as AST (#1878)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L