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
There's a critical bug in the regular expression literal feature introduced by #94. The lexer parses all text starting with slash and ending with slash (and optionally including the flags). This will fail for the following code:
There's a critical bug in the regular expression literal feature introduced by #94. The lexer parses all text starting with slash and ending with slash (and optionally including the flags). This will fail for the following code:
The text was updated successfully, but these errors were encountered: