Interface AST

interface AST {
    nodes: Node[];
    source: string;
}

Properties

Properties

nodes: Node[]
source: string