tree-sitter / node-tree-sitter

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

BUG: Parser.Tree#printDotGraph should honor fd #202

Closed ogiekako closed 4 months ago

ogiekako commented 5 months ago

Currently the passed fd (first parameter) to printDotGraph is ignored and the fd for stderr is always set as I look https://github.com/tree-sitter/node-tree-sitter/blob/master/src/tree.cc#L234.