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 was archived by the owner on May 30, 2020. It is now read-only.
This code (extracted from CodeMirror) is broken after applying jsqueeze on it:
It is minified as
while it must be
you cannot remove the newline before an increment/decrement operator without inserting the semicolon explicitly.