Age | Commit message (Expand) | Author |
---|---|---|
2020-12-18 | fix corner case in `evaluate` & `reduce_vars` (#4394)...fixes #4393 | Alex Lam S.L |
2020-11-11 | fix corner case in `evaluate` (#4272)...fixes #4271 | Alex Lam S.L |
2020-10-14 | fix corner case in `evaluate` (#4215)...fixes #4214 | Alex Lam S.L |
2020-09-17 | improve fix for #4119 (#4121) | Alex Lam S.L |
2020-09-17 | fix corner case in `evaluate` (#4120)...fixes #4119 | Alex Lam S.L |
2020-08-26 | fix corner case in `evaluate` (#4078)...fixes #4077 | Alex Lam S.L |
2020-08-24 | fix corner case in `evaluate` (#4068)...fixes #4067 | Alex Lam S.L |
2020-08-04 | fix corner case in `evaluate` (#4036)...fixes #4035 | Alex Lam S.L |
2020-06-15 | fix corner case in `evaluate` (#3998)...fixes #3997 | Alex Lam S.L |
2020-06-14 | enhance `evaluate` (#3995) | Alex Lam S.L |
2020-06-13 | fix corner cases related to `AST_Hole` (#3994) | Alex Lam S.L |
2020-06-11 | fix corner case in `unsafe` `evaluate` (#3989)...fixes #3988 | Alex Lam S.L |
2020-06-05 | fix corner cases in `reduce_vars` & `unused` (#3955)...fixes #3953 fixes #3956 fixes #3957 | Alex Lam S.L |
2020-06-05 | fix corner cases in `assignments`, `reduce_vars` & `unused` (#3950)...fixes #3949 fixes #3951 | Alex Lam S.L |
2020-06-02 | fix corner case in `evaluate` (#3946)...fixes #3944 | Alex Lam S.L |
2020-06-01 | enhance `reduce_vars` (#3942) | Alex Lam S.L |
2020-05-30 | fix corner case in `evaluate` (#3938)...fixes #3937 | Alex Lam S.L |
2020-05-29 | fix corner case in `evaluate` (#3936)...fixes #3935 | Alex Lam S.L |
2020-05-29 | fix corner case in `evaluate` (#3934)...fixes #3933 | Alex Lam S.L |
2020-05-29 | enhance `evaluate`, `functions` & `inline` (#3931) | Alex Lam S.L |
2020-05-22 | fix corner case in `evaluate` (#3921)...fixes #3920 | Alex Lam S.L |
2020-05-18 | fix corner case in `evaluate` (#3906)...fixes #3905 | Alex Lam S.L |
2020-05-17 | fix corner case in `evaluate` (#3904)...fixes #3903 | Alex Lam S.L |
2020-05-12 | fix corner case in `evaluate` (#3888)...fixes #3887 | Alex Lam S.L |
2020-05-12 | fix corner case in `evaluate` (#3883)...fixes #3882 | Alex Lam S.L |
2020-05-11 | fix corner cases in `evaluate` & `reduce_vars` (#3879)...fixes #3878 | Alex Lam S.L |
2020-05-11 | enhance `evaluate` & `reduce_vars` (#3873) | Alex Lam S.L |
2020-03-30 | fix corner case in `evaluate` & `unsafe_math` (#3756)...fixes #3755 | Alex Lam S.L |
2020-03-01 | fix corner case in `evaluate` (#3739)...fixes #3738 | Alex Lam S.L |
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-27 | fix corner case in `unsafe_regexp` (#3609) | Alex Lam S.L |
2019-11-16 | introduce eager evaluation (#3587) | Alex Lam S.L |
2019-11-13 | enhance `evaluate` & `inline` (#3580) | Alex Lam S.L |
2019-11-04 | fix corner case in `evaluate` (#3569) | Alex Lam S.L |
2019-11-02 | enhance `unsafe` `evaluate` (#3564) | Alex Lam S.L |
2019-11-01 | fix corner case in `evaluate` (#3559)...fixes #3558 | Alex Lam S.L |
2019-10-29 | enhance `evaluate` (#3549) | Alex Lam S.L |
2019-10-12 | fix boolean context detection (#3466)...fixes #3465 | Alex Lam S.L |
2019-10-10 | detect boolean context across IIFEs (#3461) | Alex Lam S.L |
2019-04-29 | fix corner case in `evaluate` (#3388)...fixes #3387 | Alex Lam S.L |
2019-04-25 | enhance `unsafe` (#3382) | Alex Lam S.L |
2019-04-24 | fix corner case in `unsafe` (#3380) | Alex Lam S.L |
2019-04-20 | enhance `unsafe` `evaluate` (#3370) | Alex Lam S.L |
2019-03-30 | Fix test expectation (#3357)...The test expects a specific precision value that is not met on all V8 versions anymore due to a recent consolidation of different algorithms across the V8 code base. This makes sure the preceision is tested against one digit less to keep the test working on all V8 versions. Refs: https://chromium.googlesource.com/v8/v8/+/98453126c109016c9d32c6ebd89dd83f69dd8efb Refs: https://github.com/nodejs/node/issues/25060#issuecomment-477953457 | Ruben Bridgewater |
2019-03-18 | introduce `assignments` (#3345) | Alex Lam S.L |
2019-03-18 | fix corner case in `evaluate` (#3344) | Alex Lam S.L |
2019-03-13 | make tests compatible with Node.js 12 (#3304)...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 | silverwind |
2018-07-13 | fix corner cases in `preserve_line` (#3212) | Alex Lam S.L |
2018-07-01 | fix corner case in `unused` | alexlamsl |