UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

6 lines 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.dataflowLogger = void 0; const log_1 = require("../util/log"); exports.dataflowLogger = log_1.log.getSubLogger({ name: 'dataflow' }); //# sourceMappingURL=logger.js.map