aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-11fix corner case in `ie8` (#4532)Alex Lam S.L
fixes #4531
2021-01-10support asynchronous arrow functions (#4530)Alex Lam S.L
2021-01-10fix corner case in `mangle` (#4528)Alex Lam S.L
fixes #4527
2021-01-09fix corner cases with rest parameters (#4526)Alex Lam S.L
fixes #4525
2021-01-08fix corner case in `merge_vars` (#4524)Alex Lam S.L
fixes #4523
2021-01-08fix corner case in `assignments` (#4522)Alex Lam S.L
fixes #4521
2021-01-07implement `UGLIFY_BUG_REPORT` (#4516)Alex Lam S.L
2021-01-07fix corner cases with `arguments` (#4520)Alex Lam S.L
fixes #4519
2021-01-07fix corner case in `hoist_vars` (#4518)Alex Lam S.L
fixes #4517
2021-01-07support rest parameters (#4515)Alex Lam S.L
2021-01-06update issue templates (#4514)Alex Lam S.L
2021-01-06fix corner case in `side_effects` (#4513)Alex Lam S.L
fixes #4512
2021-01-06fix corner case in`default_values` (#4511)Alex Lam S.L
fixes #4510
2021-01-06fix corner cases in `inline` & `unused` (#4509)Alex Lam S.L
fixes #4508
2021-01-05enhance `inline` & `side_effects` (#4506)Alex Lam S.L
2021-01-05fix corner case in `merge_vars` (#4505)Alex Lam S.L
fixes #4504
2021-01-04fix corner cases in `inline` & `side_effects` (#4503)Alex Lam S.L
fixes #4502
2021-01-04fix corner case in `evaluate` (#4501)Alex Lam S.L
fixes #4500
2021-01-03fix toggling of AST validation (#4499)Alex Lam S.L
2021-01-03suppress invalid AST transform in `--reduce-test` (#4498)Alex Lam S.L
2021-01-02fix corner case in `default_values` (#4497)Alex Lam S.L
fixes #4496
2021-01-02introduce `awaits` (#4495)Alex Lam S.L
2021-01-02enhance `if_return` & `side_effects` (#4494)Alex Lam S.L
2021-01-02enhance `inline`, `sequences` & `side_effects` (#4493)Alex Lam S.L
2021-01-02fix corner case in `conditionals` (#4492)Alex Lam S.L
2021-01-01enhance `collapse_vars` & `dead_code` (#4491)Alex Lam S.L
2021-01-01fix corner case in `reduce_vars` (#4490)Alex Lam S.L
fixes #4489
2021-01-01fix corner case in `functions` (#4488)Alex Lam S.L
fixes #4487
2021-01-01v3.12.4Alex Lam S.L
2020-12-31fix corner case with `arguments` (#4486)Alex Lam S.L
fixes #4485
2020-12-31fix corner case with default values (#4484)Alex Lam S.L
fixes #4483
2020-12-30improve false positive detection in `ufuzz` (#4482)Alex Lam S.L
2020-12-30fix corner cases with `arguments` (#4481)Alex Lam S.L
fixes #4480
2020-12-29enhance `reduce_vars` (#4479)Alex Lam S.L
2020-12-29fix corner case in `arguments` (#4477)Alex Lam S.L
fixes #4476
2020-12-29expand test options (#4475)Alex Lam S.L
- fix corner cases in `hoist_vars` & `keep_fnames`
2020-12-28workaround asynchronous tty bugs on Node.js (#4473)Alex Lam S.L
2020-12-28fix corner case in `inline` (#4472)Alex Lam S.L
fixes #4471
2020-12-27fix corner case in `unused` (#4469)Alex Lam S.L
fixes #4468
2020-12-27workaround v8 bug with labels (#4467)Alex Lam S.L
closes #4466
2020-12-26workaround `schedule` delays on GitHub Actions (#4463)Alex Lam S.L
2020-12-26fix corner case in `reduce_vars` & `unused` (#4465)Alex Lam S.L
fixes #4464
2020-12-26fix corner cases in `collapse_vars` (#4462)Alex Lam S.L
fixes #4460 fixes #4461
2020-12-25fix corner case in `reduce_vars` (#4459)Alex Lam S.L
fixes #4458
2020-12-25fix corner case in `unused` (#4457)Alex Lam S.L
fixes #4456
2020-12-25fix corner case in `merge_vars` (#4455)Alex Lam S.L
fixes #4454
2020-12-25workaround v8 heisenbug (#4453)Alex Lam S.L
2020-12-25fix corner case in `functions` & `reduce_vars` (#4452)Alex Lam S.L
fixes #4451
2020-12-25enhance `default_values` (#4450)Alex Lam S.L
2020-12-25fix corner case in `pure_getters` (#4449)Alex Lam S.L
fixes #4448