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
As far as I can tell, the problem is that JShrink processes scripts one byte at a time and therefore has problems with scripts containing multi-byte chars.
This examples causes an error "Unclosed string at position: 2955", referring to "יי" in the regex of the isPM function.
\JShrink\Minifier::minify(file_get_contents('https://raw.githubusercontent.com/moment/moment/develop/locale/he.js'));
I don't know any Hebrew, but as far as I can tell, the regex is valid.
The text was updated successfully, but these errors were encountered: