@kubb/cli 3.16.0 → 3.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkMKHKV2HH_cjs = require('./chunk-MKHKV2HH.cjs');
3
+ var chunkOKWBGMAG_cjs = require('./chunk-OKWBGMAG.cjs');
4
4
  var process4 = require('process');
5
5
  var core = require('@kubb/core');
6
6
  var logger = require('@kubb/core/logger');
@@ -47,12 +47,12 @@ var tty__default = /*#__PURE__*/_interopDefault(tty);
47
47
  var path2__default = /*#__PURE__*/_interopDefault(path2);
48
48
 
49
49
  // ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js
50
- var require_windows = chunkMKHKV2HH_cjs.__commonJS({
50
+ var require_windows = chunkOKWBGMAG_cjs.__commonJS({
51
51
  "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module) {
52
- chunkMKHKV2HH_cjs.init_cjs_shims();
52
+ chunkOKWBGMAG_cjs.init_cjs_shims();
53
53
  module.exports = isexe;
54
54
  isexe.sync = sync;
55
- var fs = chunkMKHKV2HH_cjs.__require("fs");
55
+ var fs = chunkOKWBGMAG_cjs.__require("fs");
56
56
  function checkPathExt(path7, options) {
57
57
  var pathext = options.pathExt !== void 0 ? options.pathExt : process.env.PATHEXT;
58
58
  if (!pathext) {
@@ -88,12 +88,12 @@ var require_windows = chunkMKHKV2HH_cjs.__commonJS({
88
88
  });
89
89
 
90
90
  // ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js
91
- var require_mode = chunkMKHKV2HH_cjs.__commonJS({
91
+ var require_mode = chunkOKWBGMAG_cjs.__commonJS({
92
92
  "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module) {
93
- chunkMKHKV2HH_cjs.init_cjs_shims();
93
+ chunkOKWBGMAG_cjs.init_cjs_shims();
94
94
  module.exports = isexe;
95
95
  isexe.sync = sync;
96
- var fs = chunkMKHKV2HH_cjs.__require("fs");
96
+ var fs = chunkOKWBGMAG_cjs.__require("fs");
97
97
  function isexe(path7, options, cb) {
98
98
  fs.stat(path7, function(er, stat) {
99
99
  cb(er, er ? false : checkStat(stat, options));
@@ -122,10 +122,10 @@ var require_mode = chunkMKHKV2HH_cjs.__commonJS({
122
122
  });
123
123
 
124
124
  // ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js
125
- var require_isexe = chunkMKHKV2HH_cjs.__commonJS({
125
+ var require_isexe = chunkOKWBGMAG_cjs.__commonJS({
126
126
  "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module) {
127
- chunkMKHKV2HH_cjs.init_cjs_shims();
128
- chunkMKHKV2HH_cjs.__require("fs");
127
+ chunkOKWBGMAG_cjs.init_cjs_shims();
128
+ chunkOKWBGMAG_cjs.__require("fs");
129
129
  var core;
130
130
  if (process.platform === "win32" || global.TESTING_WINDOWS) {
131
131
  core = require_windows();
@@ -178,11 +178,11 @@ var require_isexe = chunkMKHKV2HH_cjs.__commonJS({
178
178
  });
179
179
 
180
180
  // ../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js
181
- var require_which = chunkMKHKV2HH_cjs.__commonJS({
181
+ var require_which = chunkOKWBGMAG_cjs.__commonJS({
182
182
  "../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js"(exports, module) {
183
- chunkMKHKV2HH_cjs.init_cjs_shims();
183
+ chunkOKWBGMAG_cjs.init_cjs_shims();
184
184
  var isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
185
- var path7 = chunkMKHKV2HH_cjs.__require("path");
185
+ var path7 = chunkOKWBGMAG_cjs.__require("path");
186
186
  var COLON = isWindows ? ";" : ":";
187
187
  var isexe = require_isexe();
188
188
  var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
@@ -275,9 +275,9 @@ var require_which = chunkMKHKV2HH_cjs.__commonJS({
275
275
  });
276
276
 
277
277
  // ../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js
278
- var require_path_key = chunkMKHKV2HH_cjs.__commonJS({
278
+ var require_path_key = chunkOKWBGMAG_cjs.__commonJS({
279
279
  "../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js"(exports, module) {
280
- chunkMKHKV2HH_cjs.init_cjs_shims();
280
+ chunkOKWBGMAG_cjs.init_cjs_shims();
281
281
  var pathKey2 = (options = {}) => {
282
282
  const environment = options.env || process.env;
283
283
  const platform2 = options.platform || process.platform;
@@ -292,10 +292,10 @@ var require_path_key = chunkMKHKV2HH_cjs.__commonJS({
292
292
  });
293
293
 
294
294
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js
295
- var require_resolveCommand = chunkMKHKV2HH_cjs.__commonJS({
295
+ var require_resolveCommand = chunkOKWBGMAG_cjs.__commonJS({
296
296
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js"(exports, module) {
297
- chunkMKHKV2HH_cjs.init_cjs_shims();
298
- var path7 = chunkMKHKV2HH_cjs.__require("path");
297
+ chunkOKWBGMAG_cjs.init_cjs_shims();
298
+ var path7 = chunkOKWBGMAG_cjs.__require("path");
299
299
  var which = require_which();
300
300
  var getPathKey = require_path_key();
301
301
  function resolveCommandAttempt(parsed, withoutPathExt) {
@@ -334,9 +334,9 @@ var require_resolveCommand = chunkMKHKV2HH_cjs.__commonJS({
334
334
  });
335
335
 
336
336
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js
337
- var require_escape = chunkMKHKV2HH_cjs.__commonJS({
337
+ var require_escape = chunkOKWBGMAG_cjs.__commonJS({
338
338
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js"(exports, module) {
339
- chunkMKHKV2HH_cjs.init_cjs_shims();
339
+ chunkOKWBGMAG_cjs.init_cjs_shims();
340
340
  var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
341
341
  function escapeCommand(arg) {
342
342
  arg = arg.replace(metaCharsRegExp, "^$1");
@@ -359,17 +359,17 @@ var require_escape = chunkMKHKV2HH_cjs.__commonJS({
359
359
  });
360
360
 
361
361
  // ../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js
362
- var require_shebang_regex = chunkMKHKV2HH_cjs.__commonJS({
362
+ var require_shebang_regex = chunkOKWBGMAG_cjs.__commonJS({
363
363
  "../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js"(exports, module) {
364
- chunkMKHKV2HH_cjs.init_cjs_shims();
364
+ chunkOKWBGMAG_cjs.init_cjs_shims();
365
365
  module.exports = /^#!(.*)/;
366
366
  }
367
367
  });
368
368
 
369
369
  // ../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js
370
- var require_shebang_command = chunkMKHKV2HH_cjs.__commonJS({
370
+ var require_shebang_command = chunkOKWBGMAG_cjs.__commonJS({
371
371
  "../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js"(exports, module) {
372
- chunkMKHKV2HH_cjs.init_cjs_shims();
372
+ chunkOKWBGMAG_cjs.init_cjs_shims();
373
373
  var shebangRegex = require_shebang_regex();
374
374
  module.exports = (string = "") => {
375
375
  const match = string.match(shebangRegex);
@@ -387,10 +387,10 @@ var require_shebang_command = chunkMKHKV2HH_cjs.__commonJS({
387
387
  });
388
388
 
389
389
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js
390
- var require_readShebang = chunkMKHKV2HH_cjs.__commonJS({
390
+ var require_readShebang = chunkOKWBGMAG_cjs.__commonJS({
391
391
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js"(exports, module) {
392
- chunkMKHKV2HH_cjs.init_cjs_shims();
393
- var fs = chunkMKHKV2HH_cjs.__require("fs");
392
+ chunkOKWBGMAG_cjs.init_cjs_shims();
393
+ var fs = chunkOKWBGMAG_cjs.__require("fs");
394
394
  var shebangCommand = require_shebang_command();
395
395
  function readShebang(command) {
396
396
  const size = 150;
@@ -409,10 +409,10 @@ var require_readShebang = chunkMKHKV2HH_cjs.__commonJS({
409
409
  });
410
410
 
411
411
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js
412
- var require_parse = chunkMKHKV2HH_cjs.__commonJS({
412
+ var require_parse = chunkOKWBGMAG_cjs.__commonJS({
413
413
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js"(exports, module) {
414
- chunkMKHKV2HH_cjs.init_cjs_shims();
415
- var path7 = chunkMKHKV2HH_cjs.__require("path");
414
+ chunkOKWBGMAG_cjs.init_cjs_shims();
415
+ var path7 = chunkOKWBGMAG_cjs.__require("path");
416
416
  var resolveCommand = require_resolveCommand();
417
417
  var escape = require_escape();
418
418
  var readShebang = require_readShebang();
@@ -471,9 +471,9 @@ var require_parse = chunkMKHKV2HH_cjs.__commonJS({
471
471
  });
472
472
 
473
473
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js
474
- var require_enoent = chunkMKHKV2HH_cjs.__commonJS({
474
+ var require_enoent = chunkOKWBGMAG_cjs.__commonJS({
475
475
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js"(exports, module) {
476
- chunkMKHKV2HH_cjs.init_cjs_shims();
476
+ chunkOKWBGMAG_cjs.init_cjs_shims();
477
477
  var isWin = process.platform === "win32";
478
478
  function notFoundError(original, syscall) {
479
479
  return Object.assign(new Error(`${syscall} ${original.command} ENOENT`), {
@@ -521,10 +521,10 @@ var require_enoent = chunkMKHKV2HH_cjs.__commonJS({
521
521
  });
522
522
 
523
523
  // ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js
524
- var require_cross_spawn = chunkMKHKV2HH_cjs.__commonJS({
524
+ var require_cross_spawn = chunkOKWBGMAG_cjs.__commonJS({
525
525
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js"(exports, module) {
526
- chunkMKHKV2HH_cjs.init_cjs_shims();
527
- var cp = chunkMKHKV2HH_cjs.__require("child_process");
526
+ chunkOKWBGMAG_cjs.init_cjs_shims();
527
+ var cp = chunkOKWBGMAG_cjs.__require("child_process");
528
528
  var parse = require_parse();
529
529
  var enoent = require_enoent();
530
530
  function spawn2(command, args, options) {
@@ -548,19 +548,19 @@ var require_cross_spawn = chunkMKHKV2HH_cjs.__commonJS({
548
548
  });
549
549
 
550
550
  // src/runners/generate.ts
551
- chunkMKHKV2HH_cjs.init_cjs_shims();
551
+ chunkOKWBGMAG_cjs.init_cjs_shims();
552
552
 
553
553
  // src/utils/executeHooks.ts
554
- chunkMKHKV2HH_cjs.init_cjs_shims();
554
+ chunkOKWBGMAG_cjs.init_cjs_shims();
555
555
 
556
556
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/index.js
557
- chunkMKHKV2HH_cjs.init_cjs_shims();
557
+ chunkOKWBGMAG_cjs.init_cjs_shims();
558
558
 
559
559
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/create.js
560
- chunkMKHKV2HH_cjs.init_cjs_shims();
560
+ chunkOKWBGMAG_cjs.init_cjs_shims();
561
561
 
562
562
  // ../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js
563
- chunkMKHKV2HH_cjs.init_cjs_shims();
563
+ chunkOKWBGMAG_cjs.init_cjs_shims();
564
564
  function isPlainObject(value) {
565
565
  if (typeof value !== "object" || value === null) {
566
566
  return false;
@@ -570,10 +570,10 @@ function isPlainObject(value) {
570
570
  }
571
571
 
572
572
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/parameters.js
573
- chunkMKHKV2HH_cjs.init_cjs_shims();
573
+ chunkOKWBGMAG_cjs.init_cjs_shims();
574
574
 
575
575
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/file-url.js
576
- chunkMKHKV2HH_cjs.init_cjs_shims();
576
+ chunkOKWBGMAG_cjs.init_cjs_shims();
577
577
  var safeNormalizeFileUrl = (file, name) => {
578
578
  const fileString = normalizeFileUrl(normalizeDenoExecPath(file));
579
579
  if (typeof fileString !== "string") {
@@ -607,10 +607,10 @@ var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
607
607
  };
608
608
 
609
609
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/template.js
610
- chunkMKHKV2HH_cjs.init_cjs_shims();
610
+ chunkOKWBGMAG_cjs.init_cjs_shims();
611
611
 
612
612
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/uint-array.js
613
- chunkMKHKV2HH_cjs.init_cjs_shims();
613
+ chunkOKWBGMAG_cjs.init_cjs_shims();
614
614
  var { toString: objectToString } = Object.prototype;
615
615
  var isArrayBuffer = (value) => objectToString.call(value) === "[object ArrayBuffer]";
616
616
  var isUint8Array = (value) => objectToString.call(value) === "[object Uint8Array]";
@@ -757,22 +757,22 @@ var getSubprocessResult = ({ stdout: stdout2 }) => {
757
757
  };
758
758
 
759
759
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/main-sync.js
760
- chunkMKHKV2HH_cjs.init_cjs_shims();
760
+ chunkOKWBGMAG_cjs.init_cjs_shims();
761
761
 
762
762
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/command.js
763
- chunkMKHKV2HH_cjs.init_cjs_shims();
763
+ chunkOKWBGMAG_cjs.init_cjs_shims();
764
764
 
765
765
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/start.js
766
- chunkMKHKV2HH_cjs.init_cjs_shims();
766
+ chunkOKWBGMAG_cjs.init_cjs_shims();
767
767
 
768
768
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/values.js
769
- chunkMKHKV2HH_cjs.init_cjs_shims();
769
+ chunkOKWBGMAG_cjs.init_cjs_shims();
770
770
 
771
771
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/specific.js
772
- chunkMKHKV2HH_cjs.init_cjs_shims();
772
+ chunkOKWBGMAG_cjs.init_cjs_shims();
773
773
 
774
774
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/standard-stream.js
775
- chunkMKHKV2HH_cjs.init_cjs_shims();
775
+ chunkOKWBGMAG_cjs.init_cjs_shims();
776
776
  var isStandardStream = (stream) => STANDARD_STREAMS.includes(stream);
777
777
  var STANDARD_STREAMS = [process4__namespace.default.stdin, process4__namespace.default.stdout, process4__namespace.default.stderr];
778
778
  var STANDARD_STREAMS_ALIASES = ["stdin", "stdout", "stderr"];
@@ -861,10 +861,10 @@ var isVerboseFunction = (fdVerbose) => typeof fdVerbose === "function";
861
861
  var VERBOSE_VALUES = ["none", "short", "full"];
862
862
 
863
863
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/log.js
864
- chunkMKHKV2HH_cjs.init_cjs_shims();
864
+ chunkOKWBGMAG_cjs.init_cjs_shims();
865
865
 
866
866
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/escape.js
867
- chunkMKHKV2HH_cjs.init_cjs_shims();
867
+ chunkOKWBGMAG_cjs.init_cjs_shims();
868
868
  var joinCommand = (filePath, rawArguments) => {
869
869
  const fileAndArguments = [filePath, ...rawArguments];
870
870
  const command = fileAndArguments.join(" ");
@@ -908,13 +908,13 @@ var quoteString = (escapedArgument) => {
908
908
  var NO_ESCAPE_REGEXP = /^[\w./-]+$/;
909
909
 
910
910
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/default.js
911
- chunkMKHKV2HH_cjs.init_cjs_shims();
911
+ chunkOKWBGMAG_cjs.init_cjs_shims();
912
912
 
913
913
  // ../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js
914
- chunkMKHKV2HH_cjs.init_cjs_shims();
914
+ chunkOKWBGMAG_cjs.init_cjs_shims();
915
915
 
916
916
  // ../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js
917
- chunkMKHKV2HH_cjs.init_cjs_shims();
917
+ chunkOKWBGMAG_cjs.init_cjs_shims();
918
918
  function isUnicodeSupported() {
919
919
  const { env } = process4__namespace.default;
920
920
  const { TERM, TERM_PROGRAM } = env;
@@ -1200,7 +1200,7 @@ var figures = shouldUseMain ? mainSymbols : fallbackSymbols;
1200
1200
  var figures_default = figures;
1201
1201
 
1202
1202
  // ../../node_modules/.pnpm/yoctocolors@2.1.1/node_modules/yoctocolors/base.js
1203
- chunkMKHKV2HH_cjs.init_cjs_shims();
1203
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1204
1204
  var hasColors = tty__default.default?.WriteStream?.prototype?.hasColors?.() ?? false;
1205
1205
  var format = (open, close) => {
1206
1206
  if (!hasColors) {
@@ -1270,7 +1270,7 @@ var COLORS = {
1270
1270
  };
1271
1271
 
1272
1272
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/custom.js
1273
- chunkMKHKV2HH_cjs.init_cjs_shims();
1273
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1274
1274
  var applyVerboseOnLines = (printedLines, verboseInfo, fdNumber) => {
1275
1275
  const verboseFunction = getVerboseFunction(verboseInfo, fdNumber);
1276
1276
  return printedLines.map(({ verboseLine, verboseObject }) => applyVerboseFunction(verboseLine, verboseObject, verboseFunction)).filter((printedLine) => printedLine !== void 0).map((printedLine) => appendNewline(printedLine)).join("");
@@ -1334,7 +1334,7 @@ var logCommand = (escapedCommand, verboseInfo) => {
1334
1334
  };
1335
1335
 
1336
1336
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/info.js
1337
- chunkMKHKV2HH_cjs.init_cjs_shims();
1337
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1338
1338
  var getVerboseInfo = (verbose, escapedCommand, rawOptions) => {
1339
1339
  validateVerbose(verbose);
1340
1340
  const commandId = getCommandId(verbose);
@@ -1363,7 +1363,7 @@ var validateVerbose = (verbose) => {
1363
1363
  };
1364
1364
 
1365
1365
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/duration.js
1366
- chunkMKHKV2HH_cjs.init_cjs_shims();
1366
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1367
1367
  var getStartTime = () => process4.hrtime.bigint();
1368
1368
  var getDurationMs = (startTime) => Number(process4.hrtime.bigint() - startTime) / 1e6;
1369
1369
 
@@ -1383,14 +1383,14 @@ var handleCommand = (filePath, rawArguments, rawOptions) => {
1383
1383
  };
1384
1384
 
1385
1385
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/options.js
1386
- chunkMKHKV2HH_cjs.init_cjs_shims();
1387
- var import_cross_spawn = chunkMKHKV2HH_cjs.__toESM(require_cross_spawn(), 1);
1386
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1387
+ var import_cross_spawn = chunkOKWBGMAG_cjs.__toESM(require_cross_spawn(), 1);
1388
1388
 
1389
1389
  // ../../node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/index.js
1390
- chunkMKHKV2HH_cjs.init_cjs_shims();
1390
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1391
1391
 
1392
1392
  // ../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js
1393
- chunkMKHKV2HH_cjs.init_cjs_shims();
1393
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1394
1394
  function pathKey(options = {}) {
1395
1395
  const {
1396
1396
  env = process.env,
@@ -1403,7 +1403,7 @@ function pathKey(options = {}) {
1403
1403
  }
1404
1404
 
1405
1405
  // ../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/node.js
1406
- chunkMKHKV2HH_cjs.init_cjs_shims();
1406
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1407
1407
  util.promisify(child_process.execFile);
1408
1408
  function toPath(urlOrPath) {
1409
1409
  return urlOrPath instanceof URL ? url.fileURLToPath(urlOrPath) : urlOrPath;
@@ -1464,10 +1464,10 @@ var npmRunPathEnv = ({ env = process4__namespace.default.env, ...options } = {})
1464
1464
  };
1465
1465
 
1466
1466
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/kill.js
1467
- chunkMKHKV2HH_cjs.init_cjs_shims();
1467
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1468
1468
 
1469
1469
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/final-error.js
1470
- chunkMKHKV2HH_cjs.init_cjs_shims();
1470
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1471
1471
  var getFinalError = (originalError, message, isSync) => {
1472
1472
  const ErrorClass = isSync ? ExecaSyncError : ExecaError;
1473
1473
  const options = originalError instanceof DiscardedError ? {} : { cause: originalError };
@@ -1500,13 +1500,13 @@ var ExecaSyncError = class extends Error {
1500
1500
  setErrorName(ExecaSyncError, ExecaSyncError.name);
1501
1501
 
1502
1502
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/signal.js
1503
- chunkMKHKV2HH_cjs.init_cjs_shims();
1503
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1504
1504
 
1505
1505
  // ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/main.js
1506
- chunkMKHKV2HH_cjs.init_cjs_shims();
1506
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1507
1507
 
1508
1508
  // ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/realtime.js
1509
- chunkMKHKV2HH_cjs.init_cjs_shims();
1509
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1510
1510
  var getRealtimeSignals = () => {
1511
1511
  const length = SIGRTMAX - SIGRTMIN + 1;
1512
1512
  return Array.from({ length }, getRealtimeSignal);
@@ -1522,10 +1522,10 @@ var SIGRTMIN = 34;
1522
1522
  var SIGRTMAX = 64;
1523
1523
 
1524
1524
  // ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/signals.js
1525
- chunkMKHKV2HH_cjs.init_cjs_shims();
1525
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1526
1526
 
1527
1527
  // ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/core.js
1528
- chunkMKHKV2HH_cjs.init_cjs_shims();
1528
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1529
1529
  var SIGNALS = [
1530
1530
  {
1531
1531
  name: "SIGHUP",
@@ -1983,10 +1983,10 @@ var killOnTimeout = async ({ kill, forceKillAfterDelay, context, controllerSigna
1983
1983
  };
1984
1984
 
1985
1985
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/cancel.js
1986
- chunkMKHKV2HH_cjs.init_cjs_shims();
1986
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1987
1987
 
1988
1988
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/abort-signal.js
1989
- chunkMKHKV2HH_cjs.init_cjs_shims();
1989
+ chunkOKWBGMAG_cjs.init_cjs_shims();
1990
1990
  var onAbortedSignal = async (mainSignal, stopSignal) => {
1991
1991
  if (!mainSignal.aborted) {
1992
1992
  await events.once(mainSignal, "abort", { signal: stopSignal });
@@ -2008,16 +2008,16 @@ var terminateOnCancel = async (subprocess, cancelSignal, context, { signal }) =>
2008
2008
  };
2009
2009
 
2010
2010
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/graceful.js
2011
- chunkMKHKV2HH_cjs.init_cjs_shims();
2011
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2012
2012
 
2013
2013
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/graceful.js
2014
- chunkMKHKV2HH_cjs.init_cjs_shims();
2014
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2015
2015
 
2016
2016
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/send.js
2017
- chunkMKHKV2HH_cjs.init_cjs_shims();
2017
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2018
2018
 
2019
2019
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/validation.js
2020
- chunkMKHKV2HH_cjs.init_cjs_shims();
2020
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2021
2021
  var validateIpcMethod = ({ methodName, isSubprocess, ipc, isConnected: isConnected2 }) => {
2022
2022
  validateIpcOption(methodName, isSubprocess, ipc);
2023
2023
  validateConnection(methodName, isSubprocess, isConnected2);
@@ -2090,10 +2090,10 @@ var disconnect = (anyProcess) => {
2090
2090
  };
2091
2091
 
2092
2092
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/outgoing.js
2093
- chunkMKHKV2HH_cjs.init_cjs_shims();
2093
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2094
2094
 
2095
2095
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/deferred.js
2096
- chunkMKHKV2HH_cjs.init_cjs_shims();
2096
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2097
2097
  var createDeferred = () => {
2098
2098
  const methods = {};
2099
2099
  const promise = new Promise((resolve, reject) => {
@@ -2103,7 +2103,7 @@ var createDeferred = () => {
2103
2103
  };
2104
2104
 
2105
2105
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/fd-options.js
2106
- chunkMKHKV2HH_cjs.init_cjs_shims();
2106
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2107
2107
  var getToStream = (destination, to = "stdin") => {
2108
2108
  const isWritable = true;
2109
2109
  const { options, fileDescriptors } = SUBPROCESS_OPTIONS.get(destination);
@@ -2184,10 +2184,10 @@ var serializeOptionValue = (value) => {
2184
2184
  };
2185
2185
 
2186
2186
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/strict.js
2187
- chunkMKHKV2HH_cjs.init_cjs_shims();
2187
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2188
2188
 
2189
2189
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/max-listeners.js
2190
- chunkMKHKV2HH_cjs.init_cjs_shims();
2190
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2191
2191
  var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
2192
2192
  const maxListeners = eventEmitter.getMaxListeners();
2193
2193
  if (maxListeners === 0 || maxListeners === Number.POSITIVE_INFINITY) {
@@ -2200,13 +2200,13 @@ var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
2200
2200
  };
2201
2201
 
2202
2202
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/forward.js
2203
- chunkMKHKV2HH_cjs.init_cjs_shims();
2203
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2204
2204
 
2205
2205
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/incoming.js
2206
- chunkMKHKV2HH_cjs.init_cjs_shims();
2206
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2207
2207
 
2208
2208
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/reference.js
2209
- chunkMKHKV2HH_cjs.init_cjs_shims();
2209
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2210
2210
  var addReference = (channel, reference) => {
2211
2211
  if (reference) {
2212
2212
  addReferenceCount(channel);
@@ -2604,7 +2604,7 @@ var getReason = ({ reason }) => {
2604
2604
  };
2605
2605
 
2606
2606
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/timeout.js
2607
- chunkMKHKV2HH_cjs.init_cjs_shims();
2607
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2608
2608
  var validateTimeout = ({ timeout }) => {
2609
2609
  if (timeout !== void 0 && (!Number.isFinite(timeout) || timeout < 0)) {
2610
2610
  throw new TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${timeout}\` (${typeof timeout})`);
@@ -2619,7 +2619,7 @@ var killAfterTimeout = async (subprocess, timeout, context, { signal }) => {
2619
2619
  };
2620
2620
 
2621
2621
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/node.js
2622
- chunkMKHKV2HH_cjs.init_cjs_shims();
2622
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2623
2623
  var mapNode = ({ options }) => {
2624
2624
  if (options.node === false) {
2625
2625
  throw new TypeError('The "node" option cannot be false with `execaNode()`.');
@@ -2659,7 +2659,7 @@ var handleNodeOption = (file, commandArguments, {
2659
2659
  };
2660
2660
 
2661
2661
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/ipc-input.js
2662
- chunkMKHKV2HH_cjs.init_cjs_shims();
2662
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2663
2663
  var validateIpcInputOption = ({ ipcInput, ipc, serialization }) => {
2664
2664
  if (ipcInput === void 0) {
2665
2665
  return;
@@ -2695,7 +2695,7 @@ var sendIpcInput = async (subprocess, ipcInput) => {
2695
2695
  };
2696
2696
 
2697
2697
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/encoding-option.js
2698
- chunkMKHKV2HH_cjs.init_cjs_shims();
2698
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2699
2699
  var validateEncoding = ({ encoding }) => {
2700
2700
  if (ENCODINGS.has(encoding)) {
2701
2701
  return;
@@ -2738,7 +2738,7 @@ var ENCODING_ALIASES = {
2738
2738
  var serializeEncoding = (encoding) => typeof encoding === "string" ? `"${encoding}"` : String(encoding);
2739
2739
 
2740
2740
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/cwd.js
2741
- chunkMKHKV2HH_cjs.init_cjs_shims();
2741
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2742
2742
  var normalizeCwd = (cwd = getDefaultCwd()) => {
2743
2743
  const cwdString = safeNormalizeFileUrl(cwd, 'The "cwd" option');
2744
2744
  return path2__default.default.resolve(cwdString);
@@ -2843,17 +2843,17 @@ var getEnv = ({ env: envOption, extendEnv, preferLocal, node, localDirectory, no
2843
2843
  };
2844
2844
 
2845
2845
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/shell.js
2846
- chunkMKHKV2HH_cjs.init_cjs_shims();
2846
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2847
2847
  var concatenateShell = (file, commandArguments, options) => options.shell && commandArguments.length > 0 ? [[file, ...commandArguments].join(" "), [], options] : [file, commandArguments, options];
2848
2848
 
2849
2849
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/result.js
2850
- chunkMKHKV2HH_cjs.init_cjs_shims();
2850
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2851
2851
 
2852
2852
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/message.js
2853
- chunkMKHKV2HH_cjs.init_cjs_shims();
2853
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2854
2854
 
2855
2855
  // ../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js
2856
- chunkMKHKV2HH_cjs.init_cjs_shims();
2856
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2857
2857
  function stripFinalNewline(input) {
2858
2858
  if (typeof input === "string") {
2859
2859
  return stripFinalNewlineString(input);
@@ -2871,16 +2871,16 @@ var CR = "\r";
2871
2871
  var CR_BINARY = CR.codePointAt(0);
2872
2872
 
2873
2873
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/max-buffer.js
2874
- chunkMKHKV2HH_cjs.init_cjs_shims();
2874
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2875
2875
 
2876
2876
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
2877
- chunkMKHKV2HH_cjs.init_cjs_shims();
2877
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2878
2878
 
2879
2879
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js
2880
- chunkMKHKV2HH_cjs.init_cjs_shims();
2880
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2881
2881
 
2882
2882
  // ../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js
2883
- chunkMKHKV2HH_cjs.init_cjs_shims();
2883
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2884
2884
  function isStream(stream, { checkOpen = true } = {}) {
2885
2885
  return stream !== null && typeof stream === "object" && (stream.writable || stream.readable || !checkOpen || stream.writable === void 0 && stream.readable === void 0) && typeof stream.pipe === "function";
2886
2886
  }
@@ -2895,10 +2895,10 @@ function isDuplexStream(stream, options) {
2895
2895
  }
2896
2896
 
2897
2897
  // ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js
2898
- chunkMKHKV2HH_cjs.init_cjs_shims();
2898
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2899
2899
 
2900
2900
  // ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js
2901
- chunkMKHKV2HH_cjs.init_cjs_shims();
2901
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2902
2902
  var a = Object.getPrototypeOf(
2903
2903
  Object.getPrototypeOf(
2904
2904
  /* istanbul ignore next */
@@ -2987,7 +2987,7 @@ function h({ preventCancel: r = false } = {}) {
2987
2987
  }
2988
2988
 
2989
2989
  // ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js
2990
- chunkMKHKV2HH_cjs.init_cjs_shims();
2990
+ chunkOKWBGMAG_cjs.init_cjs_shims();
2991
2991
 
2992
2992
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js
2993
2993
  var getAsyncIterable = (stream) => {
@@ -3038,13 +3038,13 @@ var handleStreamEnd = async (stream, controller, state) => {
3038
3038
  var nodeImports = {};
3039
3039
 
3040
3040
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/exports.js
3041
- chunkMKHKV2HH_cjs.init_cjs_shims();
3041
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3042
3042
 
3043
3043
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array.js
3044
- chunkMKHKV2HH_cjs.init_cjs_shims();
3044
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3045
3045
 
3046
3046
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js
3047
- chunkMKHKV2HH_cjs.init_cjs_shims();
3047
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3048
3048
  var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
3049
3049
  const asyncIterable = getAsyncIterable(stream);
3050
3050
  const state = init();
@@ -3140,7 +3140,7 @@ var MaxBufferError = class extends Error {
3140
3140
  };
3141
3141
 
3142
3142
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js
3143
- chunkMKHKV2HH_cjs.init_cjs_shims();
3143
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3144
3144
  var identity2 = (value) => value;
3145
3145
  var noop = () => void 0;
3146
3146
  var getContentsProperty = ({ contents }) => contents;
@@ -3177,7 +3177,7 @@ var arrayMethods = {
3177
3177
  };
3178
3178
 
3179
3179
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array-buffer.js
3180
- chunkMKHKV2HH_cjs.init_cjs_shims();
3180
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3181
3181
  async function getStreamAsArrayBuffer(stream, options) {
3182
3182
  return getStreamContents(stream, arrayBufferMethods, options);
3183
3183
  }
@@ -3231,7 +3231,7 @@ var arrayBufferMethods = {
3231
3231
  };
3232
3232
 
3233
3233
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/string.js
3234
- chunkMKHKV2HH_cjs.init_cjs_shims();
3234
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3235
3235
  async function getStreamAsString(stream, options) {
3236
3236
  return getStreamContents(stream, stringMethods, options);
3237
3237
  }
@@ -3614,16 +3614,16 @@ var normalizeExitPayload = (rawExitCode, rawSignal) => {
3614
3614
  };
3615
3615
 
3616
3616
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/reject.js
3617
- chunkMKHKV2HH_cjs.init_cjs_shims();
3617
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3618
3618
 
3619
3619
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/complete.js
3620
- chunkMKHKV2HH_cjs.init_cjs_shims();
3620
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3621
3621
 
3622
3622
  // ../../node_modules/.pnpm/pretty-ms@9.2.0/node_modules/pretty-ms/index.js
3623
- chunkMKHKV2HH_cjs.init_cjs_shims();
3623
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3624
3624
 
3625
3625
  // ../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/index.js
3626
- chunkMKHKV2HH_cjs.init_cjs_shims();
3626
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3627
3627
  var toZeroIfInfinity = (value) => Number.isFinite(value) ? value : 0;
3628
3628
  function parseNumber(milliseconds) {
3629
3629
  return {
@@ -3762,7 +3762,7 @@ function prettyMilliseconds(milliseconds, options) {
3762
3762
  }
3763
3763
 
3764
3764
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/error.js
3765
- chunkMKHKV2HH_cjs.init_cjs_shims();
3765
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3766
3766
  var logError = (result, verboseInfo) => {
3767
3767
  if (result.failed) {
3768
3768
  verboseLog({
@@ -3802,16 +3802,16 @@ var handleResult = (result, verboseInfo, { reject }) => {
3802
3802
  };
3803
3803
 
3804
3804
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle-sync.js
3805
- chunkMKHKV2HH_cjs.init_cjs_shims();
3805
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3806
3806
 
3807
3807
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle.js
3808
- chunkMKHKV2HH_cjs.init_cjs_shims();
3808
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3809
3809
 
3810
3810
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/normalize.js
3811
- chunkMKHKV2HH_cjs.init_cjs_shims();
3811
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3812
3812
 
3813
3813
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/type.js
3814
- chunkMKHKV2HH_cjs.init_cjs_shims();
3814
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3815
3815
  var getStdioItemType = (value, optionName) => {
3816
3816
  if (isAsyncGenerator(value)) {
3817
3817
  return "asyncGenerator";
@@ -3938,7 +3938,7 @@ var TYPE_TO_MESSAGE = {
3938
3938
  };
3939
3939
 
3940
3940
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/object-mode.js
3941
- chunkMKHKV2HH_cjs.init_cjs_shims();
3941
+ chunkOKWBGMAG_cjs.init_cjs_shims();
3942
3942
  var getTransformObjectModes = (objectMode, index, newTransforms, direction) => direction === "output" ? getOutputObjectModes(objectMode, index, newTransforms) : getInputObjectModes(objectMode, index, newTransforms);
3943
3943
  var getOutputObjectModes = (objectMode, index, newTransforms) => {
3944
3944
  const writableObjectMode = index !== 0 && newTransforms[index - 1].value.readableObjectMode;
@@ -4053,7 +4053,7 @@ var normalizeGenerator = ({ stdioItem, stdioItem: { value }, index, newTransform
4053
4053
  var sortTransforms = (newTransforms, direction) => direction === "input" ? newTransforms.reverse() : newTransforms;
4054
4054
 
4055
4055
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/direction.js
4056
- chunkMKHKV2HH_cjs.init_cjs_shims();
4056
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4057
4057
  var getStreamDirection = (stdioItems, fdNumber, optionName) => {
4058
4058
  const directions = stdioItems.map((stdioItem) => getStdioItemDirection(stdioItem, fdNumber));
4059
4059
  if (directions.includes("input") && directions.includes("output")) {
@@ -4103,10 +4103,10 @@ var getStandardStreamDirection = (value) => {
4103
4103
  var DEFAULT_DIRECTION = "output";
4104
4104
 
4105
4105
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/stdio-option.js
4106
- chunkMKHKV2HH_cjs.init_cjs_shims();
4106
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4107
4107
 
4108
4108
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/array.js
4109
- chunkMKHKV2HH_cjs.init_cjs_shims();
4109
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4110
4110
  var normalizeIpcStdioArray = (stdioArray, ipc) => ipc && !stdioArray.includes("ipc") ? [...stdioArray, "ipc"] : stdioArray;
4111
4111
 
4112
4112
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/stdio-option.js
@@ -4144,7 +4144,7 @@ var normalizeStdioSync = (stdioArray, buffer, verboseInfo) => stdioArray.map((st
4144
4144
  var isOutputPipeOnly = (stdioOption) => stdioOption === "pipe" || Array.isArray(stdioOption) && stdioOption.every((item) => item === "pipe");
4145
4145
 
4146
4146
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/native.js
4147
- chunkMKHKV2HH_cjs.init_cjs_shims();
4147
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4148
4148
  var handleNativeStream = ({ stdioItem, stdioItem: { type }, isStdioArray, fdNumber, direction, isSync }) => {
4149
4149
  if (!isStdioArray || type !== "native") {
4150
4150
  return stdioItem;
@@ -4212,7 +4212,7 @@ var getStandardStream = (fdNumber, value, optionName) => {
4212
4212
  };
4213
4213
 
4214
4214
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/input-option.js
4215
- chunkMKHKV2HH_cjs.init_cjs_shims();
4215
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4216
4216
  var handleInputOptions = ({ input, inputFile }, fdNumber) => fdNumber === 0 ? [
4217
4217
  ...handleInputOption(input),
4218
4218
  ...handleInputFileOption(inputFile)
@@ -4249,7 +4249,7 @@ var getInputFileType = (inputFile) => {
4249
4249
  };
4250
4250
 
4251
4251
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/duplicate.js
4252
- chunkMKHKV2HH_cjs.init_cjs_shims();
4252
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4253
4253
  var filterDuplicates = (stdioItems) => stdioItems.filter((stdioItemOne, indexOne) => stdioItems.every((stdioItemTwo, indexTwo) => stdioItemOne.value !== stdioItemTwo.value || indexOne >= indexTwo || stdioItemOne.type === "generator" || stdioItemOne.type === "asyncGenerator"));
4254
4254
  var getDuplicateStream = ({ stdioItem: { type, value, optionName }, direction, fileDescriptors, isSync }) => {
4255
4255
  const otherStdioItems = getOtherStdioItems(fileDescriptors, type);
@@ -4531,18 +4531,18 @@ var addPropertiesSync = {
4531
4531
  };
4532
4532
 
4533
4533
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/strip-newline.js
4534
- chunkMKHKV2HH_cjs.init_cjs_shims();
4534
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4535
4535
  var stripNewline = (value, { stripFinalNewline: stripFinalNewline2 }, fdNumber) => getStripFinalNewline(stripFinalNewline2, fdNumber) && value !== void 0 && !Array.isArray(value) ? stripFinalNewline(value) : value;
4536
4536
  var getStripFinalNewline = (stripFinalNewline2, fdNumber) => fdNumber === "all" ? stripFinalNewline2[1] || stripFinalNewline2[2] : stripFinalNewline2[fdNumber];
4537
4537
 
4538
4538
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/input-sync.js
4539
- chunkMKHKV2HH_cjs.init_cjs_shims();
4539
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4540
4540
 
4541
4541
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/generator.js
4542
- chunkMKHKV2HH_cjs.init_cjs_shims();
4542
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4543
4543
 
4544
4544
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/split.js
4545
- chunkMKHKV2HH_cjs.init_cjs_shims();
4545
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4546
4546
  var getSplitLinesGenerator = (binary, preserveNewlines, skipped, state) => binary || skipped ? void 0 : initializeSplitLines(preserveNewlines, state);
4547
4547
  var splitLinesSync = (chunk, preserveNewlines, objectMode) => objectMode ? chunk.flatMap((item) => splitLinesItemSync(item, preserveNewlines)) : splitLinesItemSync(chunk, preserveNewlines);
4548
4548
  var splitLinesItemSync = (chunk, preserveNewlines) => {
@@ -4623,7 +4623,7 @@ var linesUint8ArrayInfo = {
4623
4623
  };
4624
4624
 
4625
4625
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/validate.js
4626
- chunkMKHKV2HH_cjs.init_cjs_shims();
4626
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4627
4627
  var getValidateTransformInput = (writableObjectMode, optionName) => writableObjectMode ? void 0 : validateStringTransformInput.bind(void 0, optionName);
4628
4628
  var validateStringTransformInput = function* (optionName, chunk) {
4629
4629
  if (typeof chunk !== "string" && !isUint8Array(chunk) && !buffer.Buffer.isBuffer(chunk)) {
@@ -4652,7 +4652,7 @@ Instead, \`yield\` should either be called with a value, or not be called at all
4652
4652
  };
4653
4653
 
4654
4654
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/encoding-transform.js
4655
- chunkMKHKV2HH_cjs.init_cjs_shims();
4655
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4656
4656
  var getEncodingTransformGenerator = (binary, encoding, skipped) => {
4657
4657
  if (skipped) {
4658
4658
  return;
@@ -4686,7 +4686,7 @@ var encodingStringFinal = function* (stringDecoder) {
4686
4686
  };
4687
4687
 
4688
4688
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/run-async.js
4689
- chunkMKHKV2HH_cjs.init_cjs_shims();
4689
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4690
4690
  var pushChunks = util.callbackify(async (getChunks, state, getChunksArguments, transformStream) => {
4691
4691
  state.currentIterable = getChunks(...getChunksArguments);
4692
4692
  try {
@@ -4734,7 +4734,7 @@ var identityGenerator = function* (chunk) {
4734
4734
  };
4735
4735
 
4736
4736
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/run-sync.js
4737
- chunkMKHKV2HH_cjs.init_cjs_shims();
4737
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4738
4738
  var pushChunksSync = (getChunksSync, getChunksArguments, transformStream, done) => {
4739
4739
  try {
4740
4740
  for (const chunk of getChunksSync(...getChunksArguments)) {
@@ -4864,10 +4864,10 @@ var validateSerializable = (newContents) => {
4864
4864
  };
4865
4865
 
4866
4866
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/output-sync.js
4867
- chunkMKHKV2HH_cjs.init_cjs_shims();
4867
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4868
4868
 
4869
4869
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/output.js
4870
- chunkMKHKV2HH_cjs.init_cjs_shims();
4870
+ chunkOKWBGMAG_cjs.init_cjs_shims();
4871
4871
  var shouldLogOutput = ({ stdioItems, encoding, verboseInfo, fdNumber }) => fdNumber !== "all" && isFullVerbose(verboseInfo, fdNumber) && !BINARY_ENCODINGS.has(encoding) && fdUsesVerbose(fdNumber) && (stdioItems.some(({ type, value }) => type === "native" && PIPED_STDIO_VALUES.has(value)) || stdioItems.every(({ type }) => TRANSFORM_TYPES.has(type)));
4872
4872
  var fdUsesVerbose = (fdNumber) => fdNumber === 1 || fdNumber === 2;
4873
4873
  var PIPED_STDIO_VALUES = /* @__PURE__ */ new Set(["pipe", "overlapped"]);
@@ -4998,7 +4998,7 @@ var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
4998
4998
  };
4999
4999
 
5000
5000
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/all-sync.js
5001
- chunkMKHKV2HH_cjs.init_cjs_shims();
5001
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5002
5002
  var getAllSync = ([, stdout2, stderr], options) => {
5003
5003
  if (!options.all) {
5004
5004
  return;
@@ -5022,10 +5022,10 @@ var getAllSync = ([, stdout2, stderr], options) => {
5022
5022
  };
5023
5023
 
5024
5024
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/exit-sync.js
5025
- chunkMKHKV2HH_cjs.init_cjs_shims();
5025
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5026
5026
 
5027
5027
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/exit-async.js
5028
- chunkMKHKV2HH_cjs.init_cjs_shims();
5028
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5029
5029
  var waitForExit = async (subprocess, context) => {
5030
5030
  const [exitCode, signal] = await waitForExitOrError(subprocess);
5031
5031
  context.isForcefullyTerminated ??= false;
@@ -5211,13 +5211,13 @@ var getSyncResult = ({ error, exitCode, signal, timedOut, isMaxBuffer, stdio, al
5211
5211
  });
5212
5212
 
5213
5213
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/main-async.js
5214
- chunkMKHKV2HH_cjs.init_cjs_shims();
5214
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5215
5215
 
5216
5216
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/methods.js
5217
- chunkMKHKV2HH_cjs.init_cjs_shims();
5217
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5218
5218
 
5219
5219
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/get-one.js
5220
- chunkMKHKV2HH_cjs.init_cjs_shims();
5220
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5221
5221
  var getOneMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true, filter } = {}) => {
5222
5222
  validateIpcMethod({
5223
5223
  methodName: "getOneMessage",
@@ -5272,7 +5272,7 @@ var throwOnStrictError = async (ipcEmitter, isSubprocess, { signal }) => {
5272
5272
  };
5273
5273
 
5274
5274
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/get-each.js
5275
- chunkMKHKV2HH_cjs.init_cjs_shims();
5275
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5276
5276
  var getEachMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true } = {}) => loopOnMessages({
5277
5277
  anyProcess,
5278
5278
  channel,
@@ -5390,7 +5390,7 @@ var getIpcMethods = (anyProcess, isSubprocess, ipc) => ({
5390
5390
  });
5391
5391
 
5392
5392
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/early-error.js
5393
- chunkMKHKV2HH_cjs.init_cjs_shims();
5393
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5394
5394
  var handleEarlyError = ({ error, command, escapedCommand, fileDescriptors, options, startTime, verboseInfo }) => {
5395
5395
  cleanupCustomStreams(fileDescriptors);
5396
5396
  const subprocess = new child_process.ChildProcess();
@@ -5438,7 +5438,7 @@ var duplex = () => new stream.Duplex({ read() {
5438
5438
  var handleDummyPromise = async (error, verboseInfo, options) => handleResult(error, verboseInfo, options);
5439
5439
 
5440
5440
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle-async.js
5441
- chunkMKHKV2HH_cjs.init_cjs_shims();
5441
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5442
5442
  var handleStdioAsync = (options, verboseInfo) => handleStdio(addPropertiesAsync, options, verboseInfo, false);
5443
5443
  var forbiddenIfAsync = ({ type, optionName }) => {
5444
5444
  throw new TypeError(`The \`${optionName}\` option cannot be ${TYPE_TO_MESSAGE[type]}.`);
@@ -5481,10 +5481,10 @@ var addPropertiesAsync = {
5481
5481
  };
5482
5482
 
5483
5483
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/output-async.js
5484
- chunkMKHKV2HH_cjs.init_cjs_shims();
5484
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5485
5485
 
5486
5486
  // ../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js
5487
- chunkMKHKV2HH_cjs.init_cjs_shims();
5487
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5488
5488
  function mergeStreams(streams) {
5489
5489
  if (!Array.isArray(streams)) {
5490
5490
  throw new TypeError(`Expected an array, got \`${typeof streams}\`.`);
@@ -5699,7 +5699,7 @@ var PASSTHROUGH_LISTENERS_COUNT = 2;
5699
5699
  var PASSTHROUGH_LISTENERS_PER_STREAM = 1;
5700
5700
 
5701
5701
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/pipeline.js
5702
- chunkMKHKV2HH_cjs.init_cjs_shims();
5702
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5703
5703
  var pipeStreams = (source, destination) => {
5704
5704
  source.pipe(destination);
5705
5705
  onSourceFinish(source, destination);
@@ -5789,13 +5789,13 @@ var setStandardStreamMaxListeners = (stream, { signal }) => {
5789
5789
  var MAX_LISTENERS_INCREMENT = 2;
5790
5790
 
5791
5791
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/cleanup.js
5792
- chunkMKHKV2HH_cjs.init_cjs_shims();
5792
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5793
5793
 
5794
5794
  // ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js
5795
- chunkMKHKV2HH_cjs.init_cjs_shims();
5795
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5796
5796
 
5797
5797
  // ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js
5798
- chunkMKHKV2HH_cjs.init_cjs_shims();
5798
+ chunkOKWBGMAG_cjs.init_cjs_shims();
5799
5799
  var signals = [];
5800
5800
  signals.push("SIGHUP", "SIGINT", "SIGTERM");
5801
5801
  if (process.platform !== "win32") {
@@ -6043,10 +6043,10 @@ var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
6043
6043
  };
6044
6044
 
6045
6045
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/setup.js
6046
- chunkMKHKV2HH_cjs.init_cjs_shims();
6046
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6047
6047
 
6048
6048
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/pipe-arguments.js
6049
- chunkMKHKV2HH_cjs.init_cjs_shims();
6049
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6050
6050
  var normalizePipeArguments = ({ source, sourcePromise, boundOptions, createNested }, ...pipeArguments) => {
6051
6051
  const startTime = getStartTime();
6052
6052
  const {
@@ -6120,7 +6120,7 @@ var getSourceStream = (source, from) => {
6120
6120
  };
6121
6121
 
6122
6122
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/throw.js
6123
- chunkMKHKV2HH_cjs.init_cjs_shims();
6123
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6124
6124
  var handlePipeArgumentsError = ({
6125
6125
  sourceStream,
6126
6126
  sourceError,
@@ -6170,7 +6170,7 @@ var createNonCommandError = ({ error, fileDescriptors, sourceOptions, startTime
6170
6170
  var PIPE_COMMAND_MESSAGE = "source.pipe(destination)";
6171
6171
 
6172
6172
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/sequence.js
6173
- chunkMKHKV2HH_cjs.init_cjs_shims();
6173
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6174
6174
  var waitForBothSubprocesses = async (subprocessPromises) => {
6175
6175
  const [
6176
6176
  { status: sourceStatus, reason: sourceReason, value: sourceResult = sourceReason },
@@ -6189,7 +6189,7 @@ var waitForBothSubprocesses = async (subprocessPromises) => {
6189
6189
  };
6190
6190
 
6191
6191
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/streaming.js
6192
- chunkMKHKV2HH_cjs.init_cjs_shims();
6192
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6193
6193
  var pipeSubprocessStream = (sourceStream, destinationStream, maxListenersController) => {
6194
6194
  const mergedStream = MERGED_STREAMS.has(destinationStream) ? pipeMoreSubprocessStream(sourceStream, destinationStream) : pipeFirstSubprocessStream(sourceStream, destinationStream);
6195
6195
  incrementMaxListeners(sourceStream, SOURCE_LISTENERS_PER_PIPE, maxListenersController.signal);
@@ -6220,7 +6220,7 @@ var SOURCE_LISTENERS_PER_PIPE = 2;
6220
6220
  var DESTINATION_LISTENERS_PER_PIPE = 1;
6221
6221
 
6222
6222
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/abort.js
6223
- chunkMKHKV2HH_cjs.init_cjs_shims();
6223
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6224
6224
  var unpipeOnAbort = (unpipeSignal, unpipeContext) => unpipeSignal === void 0 ? [] : [unpipeOnSignalAbort(unpipeSignal, unpipeContext)];
6225
6225
  var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fileDescriptors, sourceOptions, startTime }) => {
6226
6226
  await util.aborted(unpipeSignal, sourceStream);
@@ -6294,16 +6294,16 @@ var handlePipePromise = async ({
6294
6294
  var getSubprocessPromises = (sourcePromise, destination) => Promise.allSettled([sourcePromise, destination]);
6295
6295
 
6296
6296
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/all-async.js
6297
- chunkMKHKV2HH_cjs.init_cjs_shims();
6297
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6298
6298
 
6299
6299
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/stdio.js
6300
- chunkMKHKV2HH_cjs.init_cjs_shims();
6300
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6301
6301
 
6302
6302
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/contents.js
6303
- chunkMKHKV2HH_cjs.init_cjs_shims();
6303
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6304
6304
 
6305
6305
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/iterate.js
6306
- chunkMKHKV2HH_cjs.init_cjs_shims();
6306
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6307
6307
  var iterateOnSubprocessStream = ({ subprocessStdout, subprocess, binary, shouldEncode, encoding, preserveNewlines }) => {
6308
6308
  const controller = new AbortController();
6309
6309
  stopReadingOnExit(subprocess, controller);
@@ -6486,7 +6486,7 @@ var getBufferedData = async (streamPromise) => {
6486
6486
  var handleBufferedData = ({ bufferedData }) => isArrayBuffer(bufferedData) ? new Uint8Array(bufferedData) : bufferedData;
6487
6487
 
6488
6488
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/wait-stream.js
6489
- chunkMKHKV2HH_cjs.init_cjs_shims();
6489
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6490
6490
  var waitForStream = async (stream, fdNumber, streamInfo, { isSameDirection, stopOnExit = false } = {}) => {
6491
6491
  const state = handleStdinDestroy(stream, streamInfo);
6492
6492
  const abortController = new AbortController();
@@ -6608,13 +6608,13 @@ var getAllStream = ({ stdout: stdout2, stderr, all }, [, bufferStdout, bufferStd
6608
6608
  var getAllMixed = ({ all, stdout: stdout2, stderr }) => all && stdout2 && stderr && stdout2.readableObjectMode !== stderr.readableObjectMode;
6609
6609
 
6610
6610
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/wait-subprocess.js
6611
- chunkMKHKV2HH_cjs.init_cjs_shims();
6611
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6612
6612
 
6613
6613
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/buffer-messages.js
6614
- chunkMKHKV2HH_cjs.init_cjs_shims();
6614
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6615
6615
 
6616
6616
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/ipc.js
6617
- chunkMKHKV2HH_cjs.init_cjs_shims();
6617
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6618
6618
  var shouldLogIpc = (verboseInfo) => isFullVerbose(verboseInfo, "ipc");
6619
6619
  var logIpcOutput = (message, verboseInfo) => {
6620
6620
  const verboseMessage = serializeVerboseMessage(message);
@@ -6781,10 +6781,10 @@ var throwOnSubprocessError = async (subprocess, { signal }) => {
6781
6781
  };
6782
6782
 
6783
6783
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/add.js
6784
- chunkMKHKV2HH_cjs.init_cjs_shims();
6784
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6785
6785
 
6786
6786
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/concurrent.js
6787
- chunkMKHKV2HH_cjs.init_cjs_shims();
6787
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6788
6788
  var initializeConcurrentStreams = () => ({
6789
6789
  readableDestroy: /* @__PURE__ */ new WeakMap(),
6790
6790
  writableFinal: /* @__PURE__ */ new WeakMap(),
@@ -6811,10 +6811,10 @@ var waitForConcurrentStreams = async ({ resolve, promises }, subprocess) => {
6811
6811
  };
6812
6812
 
6813
6813
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/readable.js
6814
- chunkMKHKV2HH_cjs.init_cjs_shims();
6814
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6815
6815
 
6816
6816
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/shared.js
6817
- chunkMKHKV2HH_cjs.init_cjs_shims();
6817
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6818
6818
  var safeWaitForSubprocessStdin = async (subprocessStdin) => {
6819
6819
  if (subprocessStdin === void 0) {
6820
6820
  return;
@@ -6939,7 +6939,7 @@ var destroyOtherReadable = (stream, error) => {
6939
6939
  };
6940
6940
 
6941
6941
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/writable.js
6942
- chunkMKHKV2HH_cjs.init_cjs_shims();
6942
+ chunkOKWBGMAG_cjs.init_cjs_shims();
6943
6943
  var createWritable = ({ subprocess, concurrentStreams }, { to } = {}) => {
6944
6944
  const { subprocessStdin, waitWritableFinal, waitWritableDestroy } = getSubprocessStdin(subprocess, to, concurrentStreams);
6945
6945
  const writable2 = new stream.Writable({
@@ -7004,7 +7004,7 @@ var destroyOtherWritable = (stream, error) => {
7004
7004
  };
7005
7005
 
7006
7006
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/duplex.js
7007
- chunkMKHKV2HH_cjs.init_cjs_shims();
7007
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7008
7008
  var createDuplex = ({ subprocess, concurrentStreams, encoding }, { from, to, binary: binaryOption = true, preserveNewlines = true } = {}) => {
7009
7009
  const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
7010
7010
  const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
@@ -7057,7 +7057,7 @@ var onDuplexDestroy = async ({ subprocessStdout, subprocessStdin, subprocess, wa
7057
7057
  };
7058
7058
 
7059
7059
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/iterable.js
7060
- chunkMKHKV2HH_cjs.init_cjs_shims();
7060
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7061
7061
  var createIterable = (subprocess, encoding, {
7062
7062
  from,
7063
7063
  binary: binaryOption = false,
@@ -7097,7 +7097,7 @@ var addConvertedStreams = (subprocess, { encoding }) => {
7097
7097
  };
7098
7098
 
7099
7099
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/promise.js
7100
- chunkMKHKV2HH_cjs.init_cjs_shims();
7100
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7101
7101
  var mergePromise = (subprocess, promise) => {
7102
7102
  for (const [property, descriptor] of descriptors) {
7103
7103
  const value = descriptor.value.bind(promise);
@@ -7267,7 +7267,7 @@ var getAsyncResult = ({ errorInfo, exitCode, signal, stdio, all, ipcOutput, cont
7267
7267
  });
7268
7268
 
7269
7269
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/bind.js
7270
- chunkMKHKV2HH_cjs.init_cjs_shims();
7270
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7271
7271
  var mergeOptions = (boundOptions, options) => {
7272
7272
  const newOptions = Object.fromEntries(
7273
7273
  Object.entries(options).map(([optionName, optionValue]) => [
@@ -7332,7 +7332,7 @@ var parseArguments = ({ mapArguments, firstArgument, nextArguments, deepOptions,
7332
7332
  };
7333
7333
 
7334
7334
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/command.js
7335
- chunkMKHKV2HH_cjs.init_cjs_shims();
7335
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7336
7336
  var mapCommandAsync = ({ file, commandArguments }) => parseCommand(file, commandArguments);
7337
7337
  var mapCommandSync = ({ file, commandArguments }) => ({ ...parseCommand(file, commandArguments), isSync: true });
7338
7338
  var parseCommand = (command, unusedArguments) => {
@@ -7364,7 +7364,7 @@ var parseCommandString = (command) => {
7364
7364
  var SPACES_REGEXP = / +/g;
7365
7365
 
7366
7366
  // ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/script.js
7367
- chunkMKHKV2HH_cjs.init_cjs_shims();
7367
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7368
7368
  var setScriptSync = (boundExeca, createNested, boundOptions) => {
7369
7369
  boundExeca.sync = createNested(mapScriptSync, boundOptions);
7370
7370
  boundExeca.s = boundExeca.sync;
@@ -7385,7 +7385,7 @@ createExeca(mapScriptAsync, {}, deepScriptOptions, setScriptSync);
7385
7385
  getIpcExport();
7386
7386
 
7387
7387
  // src/utils/Writables.ts
7388
- chunkMKHKV2HH_cjs.init_cjs_shims();
7388
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7389
7389
  var ConsolaWritable = class extends stream.Writable {
7390
7390
  consola;
7391
7391
  command;
@@ -7419,7 +7419,7 @@ async function executeHooks({ hooks, logger: logger$1 }) {
7419
7419
  }
7420
7420
 
7421
7421
  // src/utils/getErrorCauses.ts
7422
- chunkMKHKV2HH_cjs.init_cjs_shims();
7422
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7423
7423
  function getErrorCauses(errors) {
7424
7424
  return errors.reduce((prev, error) => {
7425
7425
  const causedError = error?.cause;
@@ -7433,10 +7433,10 @@ function getErrorCauses(errors) {
7433
7433
  }
7434
7434
 
7435
7435
  // src/utils/getSummary.ts
7436
- chunkMKHKV2HH_cjs.init_cjs_shims();
7436
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7437
7437
 
7438
7438
  // src/utils/parseHrtimeToSeconds.ts
7439
- chunkMKHKV2HH_cjs.init_cjs_shims();
7439
+ chunkOKWBGMAG_cjs.init_cjs_shims();
7440
7440
  function parseHrtimeToSeconds(hrtime2) {
7441
7441
  const seconds = (hrtime2[0] + hrtime2[1] / 1e9).toFixed(3);
7442
7442
  return seconds;
@@ -7586,5 +7586,5 @@ ${logFiles.join("\n")}`);
7586
7586
  }
7587
7587
 
7588
7588
  exports.generate = generate;
7589
- //# sourceMappingURL=generate-J27CF4EQ.cjs.map
7590
- //# sourceMappingURL=generate-J27CF4EQ.cjs.map
7589
+ //# sourceMappingURL=generate-IO6M6WPG.cjs.map
7590
+ //# sourceMappingURL=generate-IO6M6WPG.cjs.map