fix corner cases with asynchronous generators (#4642)
authorAlex Lam S.L <alexlamsl@gmail.com>
Wed, 10 Feb 2021 15:41:00 +0000 (15:41 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Feb 2021 15:41:00 +0000 (23:41 +0800)
commit083679bcad5711a90e49272e8a695a0c7b189a47
tree41cc79a5f16a3fdb55c2856e5b4831e9c0ba46e9
parentf5659f292b796539a0960887f601b3f08c856bb7
fix corner cases with asynchronous generators (#4642)

fixes #4641
lib/compress.js
test/compress/collapse_vars.js
test/compress/reduce_vars.js
test/compress/yields.js