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
/
compress
/
drop-unused.js
Age
Commit message (
Expand
)
Author
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-05-12
fix invalid transform on `const` (#1919)
...
Alex Lam S.L
2017-05-06
enhance `collapse_vars` (#1862)
...
Alex Lam S.L
2017-04-23
fix `AST_For.init` patch-up in `drop_unused()` (#1839)
...
Alex Lam S.L
2017-04-20
improve `unused` (#1832)
...
Alex Lam S.L
2017-04-20
fix `unused` on labeled for-loop (#1831)
...
Alex Lam S.L
2017-04-17
compress duplicated variable definitions (#1817)
...
Alex Lam S.L
2017-04-08
fix `delete` corner cases (#1799)
...
Alex Lam S.L
2017-03-30
optimize try-catch-finally (#1731)
...
Alex Lam S.L
2017-03-29
fix corner case in `unused` (#1718)
...
Alex Lam S.L
2017-03-28
fix `unused` on var of the same name within catch (#1716)
...
Alex Lam S.L
2017-03-28
drop anonymous function name when overshadowed by other declarations (#1712)
...
Alex Lam S.L
2017-03-25
fix invalid `AST_For.init` (#1657)
...
Alex Lam S.L
2017-03-09
fix & improve function argument compression (#1584)
...
Alex Lam S.L
2017-03-09
scan RHS of dropped assignments (#1581)
...
Alex Lam S.L
2017-03-08
scan assignment value in drop_unused() (#1578)
...
Alex Lam S.L
2017-03-03
process code with implicit return statement (#1522)
...
Alex Lam S.L
2017-03-03
fix chained assignment with `unused` (#1540)
...
Alex Lam S.L
2017-02-24
enable `collapse_vars` & `reduce_vars` by default
...
alexlamsl
2017-02-21
fix `pure_funcs` & improve `side_effects`
...
alexlamsl
2017-02-21
improve keep_fargs & keep_fnames
...
alexlamsl
2017-02-21
drop unused: toplevel, assign-only
...
alexlamsl
2015-09-14
Control keeping function arguments with a single option
Ville Lautanala
2015-03-20
Keep unused function arguments by default
...
Mihai Bazon
2015-01-04
Add a "keep_fnames" option to the compressor to retain function expression names
...
Richard van Velzen
2013-12-05
AST_Catch shouldn't really inherit from AST_Scope. Fix #363
...
Mihai Bazon
2013-08-07
Don't drop unused setter argument.
...
Mihai Bazon
2012-10-13
drop unused function arguments
...
Mihai Bazon