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

Can we get a new 0.15 release? #40

Closed razzeee closed 5 years ago

razzeee commented 5 years ago

Hey there,

I'm getting a RangeError: Incompatible language version. Expected 9. Got 10 error at the moment, and I think it's due to this not being updated to 0.15.x yet, as I build my language implementation with that.

Only getting it on linux and not on windows (which is weird i guess, but might be due to differences in building)

issue-label-bot[bot] commented 5 years ago

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.82. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: dashboard, app homepage and code for this bot.

razzeee commented 5 years ago

Ok I checked again, I'm getting the same problem on windows

maxbrunsfeld commented 5 years ago

Fixed via https://github.com/tree-sitter/node-tree-sitter/pull/39.