UNPKG

nx

Version:

The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.

9 lines (8 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FORMATTER_MAX_BUFFER = void 0; /** * Formatters list every mismatching path on stdout, which overruns Node's 1MB * default on a large workspace. */ exports.FORMATTER_MAX_BUFFER = 50 * 1024 * 1024;