@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
10 lines • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.doNotAutoSelect = doNotAutoSelect;
/**
* A variant of the {@link AutoSelectPredicate} which does not select any additional statements (~> false)
*/
function doNotAutoSelect(_node) {
return false;
}
//# sourceMappingURL=auto-select-defaults.js.map