@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
10 lines • 533 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DependencyInfoLinkConstraint = void 0;
/** when to read the argument value from a linked function */
var DependencyInfoLinkConstraint;
(function (DependencyInfoLinkConstraint) {
DependencyInfoLinkConstraint["Always"] = "always";
DependencyInfoLinkConstraint["IfUnknown"] = "if-unknown";
})(DependencyInfoLinkConstraint || (exports.DependencyInfoLinkConstraint = DependencyInfoLinkConstraint = {}));
//# sourceMappingURL=function-info.js.map