aboutsummaryrefslogtreecommitdiff
path: root/test/compress/async.js
AgeCommit message (Expand)Author
2020-12-14fix corner case in `dead_code` (#4378)...fixes #4377Alex Lam S.L
2020-12-12fix corner case in `collapse_vars` (#4360)...fixes #4359Alex Lam S.L
2020-12-08fix corner cases with `await` (#4350)...fixes #4349Alex Lam S.L
2020-12-08fix corner case in `reduce_vars` (#4348)...fixes #4347Alex Lam S.L
2020-12-08fix corner case with parentheses around `await` (#4344)Alex Lam S.L
2020-12-07fix corner case in `evaluate` (#4341)...fixes #4340Alex Lam S.L
2020-12-07fix corner case in `unused` (#4338)...fixes #4337Alex Lam S.L
2020-12-07fix corner case in `inline` (#4336)...fixes #4335Alex Lam S.L
2020-12-07support async function (#4333)Alex Lam S.L