UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

4 lines (3 loc) 334 B
import type { NodeId } from '../../r-bridge/lang-4.x/ast/model/processing/node-id'; import type { NormalizedAst } from '../../r-bridge/lang-4.x/ast/model/processing/decorate'; export declare function sliceDiffAnsi(slice: ReadonlySet<NodeId>, normalized: NormalizedAst, criteriaIds: ReadonlySet<NodeId>, originalCode: string): string;