Function uvls::core::ast::transform::visit_root

source ยท
pub fn visit_root(
    source: Rope,
    tree: Tree,
    uri: Url,
    timestamp: Instant,
) -> AstDocument
Expand description

visits all valid children of a tree-sitter (green tree) recursively to translate them into the AST(red tree)