Closed thibaultdalban closed 1 year ago
Allow Tree's language property to be accessible using the getter getLanguage()
getLanguage()
This won't work because Tree doesn't have a .language property, it would need to be added in tree.cc
Tree
.language
https://github.com/tree-sitter/node-tree-sitter/blob/7f67305115e0501d64f04a7d1a47c1e5934eed96/src/tree.cc#L24-L36
Allow Tree's language property to be accessible using the getter
getLanguage()