7 lines
221 B
JavaScript
7 lines
221 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Terminal flow-control thresholds (single source: terminalFlowConstants.json).
|
||
|
|
* Aligned with VS Code FlowControlConstants (terminal.ts).
|
||
|
|
*/
|
||
|
|
module.exports = require("./terminalFlowConstants.json");
|