interface BasicQueryData {
    ast: NormalizedAst;
    config: FlowrConfigOptions;
    dataflow: DataflowInformation;
    lib?: Record<string, SemVer>;
}

Properties

Properties

lib?: Record<string, SemVer>