minifier: should not remove undefined
from return
inside async generators
#8403
Labels
C-bug
Category - Bug
undefined
from return
inside async generators
#8403
is compressed into
but this has a different semantics (see esbuild's changelog).
For example, this code behaves differently after minification.
playground
(Before:
a
->foo
, After:foo
->a
)(This is not something I met with real world code)
The text was updated successfully, but these errors were encountered: