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
{{ message }}
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
Describe the bug
When trying to minify a JavaScript file where logical OR assignments (see MDN) are used, Minify runs into an error ("Unexpected token: operator (=)")
Describe the bug
When trying to minify a JavaScript file where logical OR assignments (see MDN) are used, Minify runs into an error ("Unexpected token: operator (=)")
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The file should minify to
Basically it is the same as #144.
Desktop:
VS-Code Version: 1.70.2
Minify Version: v3.3.3
OS: Windows_NT x64 10.0.18363
The text was updated successfully, but these errors were encountered: