-
Notifications
You must be signed in to change notification settings - Fork 115
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
Misc bug fixes #288
Misc bug fixes #288
Conversation
amaanq
commented
Jan 31, 2024
•
edited
Loading
edited
- Closes "Function calls" test case isn't valid JavaScript #98
- Closes Incorrect tree structure with coment starting in same line as closing bracket of a function #188
- Closes Incorrect parsing when keywords which are valid variable names are involved #203
- Closes Comment not recognized in the middle of a ternary expression #255
- Closes Consider "un-aliasing" function named-node kind vs function token kind? #268
- Closes Expose template string chars as nodes? #275
- Closes Import statements with newlines in them not parsing correctly #283
- Closes class A{;} #286
- Closes if (n-->0){} is parsed as JSX comment #287
…d collision with the `function` literal
Can I ask you release node-tree-sitter with up to date tree-sitter (0.20.9)?
(\n is important, and number of characters in property names are important)
Causes N.b. I tried to fix it with newer tree-sitter but no luck with install from github:tree-sitter/tree-sitter https://github.com/hu2prod/node-tree-sitter/blob/master/package.json#L31 |
I'll get to it when I can, catching up with a lot of tree-sitter stuff atm - so hopefully within a week or two |