fix corner cases with block-scoped functions (#4695)
authorAlex Lam S.L <alexlamsl@gmail.com>
Fri, 26 Feb 2021 20:16:14 +0000 (20:16 +0000)
committerGitHub <noreply@github.com>
Fri, 26 Feb 2021 20:16:14 +0000 (04:16 +0800)
commitac26993b5a1546e790d93603d0d7a05740566b07
tree1aa4e1a945a847db8314a5966764c357134cd1d1
parentea52339502ac0436532e55a6980df0785736c8fb
fix corner cases with block-scoped functions (#4695)
lib/compress.js
lib/scope.js
test/compress/const.js
test/compress/dead-code.js
test/compress/functions.js
test/compress/let.js