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
/
destructured.js
Age
Commit message (
Expand
)
Author
2021-02-02
fix corner case in `arguments` (#4609)
...
Alex Lam S.L
2021-01-24
fix corner case in `reduce_vars` (#4585)
...
Alex Lam S.L
2021-01-15
fix corner cases in `collapse_vars` (#4555)
...
Alex Lam S.L
2021-01-07
fix corner cases with `arguments` (#4520)
...
Alex Lam S.L
2021-01-06
fix corner case in `side_effects` (#4513)
...
Alex Lam S.L
2021-01-06
fix corner cases in `inline` & `unused` (#4509)
...
Alex Lam S.L
2021-01-05
enhance `inline` & `side_effects` (#4506)
Alex Lam S.L
2021-01-05
fix corner case in `merge_vars` (#4505)
...
Alex Lam S.L
2021-01-04
fix corner case in `evaluate` (#4501)
...
Alex Lam S.L
2020-12-31
fix corner case with `arguments` (#4486)
...
Alex Lam S.L
2020-12-29
expand test options (#4475)
...
Alex Lam S.L
2020-12-25
fix corner case in `unused` (#4457)
...
Alex Lam S.L
2020-12-24
fix & enhance `collapse_vars` (#4447)
...
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-24
support default values (#4442)
Alex Lam S.L
2020-12-23
fix corner case with `NaN` (#4437)
...
Alex Lam S.L
2020-12-20
fix corner case with destructuring `catch` (#4426)
...
Alex Lam S.L
2020-12-20
fix corner case with destructuring `catch` (#4421)
...
Alex Lam S.L
2020-12-19
support destructuring of `catch` variable (#4412)
Alex Lam S.L
2020-12-18
fix corner case in `arguments` (#4400)
...
Alex Lam S.L
2020-12-18
fix corner case in `arguments` (#4396)
...
Alex Lam S.L
2020-12-17
fix corner case in `arguments` (#4387)
...
Alex Lam S.L
2020-12-17
fix corner case in `reduce_vars` (#4384)
...
Alex Lam S.L
2020-12-13
fix corner case in `dead_code` (#4373)
...
Alex Lam S.L
2020-12-10
fix corner case in `loops` & `unused` (#4356)
...
Alex Lam S.L
2020-11-29
fix corner case in `merge_vars` (#4324)
...
Alex Lam S.L
2020-11-29
fix corner case in `inline` (#4322)
...
Alex Lam S.L
2020-11-27
fix corner case in `inline` (#4320)
...
Alex Lam S.L
2020-11-23
fix corner case in `passes` & `reduce_vars` (#4316)
...
Alex Lam S.L
2020-11-21
fix corner case in `merge_vars` & `reduce_vars` (#4313)
...
Alex Lam S.L
2020-11-20
fix corner case in `collapse_vars` (#4309)
...
Alex Lam S.L
2020-11-19
fix corner case in `merge_vars` (#4302)
...
Alex Lam S.L
2020-11-19
fix corner case `reduce_vars` (#4300)
...
Alex Lam S.L
2020-11-18
fix corner case in `merge_vars` (#4299)
...
Alex Lam S.L
2020-11-18
fix corner case in `merge_vars` (#4295)
...
Alex Lam S.L
2020-11-18
fix corner case in `merge_vars` (#4289)
...
Alex Lam S.L
2020-11-17
fix corner case in `collapse_vars` (#4287)
...
Alex Lam S.L
2020-11-17
fix corner cases in `collapse_vars` & `dead_code` (#4285)
...
Alex Lam S.L
2020-11-17
fix corner case in `reduce_vars` (#4283)
...
Alex Lam S.L
2020-11-17
fix corner case in `reduce_vars` (#4281)
...
Alex Lam S.L
2020-11-17
support destructured literals (#4278)
Alex Lam S.L