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
/
input
Age
Commit message (
Expand
)
Author
2020-10-04
enhance `side_effects` (#4175)
Alex Lam S.L
2020-09-03
enhance `join_vars` (#4089)
Alex Lam S.L
2020-08-17
reject multiple `default`s in `switch` (#4053)
...
Alex Lam S.L
2020-06-10
fix corner case in `--reduce-test` (#3985)
Alex Lam S.L
2020-04-16
improve source-map generation (#3782)
...
Alex Lam S.L
2020-04-10
enhance `inline` (#3767)
Alex Lam S.L
2020-04-05
enhance `inline` (#3760)
Alex Lam S.L
2020-03-28
handle `source-map` operations internally (#3754)
Alex Lam S.L
2020-03-21
improve `--reduce-test` (#3742)
...
Alex Lam S.L
2020-03-01
avoid reducing setter argument (#3737)
Alex Lam S.L
2020-02-15
improve `--reduce-test` (#3722)
...
kzc
2020-02-14
improve `--reduce-test` (#3719)
...
Alex Lam S.L
2020-02-09
add test for `--reduce-test` (#3712)
Alex Lam S.L
2020-01-08
introduce `--output-opts` CLI option (#3678)
...
Alex Lam S.L
2019-10-11
improve source map handling (#3464)
...
Alex Lam S.L
2019-05-04
fix corner cases in `sourceMap` (#3397)
...
Alex Lam S.L
2019-03-15
parse `mangle.properties.regex` in `--config-file` properly (#3337)
...
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-06-01
re-introduce `enclose` (#3163)
...
Jiavan
2018-04-24
improve `max_line_len` (#3095)
...
Alex Lam S.L
2018-03-31
Don't load source map until the JS source is fully received (#3040)
b-fuze
2018-03-15
refactor brackets to braces (#3005)
Alex Lam S.L
2018-01-17
configure `rename` with CLI (#2802)
Alex Lam S.L
2018-01-05
fix `mangle` name collision across files (#2722)
Alex Lam S.L
2017-09-15
improve source mapping (#2312)
...
Alex Lam S.L
2017-06-23
fix for-in loop parsing (#2144)
Alex Lam S.L
2017-06-13
fix CLI parsing of `--source-map content` (#2088)
...
Ziad El Khoury Hanna
2017-05-23
fix source map offset (#1993)
...
Alex Lam S.L
2017-05-15
improve keyword-related parser errors (#1941)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
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-03-24
fix expect_stdout (#1642)
...
Alex Lam S.L
2017-03-23
fix a bug in simple_glob (#1632)
...
Alex Lam S.L
2017-03-10
Correctly raise a parse exception with a missing loop body (#1585)
Michael Mior
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-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-08-14
Add input file glob support to minify()
kzc
2016-08-14
Moved test input files to test/input.
Lucas Wiener