Files
UglifyJS/lib
Alex Lam S.L 96f8befdd7 fix commit 88fb83a (#1622)
The following is wrong:
    `a == (b ? a : c)` => `b`
Because:
- `b` may not be boolean
- `a` might have side effects
- `a == a` is not always `true` (think `NaN`)
- `a == c` is not always `false`
2017-03-19 11:59:42 +08:00
..
2017-03-14 13:19:05 +08:00
2017-03-19 11:59:42 +08:00
2017-03-10 10:49:41 +08:00
2017-03-15 18:44:13 +08:00