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
I was testing grit on a large corporate project and some .tsx files are throwing an error. Unfortunately I can't paste code here verbatim due to IP, but here's is one complete file and one snippet that fail to parse:
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)tree-sitter 0.22.6
Describe the bug
Crossposting from getgrit/gritql#561 (was told it's a grammar issue)
I was testing grit on a large corporate project and some
.tsx
files are throwing an error. Unfortunately I can't paste code here verbatim due to IP, but here's is one complete file and one snippet that fail to parse:> grit --version grit 0.1.1
in another file
Steps To Reproduce/Bad Parse Tree
I don't have tree-sitter setup for a test, however I'm seeing
ERROR
for both examples when I put the code into https://tree-sitter.github.io/tree-sitter/playground . I don't know if this is equivalent:Expected Behavior/Parse Tree
should parse OK
Repro
The text was updated successfully, but these errors were encountered: