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
2020-05-07
fix corner case in `inline` (#3853)
...
fixes #3852
Alex Lam S.L
2020-05-03
enhance `unused` (#3839)
Alex Lam S.L
2020-04-19
fix corner case in `functions` & `unused` (#3803)
...
fixes #3802
Alex Lam S.L
2020-04-19
enhance `unused` (#3800)
Alex Lam S.L
2020-04-18
enhance `conditionals` (#3798)
Alex Lam S.L
2020-04-18
enhance `unused` (#3794)
Alex Lam S.L
2020-04-17
fix corner cases in `join_vars` (#3787)
...
fixes #3786 fixes #3788
Alex Lam S.L
2020-04-17
enhance `join_vars` (#3783)
Alex Lam S.L
2020-03-06
fix corner case in `unused` (#3747)
...
fixes #3746
Alex Lam S.L
2020-02-12
fix corner case in `unused` (#3716)
Alex Lam S.L
2020-01-07
fix corner case in `unused` (#3674)
...
fixes #3673
Alex Lam S.L
2020-01-01
fix corner case in `unused` (#3665)
...
fixes #3664
Alex Lam S.L
2019-12-31
enhance `unused` (#3662)
Alex Lam S.L
2019-12-27
fix corner case in `unsafe` (#3646)
Alex Lam S.L
2019-12-02
fix corner cases in `keep_fargs` & `unused` (#3618)
Alex Lam S.L
2019-12-01
enhance `unused` (#3617)
Alex Lam S.L
2019-11-19
fix corner case in `unused` (#3599)
...
fixes #3598
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)
...
fixes #3520
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)
...
fixes #3515
Alex Lam S.L
2019-10-18
fix corner case in `unused` (#3499)
...
fixes #3497
Alex Lam S.L
2019-10-18
fix corner case in `unused` (#3496)
...
fixes #3495
Alex Lam S.L
2019-05-29
enhance `assignments` & `unused` (#3428)
...
closes #3427
Alex Lam S.L
2019-05-12
fix corner case in `assignments` (#3407)
...
fixes #3406
Alex Lam S.L
2019-05-10
fix corner case in `inline` (#3401)
...
fixes #3400
Alex Lam S.L
2019-04-30
unify logging functionality (#3392)
...
fixes #3253 fixes #3254
Alex Lam S.L
2019-04-24
fix corner case in `assignments` (#3376)
...
fixes #3375
Alex Lam S.L
2018-08-23
fix corner case in `unused` (#3234)
...
fixes #3233
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2018-06-24
enhance `arguments` (#3193)
...
fixes #3192
Alex Lam S.L
2018-05-24
fix corner cases with `eval()` (#3147)
...
fixes #3146
Alex Lam S.L
2018-03-13
preserve non-constant value assignments with modifications (#2997)
...
fixes #2995
Alex Lam S.L
2018-02-17
drop unused "class" definition IIFEs (#2923)
...
fixes #805
Alex Lam S.L
2018-01-26
fix accounting after conversion to assignment (#2847)
...
Missing reference to `AST_SymbolRef` created by `unused` causes `collapse_vars` to misbehave. fixes #2846
Alex Lam S.L
2018-01-11
fix nested `unused` assignments (#2769)
...
fixes #2768
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)
...
fixes #2665
Alex Lam S.L
2017-12-27
fix bugs on substituted `AST_Defun` (#2661)
...
fixes #2660
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)
...
fixes #2516
Alex Lam S.L
2017-11-11
implement compress option `reduce_funcs` (#2466)
...
- inline single-use function declarations as expressions when permissible - depend on `reduce_vars` - enabled by default - disable for speed critical code fixes #2464
Alex Lam S.L
2017-11-09
fix multiple nested function substitutions (#2458)
...
fixes #2449
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)
...
- constant expression - single reference - same scope - not across loop body
Alex Lam S.L
2017-08-29
fix `unused` patching of `AST_For.init` blocks (#2289)
...
fixes #2288
Alex Lam S.L
[next]