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

Typescript definitions not up to date #42

Closed razzeee closed 5 years ago

razzeee commented 5 years ago

The type definitions seem to miss some functions. https://github.com/tree-sitter/node-tree-sitter/blob/master/tree-sitter.d.ts

https://github.com/tree-sitter/node-tree-sitter/blob/master/src/parser.h

For e.g. ParseTextBuffer is missing.

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

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

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

maxbrunsfeld commented 5 years ago

I think this is a duplicate of #32.