Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-tree-sitter
From: Adam Ciarcinski
Date: 2025-01-20 09:23:35
Message id: 20250120082335.6857FFBDE@cvs.NetBSD.org
Log Message:
py-tree-sitter: updated to 0.24.0
0.24.0
Additions:
Language.copy()
Language.node_kind_is_supertype(id)
Language.__copy__()
LogType (enum)
Node.child_with_descendant(descendant)
Node.field_name_for_named_child(descendant)
Parser.print_dot_graphs(file)
Parser.logger (getter + setter)
Tree.copy()
Tree.print_dot_graph(file)
Tree.__copy__()
Deprecations:
Language(ptr: int)
Node.child_containing_descendant(descendant): use \
Node.child_with_descendant(descendant)
Files: