pub fn find_covering_node(
    root: SyntaxNodeRef<'_>,
    range: TextRange
) -> SyntaxNodeRef<'_>