-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Parser error on "combining character" (U+0307) #3639
Comments
Is this a blocking error for you? |
This prevents compiling one of the dependencies (lower-case) of graphql-tools which we use in our project |
Exactly the same issue with (U+3007) preventing compiling the dependency "fast-redact" |
Exactly the same issue with (U+0941), which prevents compiling our source code. |
Same problem with
|
Yes, getting this as well when using @tanstack/react-query-devtools |
Hello, any idea, why the stopped working on this? Is there a way to bypass this issue? Im also having this with some leaflet react plugins (once in a css file and once in a png). |
There seems to be an issue with parsing composite character sequences.
Composite character
İ
consist of the base character and combining character sequence (U+0049)(U+0307)Using this character causing the compiler to fail with the parser error.
Example code
Compiler error
Demo
Example
The text was updated successfully, but these errors were encountered: