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
Age
Commit message (
Expand
)
Author
2021-03-13
implement `annotations` (#4763)
Alex Lam S.L
2021-03-10
build Math.js for verification testing (#4758)
Alex Lam S.L
2021-02-22
improve CLI usability (#4670)
...
Alex Lam S.L
2021-02-19
fix corner case in `reduce_vars` (#4665)
...
Alex Lam S.L
2021-01-07
implement `UGLIFY_BUG_REPORT` (#4516)
Alex Lam S.L
2020-12-28
workaround asynchronous tty bugs on Node.js (#4473)
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-10-03
support JSON dump beyond `AST_Toplevel` (#4173)
Alex Lam S.L
2020-06-10
improve fix for #3976 (#3980)
Alex Lam S.L
2020-06-08
improve handling of invalid CLI options (#3966)
Alex Lam S.L
2020-06-07
parse command line internally (#3961)
Alex Lam S.L
2020-05-09
implement AST validation (#3863)
Alex Lam S.L
2020-04-25
fix corner case in `--reduce-test` (#3819)
Alex Lam S.L
2020-04-18
report top-level default options (#3797)
Alex Lam S.L
2020-04-14
expand testing on Node.js versions (#3779)
Alex Lam S.L
2020-02-06
implement CLI `--reduce-test` and reduce tests in ufuzz (#3705)
kzc
2020-01-08
introduce `--output-opts` CLI option (#3678)
...
Alex Lam S.L
2019-12-28
enhance `evaluate` (#3649)
Alex Lam S.L
2019-05-04
make `enclose` & `wrap` work with `sourceMap` (#3396)
...
Alex Lam S.L
2019-04-30
unify logging functionality (#3392)
...
Alex Lam S.L
2019-03-15
parse `mangle.properties.regex` in `--config-file` properly (#3337)
...
Alex Lam S.L
2018-07-13
fix corner cases in `preserve_line` (#3212)
Alex Lam S.L
2018-06-01
re-introduce `enclose` (#3163)
...
Jiavan
2018-03-31
Don't load source map until the JS source is fully received (#3040)
b-fuze
2018-01-17
configure `rename` with CLI (#2802)
Alex Lam S.L
2018-01-14
improve SymbolDef info in `--output ast` (#2778)
...
kzc
2018-01-12
add SymbolDef IDs to --output ast (#2772)
kzc
2018-01-07
improve `process.exit()` workaround (#2741)
...
Alex Lam S.L
2017-11-24
fix `rename` (#2501)
...
Alex Lam S.L
2017-11-19
expand symbol space to improve compression (#2460)
...
Alex Lam S.L
2017-11-16
fix cross-scope inlining of `AST_Function`s (#2486)
...
Alex Lam S.L
2017-07-15
reject malformed CLI parameters (#2239)
...
Alex Lam S.L
2017-06-29
improve usability of name cache under `minify()` (#2176)
...
Alex Lam S.L
2017-06-13
fix CLI parsing of `--source-map content` (#2088)
...
Ziad El Khoury Hanna
2017-06-07
fix CLI output corruption (#2061)
...
Alex Lam S.L
2017-05-31
introduce `unsafe_Func` (#2033)
...
Alex Lam S.L
2017-05-31
widen CLI parse error code fragment displayed (#2032)
...
Alex Lam S.L
2017-05-28
display default values in `--help options` (#2018)
Alex Lam S.L
2017-05-28
implement `--help options` (#2017)
Alex Lam S.L
2017-05-28
improve CLI usability (#2016)
...
Alex Lam S.L
2017-05-25
report timing breakdown (#2000)
...
Alex Lam S.L
2017-05-24
reinstate `describe_ast()` on CLI (#1996)
...
Alex Lam S.L
2017-05-16
print package name alongside version in CLI (#1946)
...
Alex Lam S.L
2017-05-10
gracefully handle non-`Error` being thrown (#1893)
Alex Lam S.L
2017-05-09
print error stack in CLI (#1890)
Alex Lam S.L
2017-05-08
return `Error` from `minify()` (#1880)
...
Alex Lam S.L
2017-05-08
support dumping AST (#1879)
...
Alex Lam S.L
2017-05-08
deprecate low level API (#1877)
...
Alex Lam S.L
2017-05-08
support `minify()` output as AST (#1878)
...
Alex Lam S.L
[next]