Files
UglifyJS/test/compress
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-02-21 13:29:57 +08:00
2016-06-30 21:49:48 +02:00
2012-08-27 11:00:26 +03:00
2017-03-19 11:59:42 +08:00
2017-02-21 13:29:58 +08:00
2017-02-21 13:29:58 +08:00
2012-11-30 11:26:37 +02:00
2013-10-25 16:28:15 -04:00
2013-05-08 16:22:48 +03:00
2017-02-21 13:29:58 +08:00
2013-11-20 21:13:16 +02:00
2017-03-05 17:15:37 +08:00
2015-04-17 11:28:59 +03:00
2016-01-05 13:56:52 +02:00
2017-02-18 19:00:54 +08:00
2017-03-17 00:26:48 +08:00
2017-02-21 13:29:58 +08:00
2017-03-15 18:44:13 +08:00
2015-01-20 00:31:44 +01:00