aboutsummaryrefslogtreecommitdiff
path: root/test/compress/pure_funcs.js
AgeCommit message (Expand)Author
2020-12-24replace `keep_fargs` default to `false` (#4443)Alex Lam S.L
2020-06-08fix corner cases related to `in` (#3964)Alex Lam S.L
2020-05-11retain `@__PURE__` call when return value is used (#3874)Alex Lam S.L
2020-05-10improve `inline` of `/*@__PURE__*/` calls (#3865)Alex Lam S.L
2020-05-08fix corner case in `inline` (#3859)...Alex Lam S.L
2019-03-14improve usability of `pure_funcs` (#3336)...Alex Lam S.L
2018-04-10handle `pure_funcs` under `inline` & `reduce_vars` correctly (#3066)...Alex Lam S.L
2018-01-03extend `__PURE__` to `AST_New` (#2706)...Alex Lam S.L
2017-12-24fix comments output & improve `/*@__PURE__*/`...Alex Lam S.L
2017-12-22make comments output more robust (#2633)...Alex Lam S.L
2017-02-21fix `pure_funcs` & improve `side_effects`...alexlamsl