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

Insert sanity check in marshalNode #109

Closed rotu closed 1 year ago

rotu commented 2 years ago

This prevents the VSCode debugger from crashing in the native bindings when trying to autocomplete properties on a SyntaxNode or when examining the prototype object.