fix `hoist_funs` on block-scoped `function` under "use strict" (#2013)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sat, 27 May 2017 09:44:59 +0000 (17:44 +0800)
committerGitHub <noreply@github.com>
Sat, 27 May 2017 09:44:59 +0000 (17:44 +0800)
commit7b13159cda54b6e2dc5faef02c87ae87daa59237
treecbf74885817ef210d58450e5afa871b50e75752e
parent95094b9c22d5f7b303383f75e660fc32d0a7f25f
fix `hoist_funs` on block-scoped `function` under "use strict" (#2013)

Technically not part of ES5, but commonly used code exists in the wild.
lib/compress.js
test/compress/functions.js