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
2020-12-27
workaround v8 bug with labels (#4467)
...
Alex Lam S.L
2020-11-21
workaround Safari quirks (#4314)
...
Alex Lam S.L
2020-10-27
improve warnings (#4247)
...
Alex Lam S.L
2020-08-23
enhance `mangle.properties` (#4064)
Alex Lam S.L
2020-07-31
validate against multiple parents on `AST_Node` (#4032)
...
Alex Lam S.L
2020-05-09
implement AST validation (#3863)
Alex Lam S.L
2020-04-17
support optional output of `names` in source maps (#3784)
Alex Lam S.L
2020-03-28
handle `source-map` operations internally (#3754)
Alex Lam S.L
2019-11-16
minor clean-ups (#3588)
Alex Lam S.L
2019-10-11
improve source map handling (#3464)
...
Alex Lam S.L
2019-05-04
make `enclose` & `wrap` work with `sourceMap` (#3396)
...
Alex Lam S.L
2019-05-04
fix corner cases in `sourceMap` (#3397)
...
Alex Lam S.L
2019-04-30
unify logging functionality (#3392)
...
Alex Lam S.L
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