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
/
arrows.js
Age
Commit message (
Collapse
)
Author
2021-02-25
fix corner cases with arrow functions (#4688)
Alex Lam S.L
fixes #4687
2021-02-25
fix corner case in `collapse_vars` (#4686)
Alex Lam S.L
fixes #4685
2021-02-24
support nullish coalescing operator (#4678)
Alex Lam S.L
2021-02-19
fix corner cases in arrow functions & `rests` (#4667)
Alex Lam S.L
fixes #4666
2021-02-10
enhance `side_effects` (#4638)
Alex Lam S.L
2021-02-06
enhance `compress` on arrow and `async` functions (#4616)
Alex Lam S.L
2020-12-29
fix corner case in `arguments` (#4477)
Alex Lam S.L
fixes #4476
2020-12-25
fix corner case in `pure_getters` (#4449)
Alex Lam S.L
fixes #4448
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-19
fix corner case with parentheses (#4409)
Alex Lam S.L
fixes #4408
2020-12-18
enhance `arrows` (#4403)
Alex Lam S.L
2020-12-18
fix corner case in `merge_vars` (#4402)
Alex Lam S.L
fixes #4401
2020-12-18
enhance `reduce_vars` (#4392)
Alex Lam S.L
2020-12-18
fix corner case in `collapse_vars` (#4391)
Alex Lam S.L
fixes #4390
2020-12-18
fix corner case in `inline` (#4389)
Alex Lam S.L
fixes #4388
2020-12-17
support arrow function (#4385)
Alex Lam S.L