interface BasicQueryData {
    ast: NormalizedAst<ParentInformation, RNode<ParentInformation>>;
    dataflow: DataflowInformation;
}

Properties

Properties