In node.zig, in the methods children(), namedChildren() and childrenByFieldId(), a TreeCursor in used. On it the methods cursor.currentFieldId() and cursor.currentNode() are used.
But in tree_cursor.zig the methods calling ts_tree_cursor_current_field_id and ts_tree_cursor_current_node are called .node() and . fieldId().
This causes a build error when using children(), namedChildren() or childrenByFieldId().

In node.zig, in the methods children(), namedChildren() and childrenByFieldId(), a TreeCursor in used. On it the methods cursor.currentFieldId() and cursor.currentNode() are used.
But in tree_cursor.zig the methods calling ts_tree_cursor_current_field_id and ts_tree_cursor_current_node are called .node() and . fieldId().
This causes a build error when using children(), namedChildren() or childrenByFieldId().