Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upParser 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 |


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