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-05-29
fix corner cases in `awaits` (#4976)
...
Alex Lam S.L
2021-05-28
fix corner case in `awaits` (#4973)
...
Alex Lam S.L
2021-05-28
enhance `awaits` (#4971)
Alex Lam S.L
2021-05-28
enhance `awaits` (#4969)
Alex Lam S.L
2021-03-17
enhance "functions" (#4791)
Alex Lam S.L
2021-03-13
fix corner case in `side_effects` (#4765)
...
Alex Lam S.L
2021-03-07
fix corner case in `collapse_vars` & `reduce_vars` (#4748)
...
Alex Lam S.L
2021-03-06
fix corner case in `awaits` (#4740)
...
Alex Lam S.L
2021-03-02
fix corner case in `inline` & `sequences` (#4718)
...
Alex Lam S.L
2021-02-07
fix corner case in `functions` (#4619)
...
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)
...
Alex Lam S.L
2021-01-27
fix corner case in `inline` (#4596)
...
Alex Lam S.L
2021-01-23
fix corner case in `reduce_vars` (#4582)
...
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)
...
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