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
/
keep_fargs.js
Age
Commit message (
Expand
)
Author
2020-12-30
fix corner cases with `arguments` (#4481)
...
fixes #4480
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-09
fix corner case in `keep_fargs` & `reduce_vars` (#4354)
...
fixes #4353
Alex Lam S.L
2020-11-29
fix corner case in `side_effects` (#4326)
...
fixes #4325
Alex Lam S.L
2020-09-20
enhance `unused` (#4129)
Alex Lam S.L
2020-06-05
fix corner cases in `assignments`, `reduce_vars` & `unused` (#3950)
...
fixes #3949 fixes #3951
Alex Lam S.L
2020-06-01
enhance `reduce_vars` (#3942)
Alex Lam S.L
2020-04-18
enhance `unused` (#3794)
Alex Lam S.L
2020-02-12
fix corner case in `unused` (#3716)
Alex Lam S.L
2019-12-02
fix corner case in `keep_fargs` (#3620)
...
fixes #3619
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-05-21
fix corner case in `keep_fargs` (#3424)
...
fixes #3423
Alex Lam S.L
2019-05-19
fix corner case in `arguments` (#3421)
...
fixes #3420
Alex Lam S.L
2019-05-13
enhance `keep_fargs` (#3409)
Alex Lam S.L