Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tree-sitter to 0.20.8 #142

Closed
wants to merge 2 commits into from

Conversation

verhovsky
Copy link
Collaborator

No description provided.

@@ -196,7 +196,7 @@ void Tree::GetEditedRange(const Nan::FunctionCallbackInfo<Value> &info) {

void Tree::PrintDotGraph(const Nan::FunctionCallbackInfo<Value> &info) {
Tree *tree = ObjectWrap::Unwrap<Tree>(info.This());
ts_tree_print_dot_graph(tree->tree_, stderr);
ts_tree_print_dot_graph(tree->tree_, 2);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@verhovsky verhovsky mentioned this pull request Jun 15, 2023
@verhovsky verhovsky closed this Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant