aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-12-14fix corner case in `dead_code` (#4378)...Alex Lam S.L
2020-12-13maintain compatibility options when testing (#4376)Alex Lam S.L
2020-12-13fix corner case in `booleans` (#4375)...Alex Lam S.L
2020-12-13fix corner case in `dead_code` (#4373)...Alex Lam S.L
2020-12-12clarify corner case in object literal (#4371)...Alex Lam S.L
2020-12-12fix corner case in `spread` (#4370)Alex Lam S.L
2020-12-12fix asynchronous state tracking in `ufuzz` (#4369)Alex Lam S.L
2020-12-12fix corner cases in `unused` & `varify` (#4368)...Alex Lam S.L
2020-12-12gate language features in `ufuzz` automatically (#4367)Alex Lam S.L
2020-12-12fix corner case in `spread` (#4364)...Alex Lam S.L
2020-12-12fix corner case in `unused` (#4362)...Alex Lam S.L
2020-12-12fix corner case in `collapse_vars` (#4360)...Alex Lam S.L
2020-12-11fix corner cases with spread syntax (#4358)Alex Lam S.L
2020-12-11improve fix for #4355 (#4357)Alex Lam S.L
2020-12-10fix corner case in `loops` & `unused` (#4356)...Alex Lam S.L
2020-12-09fix corner case in `keep_fargs` & `reduce_vars` (#4354)...Alex Lam S.L
2020-12-08forbid `AST_Await` in computed function arguments (#4352)...Alex Lam S.L
2020-12-08fix corner cases with `await` (#4350)...Alex Lam S.L
2020-12-08fix corner case in `reduce_vars` (#4348)...Alex Lam S.L
2020-12-08introduce `spread` (#4346)...Alex Lam S.L
2020-12-08fix corner case with parentheses around `await` (#4344)Alex Lam S.L
2020-12-07fix corner case in `side_effects` (#4343)...Alex Lam S.L
2020-12-07fix corner case in `evaluate` (#4341)...Alex Lam S.L
2020-12-07improve `ufuzz` (#4339)Alex Lam S.L
2020-12-07fix corner case in `unused` (#4338)...Alex Lam S.L
2020-12-07fix corner case in `inline` (#4336)...Alex Lam S.L
2020-12-07extend trailing comma support (#4334)Alex Lam S.L
2020-12-07support async function (#4333)Alex Lam S.L
2020-12-06fix corner case in `collapse_vars` (#4332)...Alex Lam S.L
2020-12-06fix corner case in `properties` (#4330)...Alex Lam S.L
2020-12-06support spread syntax (#4328)Alex Lam S.L
2020-11-29fix corner case in `side_effects` (#4326)...Alex Lam S.L
2020-11-29fix corner case in `merge_vars` (#4324)...Alex Lam S.L
2020-11-29fix corner case in `inline` (#4322)...Alex Lam S.L
2020-11-27fix corner case in `inline` (#4320)...Alex Lam S.L
2020-11-25fix infinite recursion in `ufuzz` (#4318)Alex Lam S.L
2020-11-23fix corner case in `passes` & `reduce_vars` (#4316)...Alex Lam S.L
2020-11-21workaround Safari quirks (#4314)...Alex Lam S.L
2020-11-21fix corner case in `merge_vars` & `reduce_vars` (#4313)...Alex Lam S.L
2020-11-21fix corner case in `mangle` (#4311)Alex Lam S.L
2020-11-21gate `galio` workaround (#4310)Alex Lam S.L
2020-11-20fix corner case in `collapse_vars` (#4309)...Alex Lam S.L
2020-11-20fix corner case in `hoist_props` (#4307)Alex Lam S.L
2020-11-19fix corner cases in `reduce_vars` & `unused` (#4306)Alex Lam S.L
2020-11-19fix corner case in `dead_code` (#4304)Alex Lam S.L
2020-11-19enhance `varify` (#4303)Alex Lam S.L
2020-11-19fix corner case in `merge_vars` (#4302)...Alex Lam S.L
2020-11-19fix corner case `reduce_vars` (#4300)...Alex Lam S.L
2020-11-18fix corner case in `merge_vars` (#4299)...Alex Lam S.L
2020-11-18enhance `arguments` (#4296)Alex Lam S.L