UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

8 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.processUninterestingLeaf = processUninterestingLeaf; const info_1 = require("../../info"); function processUninterestingLeaf(leaf, info) { return (0, info_1.initializeCleanDataflowInformation)(leaf.info.id, info); } //# sourceMappingURL=process-uninteresting-leaf.js.map