es/minifier
: assignmentexpr can be lowered to just binary expression when inlining with no further accesses
#10228
Labels
Describe the feature
compiles to
the
t-=1023
can be lowered tot-1023
here, since there are no other accesses.This could be unsafe if there are closures, but that should be possible to guarantee statically.
Babel plugin or link to the feature description
No response
Additional context
Playground
The text was updated successfully, but these errors were encountered: