@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
14 lines • 708 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_PIPE_PLACEHOLDER_EXTRACT = exports.MIN_VERSION_PIPE_PLACEHOLDER = exports.MIN_VERSION_LAMBDA = exports.MIN_VERSION_PIPE = void 0;
exports.MIN_VERSION_PIPE = '4.1.0';
exports.MIN_VERSION_LAMBDA = '4.1.0';
exports.MIN_VERSION_PIPE_PLACEHOLDER = '4.2.0';
exports.MIN_VERSION_PIPE_PLACEHOLDER_EXTRACT = '4.3.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