@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
12 lines • 405 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SliceDirection = void 0;
/**
* The direction to slice a program.
*/
var SliceDirection;
(function (SliceDirection) {
SliceDirection["Backward"] = "backward";
SliceDirection["Forward"] = "forward";
})(SliceDirection || (exports.SliceDirection = SliceDirection = {}));
//# sourceMappingURL=slice-direction.js.map