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
/
awaits.js
Age
Commit message (
Expand
)
Author
2021-03-17
enhance "functions" (#4791)
Alex Lam S.L
2021-03-13
fix corner case in `side_effects` (#4765)
...
fixes #4764
Alex Lam S.L
2021-03-07
fix corner case in `collapse_vars` & `reduce_vars` (#4748)
...
fixes #4747
Alex Lam S.L
2021-03-06
fix corner case in `awaits` (#4740)
...
fixes #4738
Alex Lam S.L
2021-03-02
fix corner case in `inline` & `sequences` (#4718)
...
fixes #4717
Alex Lam S.L
2021-02-07
fix corner case in `functions` (#4619)
...
fixes #4618
Alex Lam S.L
2021-02-06
enhance `compress` on arrow and `async` functions (#4616)
Alex Lam S.L
2021-01-30
fix corner case in `conditionals` (#4599)
...
fixes #4598
Alex Lam S.L
2021-01-27
fix corner case in `inline` (#4596)
...
fixes #4595
Alex Lam S.L
2021-01-23
fix corner case in `reduce_vars` (#4582)
...
fixes #4581
Alex Lam S.L
2021-01-20
support asynchronous test cases properly (#4529)
Alex Lam S.L
2021-01-11
fix corner case in `arguments` (#4535)
...
fixes #4534
Alex Lam S.L
2021-01-10
support asynchronous arrow functions (#4530)
Alex Lam S.L
2021-01-07
support rest parameters (#4515)
Alex Lam S.L