UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

10 lines (9 loc) 350 B
/** * Link certain concepts to the version they have been introduced in R * * @module */ export declare const MIN_VERSION_PIPE = "4.1.0"; export declare const MIN_VERSION_LAMBDA = "4.1.0"; /** between 4.0.0 and (i think) 4.1.0 the parser handled them differently. We ignore that for now. */ export declare const MIN_VERSION_RAW_STABLE = "4.1.0";