-
-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include ZWSP in irregular whitespace? #6646
Comments
Context: https://eslint.org/docs/latest/rules/no-irregular-whitespace It should be included. |
oxc/crates/oxc_syntax/src/identifier.rs Line 59 in 9d43a11
It was a mistake with the range operator, should be |
Boshen
added a commit
that referenced
this issue
Oct 18, 2024
Boshen
added a commit
that referenced
this issue
Oct 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#6639 turned up an odd anomaly.
The definition of "whitespace" used by TypeScript matches ours except for 1 character -
ZWSP
(\u{200b}
).Should this character be included in the group matched by
is_irregular_whitespace
?The text was updated successfully, but these errors were encountered: