@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
13 lines • 521 B
JavaScript
;
/**
* Link certain concepts to the version they have been introduced in R
*
* @module
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.MIN_VERSION_RAW_STABLE = exports.MIN_VERSION_LAMBDA = exports.MIN_VERSION_PIPE = void 0;
exports.MIN_VERSION_PIPE = '4.1.0';
exports.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. */
exports.MIN_VERSION_RAW_STABLE = '4.1.0';
//# sourceMappingURL=versions.js.map