Age | Commit message (Expand) | 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)...fixes #2857 | Alex Lam S.L |
2017-11-11 | implement compress option `reduce_funcs` (#2466)...- inline single-use function declarations as expressions when permissible - depend on `reduce_vars` - enabled by default - disable for speed critical code fixes #2464 | Alex Lam S.L |
2017-10-26 | compress self comparisons (#2398) | Alex Lam S.L |
2016-06-15 | Fix test262 failures related to <, <=, in and instanceof...Fixed-by: @kzc | Anthony Van de Gejuchte |