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