handle variable declaration within catch blocks (#1546)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sun, 5 Mar 2017 05:13:44 +0000 (13:13 +0800)
committerGitHub <noreply@github.com>
Sun, 5 Mar 2017 05:13:44 +0000 (13:13 +0800)
commitb70591be1a603d3c1728e6563691c3a192023d3f
treec7b72062b2418b8423b04047cac152d40def7105
parentb33e7f88e60f886ee3403c82ac2e3fb40caa698f
handle variable declaration within catch blocks (#1546)

accounts for IE8- scoping
lib/ast.js
lib/compress.js
lib/scope.js
test/compress/reduce_vars.js
test/compress/screw-ie8.js