Hoist functions when reversing if (x) return; ... vs. if (!x) ...
authorRichard van Velzen <rvanvelzen@experty.com>
Sat, 23 Apr 2016 21:48:33 +0000 (23:48 +0200)
committerRichard van Velzen <rvanvelzen@experty.com>
Sat, 23 Apr 2016 21:48:33 +0000 (23:48 +0200)
commit4fe630431c37ffb81466959e9ea9797d6d2de21a
treea131f138cf97ff2aa46d178d5742778c06d7e8c4
parentc55dd5ed74888d533cf8402c6ba3612916ba2885
Hoist functions when reversing if (x) return; ... vs. if (!x) ...

Fixes #1052
lib/compress.js
test/compress/issue-1052.js [new file with mode: 0644]