Age | Commit message (Expand) | Author |
---|---|---|
2020-04-25 | fix corner case in `typeofs` (#3818)...fixes #3817 | Alex Lam S.L |
2019-11-13 | enhance `evaluate` & `inline` (#3580) | Alex Lam S.L |
2019-11-01 | enhance `if_return` (#3560) | Alex Lam S.L |
2019-10-31 | enhance `typeofs` (#3556) | Alex Lam S.L |
2018-07-01 | fix corner case in `unused` | alexlamsl |
2018-05-02 | improve `reduce_vars` (#3112)...fixes #3110 | Alex Lam S.L |
2018-01-05 | fix corner case with `arguments` as function name (#2729)...fixes #2728 | Alex Lam S.L |
2018-01-04 | drop `unused` assignment based on `reduce_vars` (#2709) | Alex Lam S.L |
2018-01-03 | fix `reduce_vars` on `AST_Defun` (#2708) | Alex Lam S.L |
2017-12-02 | improve `evaluate` on `typeof` (#2550)...- gated through `typeofs` | Alex Lam S.L |
2017-12-01 | convert to number under boolean context (#2545) | Alex Lam S.L |
2017-03-25 | fix typeof side-effects (#1669)...`has_side_effects()` does not take `typeof`'s magical power of not tripping over undeclared variable into account. fixes #1668 | Alex Lam S.L |
2017-02-28 | warn & drop `#__PURE__` iff IIFE is dropped (#1511)...- consolidate `side-effects` optimisations - improve string `+` optimisation - enhance literal & `conditionals` optimisations | Alex Lam S.L |
2016-10-06 | Fix (typeof side_effect()) in boolean context...Fixes #1289 with suggestion by @rvanvelzen | kzc |
2013-04-03 | Add tests for typeof evaluation | Roman Bataev |