aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-12-20fix corner case with destructuring `catch` (#4426)...fixes #4425Alex Lam S.L
2020-12-20support async function within object literal (#4424)Alex Lam S.L
2020-12-20fix corner case in `evaluate` & `reduce_vars` (#4423)...fixes #4422Alex Lam S.L
2020-12-20fix corner case with destructuring `catch` (#4421)...fixes #4420Alex Lam S.L
2020-12-20fix corner case in `inline` (#4418)...fixes #4417Alex Lam S.L
2020-12-20fix corner case in `objects` (#4416)...fixes #4415Alex Lam S.L
2020-12-19fix corner case in `reduce_vars` & `unused` (#4414)...fixes #4413Alex Lam S.L
2020-12-19support destructuring of `catch` variable (#4412)Alex Lam S.L
2020-12-19fix corner case in `arguments` (#4411)...fixes #4410Alex Lam S.L
2020-12-19fix corner case with parentheses (#4409)...fixes #4408Alex Lam S.L
2020-12-19fix corner case in `merge_vars` (#4407)...fixes #4406Alex Lam S.L
2020-12-18fix corner case in `unused` (#4405)...fixes #4404Alex Lam S.L
2020-12-18enhance `arrows` (#4403)Alex Lam S.L
2020-12-18fix corner case in `merge_vars` (#4402)...fixes #4401Alex Lam S.L
2020-12-18fix corner case in `arguments` (#4400)...fixes #4399Alex Lam S.L
2020-12-18fix corner case in `arguments` (#4398)...fixes #4397Alex Lam S.L
2020-12-18fix corner case in `arguments` (#4396)...fixes #4395Alex Lam S.L
2020-12-18fix corner case in `evaluate` & `reduce_vars` (#4394)...fixes #4393Alex Lam S.L
2020-12-18enhance `reduce_vars` (#4392)Alex Lam S.L
2020-12-18fix corner case in `collapse_vars` (#4391)...fixes #4390Alex Lam S.L
2020-12-18fix corner case in `inline` (#4389)...fixes #4388Alex Lam S.L
2020-12-17support arrow function (#4385)Alex Lam S.L
2020-12-17fix corner case in `arguments` (#4387)...fixes #4386Alex Lam S.L
2020-12-17fix corner case in `reduce_vars` (#4384)...fixes #4383Alex Lam S.L
2020-12-15fix corner case in `objects` (#4381)...fixes #4380Alex Lam S.L
2020-12-14fix corner case in `dead_code` (#4378)...fixes #4377Alex Lam S.L
2020-12-13fix corner case in `booleans` (#4375)...fixes #4374Alex Lam S.L
2020-12-13fix corner case in `dead_code` (#4373)...fixes #4372Alex Lam S.L
2020-12-12fix corner case in `spread` (#4370)Alex Lam S.L
2020-12-12fix corner cases in `unused` & `varify` (#4368)...fixes #4365Alex Lam S.L
2020-12-12fix corner case in `spread` (#4364)...fixes #4363Alex Lam S.L
2020-12-12fix corner case in `unused` (#4362)...fixes #4361Alex Lam S.L
2020-12-12fix corner case in `collapse_vars` (#4360)...fixes #4359Alex 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)...fixes #4355Alex Lam S.L
2020-12-09fix corner case in `keep_fargs` & `reduce_vars` (#4354)...fixes #4353Alex Lam S.L
2020-12-08forbid `AST_Await` in computed function arguments (#4352)...fixes #4351Alex 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-08introduce `spread` (#4346)...fixes #4345Alex 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)...fixes #4342Alex 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-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)...fixes #4331Alex Lam S.L
2020-12-06fix corner case in `properties` (#4330)...fixes #4329Alex Lam S.L