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 Dec 29, 2022. It is now read-only.
At the moment names are matched with a "simple" \w regex in the lexer however I dug a bit into the production and it seems it all ends up in a NameChar which matches a much larger array of values.
Is that correct, should we expand the regex to match the full range of NameChars?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment names are matched with a "simple"
\w
regex in the lexer however I dug a bit into the production and it seems it all ends up in a NameChar which matches a much larger array of values.Is that correct, should we expand the regex to match the full range of NameChars?
The text was updated successfully, but these errors were encountered: