compress typeof x == "undefined" to x === undefined, which further gets
authorMihai Bazon <mihai@bazon.net>
Fri, 14 Sep 2012 16:56:59 +0000 (19:56 +0300)
committerMihai Bazon <mihai@bazon.net>
Fri, 14 Sep 2012 16:56:59 +0000 (19:56 +0300)
commit43fd45154bac89b89330e13bd1f167e2a927a23c
treec66863f1c3e891be2dc2bb068e9939fe70a9af2c
parent50d1670e4266b7cefaccb4eef779ee6e08c980e1
compress typeof x == "undefined" to x === undefined, which further gets
shortened to x === void 0 (or x === [][0] in unsafe mode)
lib/compress.js