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
/
async.js
Age
Commit message (
Expand
)
Author
2021-01-07
support rest parameters (#4515)
Alex Lam S.L
2021-01-02
introduce `awaits` (#4495)
Alex Lam S.L
2021-01-02
enhance `if_return` & `side_effects` (#4494)
Alex Lam S.L
2021-01-02
enhance `inline`, `sequences` & `side_effects` (#4493)
Alex Lam S.L
2020-12-29
expand test options (#4475)
...
- fix corner cases in `hoist_vars` & `keep_fnames`
Alex Lam S.L
2020-12-25
fix corner case in `merge_vars` (#4455)
...
fixes #4454
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-20
support async function within object literal (#4424)
Alex Lam S.L
2020-12-20
fix corner case in `inline` (#4418)
...
fixes #4417
Alex Lam S.L
2020-12-19
fix corner case in `merge_vars` (#4407)
...
fixes #4406
Alex Lam S.L
2020-12-18
enhance `reduce_vars` (#4392)
Alex Lam S.L
2020-12-14
fix corner case in `dead_code` (#4378)
...
fixes #4377
Alex Lam S.L
2020-12-12
fix corner case in `collapse_vars` (#4360)
...
fixes #4359
Alex Lam S.L
2020-12-08
fix corner cases with `await` (#4350)
...
fixes #4349
Alex Lam S.L
2020-12-08
fix corner case in `reduce_vars` (#4348)
...
fixes #4347
Alex Lam S.L
2020-12-08
fix corner case with parentheses around `await` (#4344)
Alex Lam S.L
2020-12-07
fix corner case in `evaluate` (#4341)
...
fixes #4340
Alex Lam S.L
2020-12-07
fix corner case in `unused` (#4338)
...
fixes #4337
Alex Lam S.L
2020-12-07
fix corner case in `inline` (#4336)
...
fixes #4335
Alex Lam S.L
2020-12-07
support async function (#4333)
Alex Lam S.L