UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

13 lines (12 loc) 539 B
import type { Feature } from '../../feature'; import type { Writable } from 'ts-essentials'; declare const initialAssignmentInfo: { assignmentOperator: Record<string, bigint>; assigned: import("../../common-syntax-probability").CommonSyntaxTypeCounts<bigint>; deepestNesting: number; nestedOperatorAssignment: number; }; export type AssignmentInfo = Writable<typeof initialAssignmentInfo>; export declare const AssignmentOperators: ReadonlySet<string>; export declare const assignments: Feature<AssignmentInfo>; export {};