You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the bug
expr_simplifier
replaces a ternary expression... ? 0 : 1
with(..., 0)
Input code
Config
Details
Current behaviour
Expected behavior
The behaviour of the code shouldn't change.
Version
d975a19
Context
parcel-bundler/parcel#6766
The text was updated successfully, but these errors were encountered: