Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-10 | fix corner cases with asynchronous generators (#4642) | Alex Lam S.L | |
fixes #4641 | |||
2021-01-19 | fix corner case in `reduce_vars` (#4569) | Alex Lam S.L | |
fixes #4568 | |||
2020-12-24 | replace `keep_fargs` default to `false` (#4443) | Alex Lam S.L | |
2020-11-06 | fix corner case in `functions` (#4260) | Alex Lam S.L | |
fixes #4259 | |||
2020-10-07 | fix corner case in `reduce_vars` (#4189) | Alex Lam S.L | |
fixes #4188 | |||
2020-10-04 | fix corner case in `mangle` (#4174) | Alex Lam S.L | |
2020-09-22 | enhance `unused` | alexlamsl | |
2020-09-20 | enhance `unused` (#4129) | Alex Lam S.L | |
2020-09-17 | improve handling of `switch` statements (#4114) | Alex Lam S.L | |
2020-09-08 | fix corner case in `reduce_vars` (#4095) | Alex Lam S.L | |
2020-08-21 | enhance `conditionals` & `switches` (#4058) | Alex Lam S.L | |
2020-08-06 | fix corner cases in aliasing of global variables (#4039) | Alex Lam S.L | |
fixes #4038 | |||
2020-07-31 | fix corner case in `reduce_vars` (#4031) | Alex Lam S.L | |
fixes #4030 | |||
2020-06-09 | fix corner case in `reduce_vars` (#3975) | Alex Lam S.L | |
fixes #3974 | |||
2020-06-06 | fix corner case in `reduce_vars` (#3959) | Alex Lam S.L | |
fixes #3958 | |||
2020-06-05 | fix corner cases in `reduce_vars` & `unused` (#3955) | Alex Lam S.L | |
fixes #3953 fixes #3956 fixes #3957 | |||
2020-06-05 | fix corner cases in `assignments`, `reduce_vars` & `unused` (#3950) | Alex Lam S.L | |
fixes #3949 fixes #3951 | |||
2020-06-01 | enhance `reduce_vars` (#3942) | Alex Lam S.L | |
2020-05-29 | enhance `evaluate`, `functions` & `inline` (#3931) | Alex Lam S.L | |
2020-05-24 | fix corner case in `reduce_vars` (#3923) | Alex Lam S.L | |
fixes #3922 | |||
2020-05-13 | fix corner case in `reduce_vars` (#3895) | Alex Lam S.L | |
fixes #3894 | |||
2020-05-12 | fix corner case in `reduce_vars` (#3881) | Alex Lam S.L | |
fixes #3880 | |||
2020-05-11 | enhance `evaluate` & `reduce_vars` (#3873) | Alex Lam S.L | |
2020-05-10 | enhance `evaluate` & `reduce_vars` (#3870) | Alex Lam S.L | |
2020-05-10 | fix corner case in `reduce_vars` (#3867) | Alex Lam S.L | |
fixes #3866 | |||
2020-05-04 | fix corner case in `reduce_vars` (#3845) | Alex Lam S.L | |
fixes #3844 | |||
2020-05-03 | enhance `reduce_vars` (#3843) | Alex Lam S.L | |
2020-05-01 | enhance `inline` (#3832) | Alex Lam S.L | |
2020-04-24 | improve `compress` (#3814) | Alex Lam S.L | |
- avoid identifier overflow through consecutive API calls - simplify `reduce_vars` - enhance `unsafe` `evaluate` | |||
2020-04-18 | enhance `unused` (#3794) | Alex Lam S.L | |
2020-04-11 | fix corner case in `reduce_vars` (#3775) | Alex Lam S.L | |
fixes #3774 | |||
2020-04-10 | enhance `inline` (#3767) | Alex Lam S.L | |
2020-02-12 | enhance `evaluate` (#3714) | Alex Lam S.L | |
2020-01-03 | fix corner case in `reduce_vars` (#3667) | Alex Lam S.L | |
fixes #3666 | |||
2019-12-10 | fix corner case in `reduce_vars` (#3632) | Alex Lam S.L | |
fixes #3631 | |||
2019-12-04 | fix corner case in `reduce_vars` (#3623) | Alex Lam S.L | |
fixes #3622 | |||
2019-12-02 | fix corner cases in `keep_fargs` & `unused` (#3618) | Alex Lam S.L | |
2019-12-01 | enhance `unused` (#3617) | Alex Lam S.L | |
2019-11-13 | enhance `evaluate` & `inline` (#3580) | Alex Lam S.L | |
2019-10-22 | fix corner case in `reduce_vars` (#3510) | Alex Lam S.L | |
fixes #3509 | |||
2019-10-22 | fix corner cases in `inline` (#3507) | Alex Lam S.L | |
fixes #3506 | |||
2019-10-20 | minor tweaks (#3502) | Alex Lam S.L | |
2019-04-29 | fix corner case in `evaluate` (#3388) | Alex Lam S.L | |
fixes #3387 | |||
2019-04-24 | fix corner case in `reduce_vars` (#3378) | Alex Lam S.L | |
fixes #3377 | |||
2019-04-20 | enhance `unsafe` `evaluate` (#3370) | Alex Lam S.L | |
2019-03-20 | enhance `unsafe` for `Array` (#3349) | Alex Lam S.L | |
2019-03-15 | fix corner case in `reduce_vars` (#3341) | Alex Lam S.L | |
2019-03-13 | fix corner case in `reduce_vars` (#3332) | Alex Lam S.L | |
fixes #3267 | |||
2019-03-13 | make tests compatible with Node.js 12 (#3304) | silverwind | |
In Node.js 12, the formatting of console arguments will change slightly. Previously, a string other than the first argument was formatted using single quotes if the first argument was non-string. Now, quotes are never added regardless of position of a string argument. To make test compatible in all Node.js versions, I work around by ensuring the first argument to console.log is a string which prevents the quotes from being added on older versions of Node.js. Ref: https://github.com/nodejs/node/pull/23162 | |||
2018-08-29 | fix corner case in `reduce_vars` (#3241) | Alex Lam S.L | |
fixes #3240 |