We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running tree-sitter parse A.res with let a = () => 5 I got:
tree-sitter parse A.res
let a = () => 5
(source_file [0, 0] - [0, 15] (ERROR [0, 0] - [0, 15] (let_binding [0, 4] - [0, 15] pattern: (value_identifier [0, 4] - [0, 5]) body: (function [0, 8] - [0, 15] parameters: (formal_parameters [0, 8] - [0, 10]) body: (number [0, 14] - [0, 15]))))) A.res 0.93 ms 16 bytes/ms (ERROR [0, 0] - [0, 15])
Is that first error node a bug?
The text was updated successfully, but these errors were encountered:
It works on my side, did you use the tree-sitter binary from node_modules ?
Sorry, something went wrong.
Ah, no I did a a global install of the latest tree-sitter. Could that be it?
No branches or pull requests
When running
tree-sitter parse A.res
withlet a = () => 5
I got:Is that first error node a bug?
The text was updated successfully, but these errors were encountered: