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
Char ranges like /[a-z]/ are only allowed for alphanumeric characters.
I.e. [a-z], [0-9], [A-Z] or any sub-ranges of those. Also, turns out
if you have [a-] then the dash is interpreted literally.
Remaining parse error in parser benchmark: 144/749
0 commit comments