node_modules/webpack/lib/util/ParallelismFactorCalculator.js
@@ -18,6 +18,7 @@ } /** * Processes the provided start. * @param {number} start range start * @param {number} end range end * @param {Callback} callback callback @@ -35,6 +36,7 @@ a < b ? -1 : 1 ); const parallelism = segments.map(() => 0); /** @type {number[]} */ const rangeStartIndices = []; for (let i = 0; i < this._rangePoints.length; i += 2) { const start = this._rangePoints[i];