interface ResolveInfo {
    environment?: REnvironmentInformation;
    full?: boolean;
    graph?: DataflowGraph<DataflowGraphVertexInfo, DataflowGraphEdge>;
    idMap?: AstIdMap;
}

Properties

The current environment used for name resolution

full?: boolean

Whether to track variables

The graph to resolve in

idMap?: AstIdMap

The id map to resolve the node if given as an id