UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

8 lines (7 loc) 363 B
import { DataflowGraph } from './graph'; import { type AstIdMap } from '../../r-bridge/lang-4.x/ast/model/processing/decorate'; /** * Resolves the dataflow graph ids from slicing criterion form to ids. * This returns a **new** graph with the resolved ids. */ export declare function resolveDataflowGraph(graph: DataflowGraph, idMap?: AstIdMap): DataflowGraph;