Expand description
Represents some exportable information that results from compiling some Sway source code.
Fields
root_nodes: Vec<AstNode>The untyped AST nodes that constitute this tree’s root nodes.
span: SpanThe span::Span of the entire tree.
Represents some exportable information that results from compiling some Sway source code.
root_nodes: Vec<AstNode>The untyped AST nodes that constitute this tree’s root nodes.
span: SpanThe span::Span of the entire tree.