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
2019-11-19
fix corner case in `unused` (#3599)
...
Alex Lam S.L
2019-11-13
enhance `unused` (#3584)
Alex Lam S.L
2019-10-30
enhance `dead_code` (#3551)
Alex Lam S.L
2019-10-24
fix corner case in `collapse_vars` (#3521)
...
Alex Lam S.L
2019-10-23
fix corner cases in `unused` (#3519)
Alex Lam S.L
2019-10-23
fix corner case in `unused` (#3517)
...
Alex Lam S.L
2019-10-18
fix corner case in `unused` (#3499)
...
Alex Lam S.L
2019-10-18
fix corner case in `unused` (#3496)
...
Alex Lam S.L
2019-05-29
enhance `assignments` & `unused` (#3428)
...
Alex Lam S.L
2019-05-12
fix corner case in `assignments` (#3407)
...
Alex Lam S.L
2019-05-10
fix corner case in `inline` (#3401)
...
Alex Lam S.L
2019-04-30
unify logging functionality (#3392)
...
Alex Lam S.L
2019-04-24
fix corner case in `assignments` (#3376)
...
Alex Lam S.L
2018-08-23
fix corner case in `unused` (#3234)
...
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2018-06-24
enhance `arguments` (#3193)
...
Alex Lam S.L
2018-05-24
fix corner cases with `eval()` (#3147)
...
Alex Lam S.L
2018-03-13
preserve non-constant value assignments with modifications (#2997)
...
Alex Lam S.L
2018-02-17
drop unused "class" definition IIFEs (#2923)
...
Alex Lam S.L
2018-01-26
fix accounting after conversion to assignment (#2847)
...
Alex Lam S.L
2018-01-11
fix nested `unused` assignments (#2769)
...
Alex Lam S.L
2018-01-04
drop `unused` assignment based on `reduce_vars` (#2709)
Alex Lam S.L
2017-12-27
retain recursive function names (#2667)
...
Alex Lam S.L
2017-12-27
fix bugs on substituted `AST_Defun` (#2661)
...
Alex Lam S.L
2017-12-26
improve `unused` over duplicate variable names (#2656)
Alex Lam S.L
2017-12-14
fold `cascade` functionality into `collapse_vars` (#2586)
Alex Lam S.L
2017-12-09
improve `unused` on assign-only symbols (#2568)
Alex Lam S.L
2017-11-28
improve synergy between `collapse_vars` & `unused` (#2521)
Alex Lam S.L
2017-11-28
drop assignment in `AST_VarDef.value` (#2522)
...
Alex Lam S.L
2017-11-11
implement compress option `reduce_funcs` (#2466)
...
Alex Lam S.L
2017-11-09
fix multiple nested function substitutions (#2458)
...
Alex Lam S.L
2017-11-05
extend function inlining safety checks (#2430)
Alex Lam S.L
2017-10-09
perform `reduce_vars` on safe literals (#2351)
...
Alex Lam S.L
2017-08-29
fix `unused` patching of `AST_For.init` blocks (#2289)
...
Alex Lam S.L
2017-07-14
drop `unused` compound assignments (#2230)
...
Alex Lam S.L
2017-07-02
drop argument value after `collapse_vars` (#2190)
Alex Lam S.L
2017-07-02
improve `inline` efficiency (#2188)
...
Alex Lam S.L
2017-06-16
enforce `inline` scope restriction (#2106)
...
Alex Lam S.L
2017-06-04
fix `AST_Function` scope invariance (#2052)
...
Alex Lam S.L
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
[prev]
[next]