mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
build(deps)!: bump tree-sitter to HEAD, wasmtime to v29.0.1 (#32200)
Breaking change: `ts_node_child_containing_descendant()` was removed Breaking change: tree-sitter 0.25 (HEAD) required
This commit is contained in:
@@ -68,12 +68,6 @@ function TSNode:named_child_count() end
|
||||
--- @return TSNode?
|
||||
function TSNode:named_child(index) end
|
||||
|
||||
--- Get the node's child that contains {descendant}.
|
||||
--- @param descendant TSNode
|
||||
--- @return TSNode?
|
||||
--- @deprecated
|
||||
function TSNode:child_containing_descendant(descendant) end
|
||||
|
||||
--- Get the node's child that contains {descendant} (includes {descendant}).
|
||||
---
|
||||
--- For example, with the following node hierarchy:
|
||||
|
Reference in New Issue
Block a user