fn shallowest_node(node: &SyntaxNode) -> SyntaxNodeExpand description
Find the shallowest node with same range, which allows us to traverse siblings.
fn shallowest_node(node: &SyntaxNode) -> SyntaxNodeFind the shallowest node with same range, which allows us to traverse siblings.