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
The if condition is incorrectly removed. The logic is changed.
I know that putting var inside a block scope is definitely a bad practice. I've just tried to minify some legacy codes and encountered this critical issue.
Input Code
Actual Output
Expected Output
Details
The if condition is incorrectly removed. The logic is changed.
I know that putting var inside a block scope is definitely a bad practice. I've just tried to minify some legacy codes and encountered this critical issue.
Example: See it here in repl
The text was updated successfully, but these errors were encountered: