aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-26fix corner case in `sequences` (#4073)Alex Lam S.L
2020-08-25streamline parenthesis logic (#4072)Alex Lam S.L
2020-08-25fix corner case in `collapse_vars` (#4071)...fixes #4070Alex Lam S.L
2020-08-25minor clean up (#4069)Alex Lam S.L
2020-08-24fix corner case in `evaluate` (#4068)...fixes #4067Alex Lam S.L
2020-08-24tidy up various interfaces (#4066)Alex Lam S.L
2020-08-23v3.10.2Alex Lam S.L
2020-08-23update `domprops` (#4065)Alex Lam S.L
2020-08-23enhance `mangle.properties` (#4064)Alex Lam S.L
2020-08-23simplify traversal logic (#4063)Alex Lam S.L
2020-08-23enhance `comparisons` (#4062)Alex Lam S.L
2020-08-21fix corner case in `collapse_vars` (#4061)Alex Lam S.L
2020-08-21fix corner case in `switches` (#4060)...fixes #4059Alex Lam S.L
2020-08-21enhance `conditionals` & `switches` (#4058)Alex Lam S.L
2020-08-19improve `ufuzz` duty cycle heuristic (#4057)Alex Lam S.L
2020-08-19avoid setters during `console.log()` in sandbox (#4055)...fixes #4054Alex Lam S.L
2020-08-17reject multiple `default`s in `switch` (#4053)...fixes #4050Alex Lam S.L
2020-08-17fix corner cases in `collapse_vars` & `dead_code` (#4052)...fixes #4051Alex Lam S.L
2020-08-10clarify `toplevel` & global variable aliasing (#4046)Alex Lam S.L
2020-08-10fix corner case in `collapse_vars` (#4048)...fixes #4047Alex Lam S.L
2020-08-09improve `ufuzz` duty cycle heuristic (#4045)Alex Lam S.L
2020-08-08workaround incorrect workflow status (#4044)Alex Lam S.L
2020-08-07improve `ufuzz` duty cycle on GitHub Actions (#4043)Alex Lam S.L
2020-08-07tweak GitHub Actions (#4042)Alex Lam S.L
2020-08-06fix corner case in `collapse_vars` (#4041)...fixes #4040Alex Lam S.L
2020-08-06fix corner cases in aliasing of global variables (#4039)...fixes #4038Alex Lam S.L
2020-08-05tweak GitHub Actions (#4037)Alex Lam S.L
2020-08-04fix corner case in `evaluate` (#4036)...fixes #4035Alex Lam S.L
2020-08-02v3.10.1Alex Lam S.L
2020-07-31improve diagnostics upon AST validation failure (#4033)Alex Lam S.L
2020-07-31validate against multiple parents on `AST_Node` (#4032)...- fix related issues in `global_defs`, `ie8` & `reduce_vars`Alex Lam S.L
2020-07-31fix corner case in `reduce_vars` (#4031)...fixes #4030Alex Lam S.L
2020-07-29fix corner case in `ie8` & `reduce_vars` (#4029)...fixes #4028Alex Lam S.L
2020-07-26fix corner case in `unused` (#4026)...fixes #4025Alex Lam S.L
2020-07-26fix corner case in `hoist_props` (#4024)...fixes #4023Alex Lam S.L
2020-07-21reduce `ufuzz` test cases that fail to `minify()` (#4021)Alex Lam S.L
2020-07-21fix corner case in `ie8` & `reduce_vars` (#4020)...fixes #4019Alex Lam S.L
2020-07-21fix corner case in `unused` (#4018)...fixes #4017 Alex Lam S.L
2020-07-21fix corner case in `ie8` (#4016)...fixes #4015Alex Lam S.L
2020-07-20fix corner case in `collapse_vars` (#4013)...fixes #4012Alex Lam S.L
2020-07-20fix corner case in false positive detection (#4011)Alex Lam S.L
2020-07-01fix corner case in `side_effects` (#4009)...fixes #4008Alex Lam S.L
2020-06-29fix corner case in `inline` (#4007)...fixes #4006Alex Lam S.L
2020-06-21v3.10.0Alex Lam S.L
2020-06-20fix corner case in `collapse_vars` (#4002)...fixes #4001Alex Lam S.L
2020-06-15fix corner case in `rename` (#4000)...fixes #3999Alex Lam S.L
2020-06-15fix corner case in `evaluate` (#3998)...fixes #3997Alex Lam S.L
2020-06-14speed up false positive detection in `ufuzz` (#3996)Alex Lam S.L
2020-06-14enhance `evaluate` (#3995)Alex Lam S.L
2020-06-13fix corner cases related to `AST_Hole` (#3994)Alex Lam S.L