aboutsummaryrefslogtreecommitdiff
path: root/test/compress/evaluate.js
AgeCommit message (Expand)Author
2021-02-15fix syntax error in tests (#4652)Alex Lam S.L
2021-02-06enhance `compress` on arrow and `async` functions (#4616)Alex Lam S.L
2021-01-13fix corner case in `evaluate` (#4553)...Alex Lam S.L
2020-12-30fix corner cases with `arguments` (#4481)...Alex Lam S.L
2020-12-20fix corner case in `evaluate` & `reduce_vars` (#4423)...Alex Lam S.L
2020-12-18fix corner case in `evaluate` & `reduce_vars` (#4394)...Alex Lam S.L
2020-11-11fix corner case in `evaluate` (#4272)...Alex Lam S.L
2020-10-14fix corner case in `evaluate` (#4215)...Alex Lam S.L
2020-09-17improve fix for #4119 (#4121)Alex Lam S.L
2020-09-17fix corner case in `evaluate` (#4120)...Alex Lam S.L
2020-08-26fix corner case in `evaluate` (#4078)...Alex Lam S.L
2020-08-24fix corner case in `evaluate` (#4068)...Alex Lam S.L
2020-08-04fix corner case in `evaluate` (#4036)...Alex Lam S.L
2020-06-15fix corner case in `evaluate` (#3998)...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
2020-06-11fix corner case in `unsafe` `evaluate` (#3989)...Alex Lam S.L
2020-06-05fix corner cases in `reduce_vars` & `unused` (#3955)...Alex Lam S.L
2020-06-05fix corner cases in `assignments`, `reduce_vars` & `unused` (#3950)...Alex Lam S.L
2020-06-02fix corner case in `evaluate` (#3946)...Alex Lam S.L
2020-06-01enhance `reduce_vars` (#3942)Alex Lam S.L
2020-05-30fix corner case in `evaluate` (#3938)...Alex Lam S.L
2020-05-29fix corner case in `evaluate` (#3936)...Alex Lam S.L
2020-05-29fix corner case in `evaluate` (#3934)...Alex Lam S.L
2020-05-29enhance `evaluate`, `functions` & `inline` (#3931)Alex Lam S.L
2020-05-22fix corner case in `evaluate` (#3921)...Alex Lam S.L
2020-05-18fix corner case in `evaluate` (#3906)...Alex Lam S.L
2020-05-17fix corner case in `evaluate` (#3904)...Alex Lam S.L
2020-05-12fix corner case in `evaluate` (#3888)...Alex Lam S.L
2020-05-12fix corner case in `evaluate` (#3883)...Alex Lam S.L
2020-05-11fix corner cases in `evaluate` & `reduce_vars` (#3879)...Alex Lam S.L
2020-05-11enhance `evaluate` & `reduce_vars` (#3873)Alex Lam S.L
2020-03-30fix corner case in `evaluate` & `unsafe_math` (#3756)...Alex Lam S.L
2020-03-01fix corner case in `evaluate` (#3739)...Alex Lam S.L
2019-12-02fix corner cases in `keep_fargs` & `unused` (#3618)Alex Lam S.L
2019-12-01enhance `unused` (#3617)Alex Lam S.L
2019-11-27fix corner case in `unsafe_regexp` (#3609)Alex Lam S.L
2019-11-16introduce eager evaluation (#3587)Alex Lam S.L
2019-11-13enhance `evaluate` & `inline` (#3580)Alex Lam S.L
2019-11-04fix corner case in `evaluate` (#3569)Alex Lam S.L
2019-11-02enhance `unsafe` `evaluate` (#3564)Alex Lam S.L
2019-11-01fix corner case in `evaluate` (#3559)...Alex Lam S.L
2019-10-29enhance `evaluate` (#3549)Alex Lam S.L
2019-10-12fix boolean context detection (#3466)...Alex Lam S.L
2019-10-10detect boolean context across IIFEs (#3461)Alex Lam S.L
2019-04-29fix corner case in `evaluate` (#3388)...Alex Lam S.L
2019-04-25enhance `unsafe` (#3382)Alex Lam S.L
2019-04-24fix corner case in `unsafe` (#3380)Alex Lam S.L
2019-04-20enhance `unsafe` `evaluate` (#3370)Alex Lam S.L
2019-03-30Fix test expectation (#3357)...Ruben Bridgewater