fix mangle for variable declared within catch block (#1706)
authorAlex Lam S.L <alexlamsl@gmail.com>
Mon, 27 Mar 2017 19:26:35 +0000 (03:26 +0800)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2017 19:26:35 +0000 (03:26 +0800)
commit984a21704e126616a74d65a1e8790aeccd02f548
tree84fba1eb503c0ce076ca94165fddae12dd40ddbf
parentaa3f647656ce46469d20bd477b600ca09bc3f964
fix mangle for variable declared within catch block (#1706)

fixes #1704
lib/scope.js
test/compress/issue-1704.js [new file with mode: 0644]