Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-01 | account for side-effects in `comparisons` of `null` & `undefined` (#2863) | Alex Lam S.L | |
2018-02-01 | simplify comparisons with `undefined` & `null` (#2862) | Alex Lam S.L | |
fixes #2857 | |||
2017-11-11 | implement compress option `reduce_funcs` (#2466) | Alex Lam S.L | |
- inline single-use function declarations as expressions when permissible - depend on `reduce_vars` - enabled by default - disable for speed critical code fixes #2464 | |||
2017-10-26 | compress self comparisons (#2398) | Alex Lam S.L | |
2016-06-15 | Fix test262 failures related to <, <=, in and instanceof | Anthony Van de Gejuchte | |
Fixed-by: @kzc |