tree-sitter / node-tree-sitter

Node.js bindings for tree-sitter
https://www.npmjs.com/package/tree-sitter
MIT License
649 stars 114 forks source link

Update tree-sitter to 0.15.1 #41

Closed razzeee closed 5 years ago

razzeee commented 5 years ago

So I think this might be what's needed? Not sure if there is something else that needs to be done.

Closes https://github.com/tree-sitter/node-tree-sitter/issues/40

maxbrunsfeld commented 5 years ago

PR #39 actually already updates to Tree-sitter 0.15. It's working, but I'm holding off for a little bit because I want to wait until I get Tree-sitter updated in Atom.

maxbrunsfeld commented 5 years ago

@Razzeee in the meantime, I might suggest using version 0.14.x of Tree-sitter CLI to generate your parser.

razzeee commented 5 years ago

Yeah, I figured that downgrading would be an option, but hoped I would be able to role forward and don't have to push new releases to npm and github. Hoped it was just an oversight. But might as well do role back, if the timeline is unclear.

Thx, for letting me know. Should I close this PR?

maxbrunsfeld commented 5 years ago

I think this is taken care of via https://github.com/tree-sitter/node-tree-sitter/pull/39.