UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

14 lines 455 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.standardReplOutput = void 0; const ansi_1 = require("../../../util/text/ansi"); /** * Default repl output that redirects everything to the stdout and stderror channels (linked to `console`). * @see ReplOutput */ exports.standardReplOutput = { formatter: ansi_1.formatter, stdout: console.log, stderr: console.error }; //# sourceMappingURL=repl-main.js.map