@kubb/cli 3.10.5 → 3.10.7

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 chunkWHP3GOGL_cjs = require('./chunk-WHP3GOGL.cjs');
3
+ var chunkLF3UWBBA_cjs = require('./chunk-LF3UWBBA.cjs');
4
4
  var logger = require('@kubb/core/logger');
5
5
  var utils = require('consola/utils');
6
6
  var core = require('@kubb/core');
@@ -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 = chunkWHP3GOGL_cjs.__commonJS({
50
+ var require_windows = chunkLF3UWBBA_cjs.__commonJS({
51
51
  "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module) {
52
- chunkWHP3GOGL_cjs.init_cjs_shims();
52
+ chunkLF3UWBBA_cjs.init_cjs_shims();
53
53
  module.exports = isexe;
54
54
  isexe.sync = sync;
55
- var fs = chunkWHP3GOGL_cjs.__require("fs");
55
+ var fs = chunkLF3UWBBA_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 = chunkWHP3GOGL_cjs.__commonJS({
88
88
  });
89
89
 
90
90
  // ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js
91
- var require_mode = chunkWHP3GOGL_cjs.__commonJS({
91
+ var require_mode = chunkLF3UWBBA_cjs.__commonJS({
92
92
  "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module) {
93
- chunkWHP3GOGL_cjs.init_cjs_shims();
93
+ chunkLF3UWBBA_cjs.init_cjs_shims();
94
94
  module.exports = isexe;
95
95
  isexe.sync = sync;
96
- var fs = chunkWHP3GOGL_cjs.__require("fs");
96
+ var fs = chunkLF3UWBBA_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 = chunkWHP3GOGL_cjs.__commonJS({
122
122
  });
123
123
 
124
124
  // ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js
125
- var require_isexe = chunkWHP3GOGL_cjs.__commonJS({
125
+ var require_isexe = chunkLF3UWBBA_cjs.__commonJS({
126
126
  "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module) {
127
- chunkWHP3GOGL_cjs.init_cjs_shims();
128
- chunkWHP3GOGL_cjs.__require("fs");
127
+ chunkLF3UWBBA_cjs.init_cjs_shims();
128
+ chunkLF3UWBBA_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 = chunkWHP3GOGL_cjs.__commonJS({
178
178
  });
179
179
 
180
180
  // ../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js
181
- var require_which = chunkWHP3GOGL_cjs.__commonJS({
181
+ var require_which = chunkLF3UWBBA_cjs.__commonJS({
182
182
  "../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js"(exports, module) {
183
- chunkWHP3GOGL_cjs.init_cjs_shims();
183
+ chunkLF3UWBBA_cjs.init_cjs_shims();
184
184
  var isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
185
- var path7 = chunkWHP3GOGL_cjs.__require("path");
185
+ var path7 = chunkLF3UWBBA_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 = chunkWHP3GOGL_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 = chunkWHP3GOGL_cjs.__commonJS({
278
+ var require_path_key = chunkLF3UWBBA_cjs.__commonJS({
279
279
  "../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js"(exports, module) {
280
- chunkWHP3GOGL_cjs.init_cjs_shims();
280
+ chunkLF3UWBBA_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 = chunkWHP3GOGL_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 = chunkWHP3GOGL_cjs.__commonJS({
295
+ var require_resolveCommand = chunkLF3UWBBA_cjs.__commonJS({
296
296
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js"(exports, module) {
297
- chunkWHP3GOGL_cjs.init_cjs_shims();
298
- var path7 = chunkWHP3GOGL_cjs.__require("path");
297
+ chunkLF3UWBBA_cjs.init_cjs_shims();
298
+ var path7 = chunkLF3UWBBA_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 = chunkWHP3GOGL_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 = chunkWHP3GOGL_cjs.__commonJS({
337
+ var require_escape = chunkLF3UWBBA_cjs.__commonJS({
338
338
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js"(exports, module) {
339
- chunkWHP3GOGL_cjs.init_cjs_shims();
339
+ chunkLF3UWBBA_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 = chunkWHP3GOGL_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 = chunkWHP3GOGL_cjs.__commonJS({
362
+ var require_shebang_regex = chunkLF3UWBBA_cjs.__commonJS({
363
363
  "../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js"(exports, module) {
364
- chunkWHP3GOGL_cjs.init_cjs_shims();
364
+ chunkLF3UWBBA_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 = chunkWHP3GOGL_cjs.__commonJS({
370
+ var require_shebang_command = chunkLF3UWBBA_cjs.__commonJS({
371
371
  "../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js"(exports, module) {
372
- chunkWHP3GOGL_cjs.init_cjs_shims();
372
+ chunkLF3UWBBA_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 = chunkWHP3GOGL_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 = chunkWHP3GOGL_cjs.__commonJS({
390
+ var require_readShebang = chunkLF3UWBBA_cjs.__commonJS({
391
391
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js"(exports, module) {
392
- chunkWHP3GOGL_cjs.init_cjs_shims();
393
- var fs = chunkWHP3GOGL_cjs.__require("fs");
392
+ chunkLF3UWBBA_cjs.init_cjs_shims();
393
+ var fs = chunkLF3UWBBA_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 = chunkWHP3GOGL_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 = chunkWHP3GOGL_cjs.__commonJS({
412
+ var require_parse = chunkLF3UWBBA_cjs.__commonJS({
413
413
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js"(exports, module) {
414
- chunkWHP3GOGL_cjs.init_cjs_shims();
415
- var path7 = chunkWHP3GOGL_cjs.__require("path");
414
+ chunkLF3UWBBA_cjs.init_cjs_shims();
415
+ var path7 = chunkLF3UWBBA_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 = chunkWHP3GOGL_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 = chunkWHP3GOGL_cjs.__commonJS({
474
+ var require_enoent = chunkLF3UWBBA_cjs.__commonJS({
475
475
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js"(exports, module) {
476
- chunkWHP3GOGL_cjs.init_cjs_shims();
476
+ chunkLF3UWBBA_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 = chunkWHP3GOGL_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 = chunkWHP3GOGL_cjs.__commonJS({
524
+ var require_cross_spawn = chunkLF3UWBBA_cjs.__commonJS({
525
525
  "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js"(exports, module) {
526
- chunkWHP3GOGL_cjs.init_cjs_shims();
527
- var cp = chunkWHP3GOGL_cjs.__require("child_process");
526
+ chunkLF3UWBBA_cjs.init_cjs_shims();
527
+ var cp = chunkLF3UWBBA_cjs.__require("child_process");
528
528
  var parse = require_parse();
529
529
  var enoent = require_enoent();
530
530
  function spawn2(command, args, options) {
@@ -548,9 +548,9 @@ var require_cross_spawn = chunkWHP3GOGL_cjs.__commonJS({
548
548
  });
549
549
 
550
550
  // ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js
551
- var require_eventemitter3 = chunkWHP3GOGL_cjs.__commonJS({
551
+ var require_eventemitter3 = chunkLF3UWBBA_cjs.__commonJS({
552
552
  "../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js"(exports, module) {
553
- chunkWHP3GOGL_cjs.init_cjs_shims();
553
+ chunkLF3UWBBA_cjs.init_cjs_shims();
554
554
  var has = Object.prototype.hasOwnProperty;
555
555
  var prefix = "~";
556
556
  function Events() {
@@ -710,19 +710,19 @@ var require_eventemitter3 = chunkWHP3GOGL_cjs.__commonJS({
710
710
  });
711
711
 
712
712
  // src/runners/generate.ts
713
- chunkWHP3GOGL_cjs.init_cjs_shims();
713
+ chunkLF3UWBBA_cjs.init_cjs_shims();
714
714
 
715
715
  // src/utils/executeHooks.ts
716
- chunkWHP3GOGL_cjs.init_cjs_shims();
716
+ chunkLF3UWBBA_cjs.init_cjs_shims();
717
717
 
718
718
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/index.js
719
- chunkWHP3GOGL_cjs.init_cjs_shims();
719
+ chunkLF3UWBBA_cjs.init_cjs_shims();
720
720
 
721
721
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/create.js
722
- chunkWHP3GOGL_cjs.init_cjs_shims();
722
+ chunkLF3UWBBA_cjs.init_cjs_shims();
723
723
 
724
724
  // ../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js
725
- chunkWHP3GOGL_cjs.init_cjs_shims();
725
+ chunkLF3UWBBA_cjs.init_cjs_shims();
726
726
  function isPlainObject(value) {
727
727
  if (typeof value !== "object" || value === null) {
728
728
  return false;
@@ -732,10 +732,10 @@ function isPlainObject(value) {
732
732
  }
733
733
 
734
734
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/parameters.js
735
- chunkWHP3GOGL_cjs.init_cjs_shims();
735
+ chunkLF3UWBBA_cjs.init_cjs_shims();
736
736
 
737
737
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/file-url.js
738
- chunkWHP3GOGL_cjs.init_cjs_shims();
738
+ chunkLF3UWBBA_cjs.init_cjs_shims();
739
739
  var safeNormalizeFileUrl = (file, name) => {
740
740
  const fileString = normalizeFileUrl(normalizeDenoExecPath(file));
741
741
  if (typeof fileString !== "string") {
@@ -769,10 +769,10 @@ var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
769
769
  };
770
770
 
771
771
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/template.js
772
- chunkWHP3GOGL_cjs.init_cjs_shims();
772
+ chunkLF3UWBBA_cjs.init_cjs_shims();
773
773
 
774
774
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/uint-array.js
775
- chunkWHP3GOGL_cjs.init_cjs_shims();
775
+ chunkLF3UWBBA_cjs.init_cjs_shims();
776
776
  var { toString: objectToString } = Object.prototype;
777
777
  var isArrayBuffer = (value) => objectToString.call(value) === "[object ArrayBuffer]";
778
778
  var isUint8Array = (value) => objectToString.call(value) === "[object Uint8Array]";
@@ -919,22 +919,22 @@ var getSubprocessResult = ({ stdout: stdout2 }) => {
919
919
  };
920
920
 
921
921
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-sync.js
922
- chunkWHP3GOGL_cjs.init_cjs_shims();
922
+ chunkLF3UWBBA_cjs.init_cjs_shims();
923
923
 
924
924
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/command.js
925
- chunkWHP3GOGL_cjs.init_cjs_shims();
925
+ chunkLF3UWBBA_cjs.init_cjs_shims();
926
926
 
927
927
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/start.js
928
- chunkWHP3GOGL_cjs.init_cjs_shims();
928
+ chunkLF3UWBBA_cjs.init_cjs_shims();
929
929
 
930
930
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/values.js
931
- chunkWHP3GOGL_cjs.init_cjs_shims();
931
+ chunkLF3UWBBA_cjs.init_cjs_shims();
932
932
 
933
933
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/specific.js
934
- chunkWHP3GOGL_cjs.init_cjs_shims();
934
+ chunkLF3UWBBA_cjs.init_cjs_shims();
935
935
 
936
936
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/standard-stream.js
937
- chunkWHP3GOGL_cjs.init_cjs_shims();
937
+ chunkLF3UWBBA_cjs.init_cjs_shims();
938
938
  var isStandardStream = (stream) => STANDARD_STREAMS.includes(stream);
939
939
  var STANDARD_STREAMS = [process4__namespace.default.stdin, process4__namespace.default.stdout, process4__namespace.default.stderr];
940
940
  var STANDARD_STREAMS_ALIASES = ["stdin", "stdout", "stderr"];
@@ -1023,10 +1023,10 @@ var isVerboseFunction = (fdVerbose) => typeof fdVerbose === "function";
1023
1023
  var VERBOSE_VALUES = ["none", "short", "full"];
1024
1024
 
1025
1025
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/log.js
1026
- chunkWHP3GOGL_cjs.init_cjs_shims();
1026
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1027
1027
 
1028
1028
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/escape.js
1029
- chunkWHP3GOGL_cjs.init_cjs_shims();
1029
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1030
1030
  var joinCommand = (filePath, rawArguments) => {
1031
1031
  const fileAndArguments = [filePath, ...rawArguments];
1032
1032
  const command = fileAndArguments.join(" ");
@@ -1070,13 +1070,13 @@ var quoteString = (escapedArgument) => {
1070
1070
  var NO_ESCAPE_REGEXP = /^[\w./-]+$/;
1071
1071
 
1072
1072
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/default.js
1073
- chunkWHP3GOGL_cjs.init_cjs_shims();
1073
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1074
1074
 
1075
1075
  // ../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js
1076
- chunkWHP3GOGL_cjs.init_cjs_shims();
1076
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1077
1077
 
1078
1078
  // ../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js
1079
- chunkWHP3GOGL_cjs.init_cjs_shims();
1079
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1080
1080
  function isUnicodeSupported() {
1081
1081
  const { env } = process4__namespace.default;
1082
1082
  const { TERM, TERM_PROGRAM } = env;
@@ -1362,7 +1362,7 @@ var figures = shouldUseMain ? mainSymbols : fallbackSymbols;
1362
1362
  var figures_default = figures;
1363
1363
 
1364
1364
  // ../../node_modules/.pnpm/yoctocolors@2.1.1/node_modules/yoctocolors/base.js
1365
- chunkWHP3GOGL_cjs.init_cjs_shims();
1365
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1366
1366
  var hasColors = tty__default.default?.WriteStream?.prototype?.hasColors?.() ?? false;
1367
1367
  var format = (open, close) => {
1368
1368
  if (!hasColors) {
@@ -1432,7 +1432,7 @@ var COLORS = {
1432
1432
  };
1433
1433
 
1434
1434
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/custom.js
1435
- chunkWHP3GOGL_cjs.init_cjs_shims();
1435
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1436
1436
  var applyVerboseOnLines = (printedLines, verboseInfo, fdNumber) => {
1437
1437
  const verboseFunction = getVerboseFunction(verboseInfo, fdNumber);
1438
1438
  return printedLines.map(({ verboseLine, verboseObject }) => applyVerboseFunction(verboseLine, verboseObject, verboseFunction)).filter((printedLine) => printedLine !== void 0).map((printedLine) => appendNewline(printedLine)).join("");
@@ -1496,7 +1496,7 @@ var logCommand = (escapedCommand, verboseInfo) => {
1496
1496
  };
1497
1497
 
1498
1498
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/info.js
1499
- chunkWHP3GOGL_cjs.init_cjs_shims();
1499
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1500
1500
  var getVerboseInfo = (verbose, escapedCommand, rawOptions) => {
1501
1501
  validateVerbose(verbose);
1502
1502
  const commandId = getCommandId(verbose);
@@ -1525,7 +1525,7 @@ var validateVerbose = (verbose) => {
1525
1525
  };
1526
1526
 
1527
1527
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/duration.js
1528
- chunkWHP3GOGL_cjs.init_cjs_shims();
1528
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1529
1529
  var getStartTime = () => process4.hrtime.bigint();
1530
1530
  var getDurationMs = (startTime) => Number(process4.hrtime.bigint() - startTime) / 1e6;
1531
1531
 
@@ -1545,14 +1545,14 @@ var handleCommand = (filePath, rawArguments, rawOptions) => {
1545
1545
  };
1546
1546
 
1547
1547
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/options.js
1548
- chunkWHP3GOGL_cjs.init_cjs_shims();
1549
- var import_cross_spawn = chunkWHP3GOGL_cjs.__toESM(require_cross_spawn(), 1);
1548
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1549
+ var import_cross_spawn = chunkLF3UWBBA_cjs.__toESM(require_cross_spawn(), 1);
1550
1550
 
1551
1551
  // ../../node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/index.js
1552
- chunkWHP3GOGL_cjs.init_cjs_shims();
1552
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1553
1553
 
1554
1554
  // ../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js
1555
- chunkWHP3GOGL_cjs.init_cjs_shims();
1555
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1556
1556
  function pathKey(options = {}) {
1557
1557
  const {
1558
1558
  env = process.env,
@@ -1565,7 +1565,7 @@ function pathKey(options = {}) {
1565
1565
  }
1566
1566
 
1567
1567
  // ../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/node.js
1568
- chunkWHP3GOGL_cjs.init_cjs_shims();
1568
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1569
1569
  util.promisify(child_process.execFile);
1570
1570
  function toPath(urlOrPath) {
1571
1571
  return urlOrPath instanceof URL ? url.fileURLToPath(urlOrPath) : urlOrPath;
@@ -1626,10 +1626,10 @@ var npmRunPathEnv = ({ env = process4__namespace.default.env, ...options } = {})
1626
1626
  };
1627
1627
 
1628
1628
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/kill.js
1629
- chunkWHP3GOGL_cjs.init_cjs_shims();
1629
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1630
1630
 
1631
1631
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/final-error.js
1632
- chunkWHP3GOGL_cjs.init_cjs_shims();
1632
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1633
1633
  var getFinalError = (originalError, message, isSync) => {
1634
1634
  const ErrorClass = isSync ? ExecaSyncError : ExecaError;
1635
1635
  const options = originalError instanceof DiscardedError ? {} : { cause: originalError };
@@ -1662,13 +1662,13 @@ var ExecaSyncError = class extends Error {
1662
1662
  setErrorName(ExecaSyncError, ExecaSyncError.name);
1663
1663
 
1664
1664
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/signal.js
1665
- chunkWHP3GOGL_cjs.init_cjs_shims();
1665
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1666
1666
 
1667
1667
  // ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/main.js
1668
- chunkWHP3GOGL_cjs.init_cjs_shims();
1668
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1669
1669
 
1670
1670
  // ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/realtime.js
1671
- chunkWHP3GOGL_cjs.init_cjs_shims();
1671
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1672
1672
  var getRealtimeSignals = () => {
1673
1673
  const length = SIGRTMAX - SIGRTMIN + 1;
1674
1674
  return Array.from({ length }, getRealtimeSignal);
@@ -1684,10 +1684,10 @@ var SIGRTMIN = 34;
1684
1684
  var SIGRTMAX = 64;
1685
1685
 
1686
1686
  // ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/signals.js
1687
- chunkWHP3GOGL_cjs.init_cjs_shims();
1687
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1688
1688
 
1689
1689
  // ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/core.js
1690
- chunkWHP3GOGL_cjs.init_cjs_shims();
1690
+ chunkLF3UWBBA_cjs.init_cjs_shims();
1691
1691
  var SIGNALS = [
1692
1692
  {
1693
1693
  name: "SIGHUP",
@@ -2145,10 +2145,10 @@ var killOnTimeout = async ({ kill, forceKillAfterDelay, context, controllerSigna
2145
2145
  };
2146
2146
 
2147
2147
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cancel.js
2148
- chunkWHP3GOGL_cjs.init_cjs_shims();
2148
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2149
2149
 
2150
2150
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/abort-signal.js
2151
- chunkWHP3GOGL_cjs.init_cjs_shims();
2151
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2152
2152
  var onAbortedSignal = async (mainSignal, stopSignal) => {
2153
2153
  if (!mainSignal.aborted) {
2154
2154
  await events.once(mainSignal, "abort", { signal: stopSignal });
@@ -2170,16 +2170,16 @@ var terminateOnCancel = async (subprocess, cancelSignal, context, { signal }) =>
2170
2170
  };
2171
2171
 
2172
2172
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/graceful.js
2173
- chunkWHP3GOGL_cjs.init_cjs_shims();
2173
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2174
2174
 
2175
2175
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/graceful.js
2176
- chunkWHP3GOGL_cjs.init_cjs_shims();
2176
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2177
2177
 
2178
2178
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/send.js
2179
- chunkWHP3GOGL_cjs.init_cjs_shims();
2179
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2180
2180
 
2181
2181
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/validation.js
2182
- chunkWHP3GOGL_cjs.init_cjs_shims();
2182
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2183
2183
  var validateIpcMethod = ({ methodName, isSubprocess, ipc, isConnected: isConnected2 }) => {
2184
2184
  validateIpcOption(methodName, isSubprocess, ipc);
2185
2185
  validateConnection(methodName, isSubprocess, isConnected2);
@@ -2252,10 +2252,10 @@ var disconnect = (anyProcess) => {
2252
2252
  };
2253
2253
 
2254
2254
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/outgoing.js
2255
- chunkWHP3GOGL_cjs.init_cjs_shims();
2255
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2256
2256
 
2257
2257
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/deferred.js
2258
- chunkWHP3GOGL_cjs.init_cjs_shims();
2258
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2259
2259
  var createDeferred = () => {
2260
2260
  const methods = {};
2261
2261
  const promise = new Promise((resolve, reject) => {
@@ -2265,7 +2265,7 @@ var createDeferred = () => {
2265
2265
  };
2266
2266
 
2267
2267
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/fd-options.js
2268
- chunkWHP3GOGL_cjs.init_cjs_shims();
2268
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2269
2269
  var getToStream = (destination, to = "stdin") => {
2270
2270
  const isWritable = true;
2271
2271
  const { options, fileDescriptors } = SUBPROCESS_OPTIONS.get(destination);
@@ -2346,10 +2346,10 @@ var serializeOptionValue = (value) => {
2346
2346
  };
2347
2347
 
2348
2348
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/strict.js
2349
- chunkWHP3GOGL_cjs.init_cjs_shims();
2349
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2350
2350
 
2351
2351
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/max-listeners.js
2352
- chunkWHP3GOGL_cjs.init_cjs_shims();
2352
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2353
2353
  var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
2354
2354
  const maxListeners = eventEmitter.getMaxListeners();
2355
2355
  if (maxListeners === 0 || maxListeners === Number.POSITIVE_INFINITY) {
@@ -2362,13 +2362,13 @@ var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
2362
2362
  };
2363
2363
 
2364
2364
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/forward.js
2365
- chunkWHP3GOGL_cjs.init_cjs_shims();
2365
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2366
2366
 
2367
2367
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/incoming.js
2368
- chunkWHP3GOGL_cjs.init_cjs_shims();
2368
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2369
2369
 
2370
2370
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/reference.js
2371
- chunkWHP3GOGL_cjs.init_cjs_shims();
2371
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2372
2372
  var addReference = (channel, reference) => {
2373
2373
  if (reference) {
2374
2374
  addReferenceCount(channel);
@@ -2766,7 +2766,7 @@ var getReason = ({ reason }) => {
2766
2766
  };
2767
2767
 
2768
2768
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/timeout.js
2769
- chunkWHP3GOGL_cjs.init_cjs_shims();
2769
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2770
2770
  var validateTimeout = ({ timeout }) => {
2771
2771
  if (timeout !== void 0 && (!Number.isFinite(timeout) || timeout < 0)) {
2772
2772
  throw new TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${timeout}\` (${typeof timeout})`);
@@ -2781,7 +2781,7 @@ var killAfterTimeout = async (subprocess, timeout, context, { signal }) => {
2781
2781
  };
2782
2782
 
2783
2783
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/node.js
2784
- chunkWHP3GOGL_cjs.init_cjs_shims();
2784
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2785
2785
  var mapNode = ({ options }) => {
2786
2786
  if (options.node === false) {
2787
2787
  throw new TypeError('The "node" option cannot be false with `execaNode()`.');
@@ -2821,7 +2821,7 @@ var handleNodeOption = (file, commandArguments, {
2821
2821
  };
2822
2822
 
2823
2823
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/ipc-input.js
2824
- chunkWHP3GOGL_cjs.init_cjs_shims();
2824
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2825
2825
  var validateIpcInputOption = ({ ipcInput, ipc, serialization }) => {
2826
2826
  if (ipcInput === void 0) {
2827
2827
  return;
@@ -2857,7 +2857,7 @@ var sendIpcInput = async (subprocess, ipcInput) => {
2857
2857
  };
2858
2858
 
2859
2859
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/encoding-option.js
2860
- chunkWHP3GOGL_cjs.init_cjs_shims();
2860
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2861
2861
  var validateEncoding = ({ encoding }) => {
2862
2862
  if (ENCODINGS.has(encoding)) {
2863
2863
  return;
@@ -2900,7 +2900,7 @@ var ENCODING_ALIASES = {
2900
2900
  var serializeEncoding = (encoding) => typeof encoding === "string" ? `"${encoding}"` : String(encoding);
2901
2901
 
2902
2902
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/cwd.js
2903
- chunkWHP3GOGL_cjs.init_cjs_shims();
2903
+ chunkLF3UWBBA_cjs.init_cjs_shims();
2904
2904
  var normalizeCwd = (cwd = getDefaultCwd()) => {
2905
2905
  const cwdString = safeNormalizeFileUrl(cwd, 'The "cwd" option');
2906
2906
  return path2__default.default.resolve(cwdString);
@@ -3005,13 +3005,13 @@ var getEnv = ({ env: envOption, extendEnv, preferLocal, node, localDirectory, no
3005
3005
  };
3006
3006
 
3007
3007
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/result.js
3008
- chunkWHP3GOGL_cjs.init_cjs_shims();
3008
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3009
3009
 
3010
3010
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/message.js
3011
- chunkWHP3GOGL_cjs.init_cjs_shims();
3011
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3012
3012
 
3013
3013
  // ../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js
3014
- chunkWHP3GOGL_cjs.init_cjs_shims();
3014
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3015
3015
  function stripFinalNewline(input) {
3016
3016
  if (typeof input === "string") {
3017
3017
  return stripFinalNewlineString(input);
@@ -3029,16 +3029,16 @@ var CR = "\r";
3029
3029
  var CR_BINARY = CR.codePointAt(0);
3030
3030
 
3031
3031
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/max-buffer.js
3032
- chunkWHP3GOGL_cjs.init_cjs_shims();
3032
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3033
3033
 
3034
3034
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
3035
- chunkWHP3GOGL_cjs.init_cjs_shims();
3035
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3036
3036
 
3037
3037
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js
3038
- chunkWHP3GOGL_cjs.init_cjs_shims();
3038
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3039
3039
 
3040
3040
  // ../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js
3041
- chunkWHP3GOGL_cjs.init_cjs_shims();
3041
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3042
3042
  function isStream(stream, { checkOpen = true } = {}) {
3043
3043
  return stream !== null && typeof stream === "object" && (stream.writable || stream.readable || !checkOpen || stream.writable === void 0 && stream.readable === void 0) && typeof stream.pipe === "function";
3044
3044
  }
@@ -3053,10 +3053,10 @@ function isDuplexStream(stream, options) {
3053
3053
  }
3054
3054
 
3055
3055
  // ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js
3056
- chunkWHP3GOGL_cjs.init_cjs_shims();
3056
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3057
3057
 
3058
3058
  // ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js
3059
- chunkWHP3GOGL_cjs.init_cjs_shims();
3059
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3060
3060
  var a = Object.getPrototypeOf(
3061
3061
  Object.getPrototypeOf(
3062
3062
  /* istanbul ignore next */
@@ -3145,7 +3145,7 @@ function h({ preventCancel: r = false } = {}) {
3145
3145
  }
3146
3146
 
3147
3147
  // ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js
3148
- chunkWHP3GOGL_cjs.init_cjs_shims();
3148
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3149
3149
 
3150
3150
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js
3151
3151
  var getAsyncIterable = (stream) => {
@@ -3196,13 +3196,13 @@ var handleStreamEnd = async (stream, controller, state) => {
3196
3196
  var nodeImports = {};
3197
3197
 
3198
3198
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/exports.js
3199
- chunkWHP3GOGL_cjs.init_cjs_shims();
3199
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3200
3200
 
3201
3201
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array.js
3202
- chunkWHP3GOGL_cjs.init_cjs_shims();
3202
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3203
3203
 
3204
3204
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js
3205
- chunkWHP3GOGL_cjs.init_cjs_shims();
3205
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3206
3206
  var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
3207
3207
  const asyncIterable = getAsyncIterable(stream);
3208
3208
  const state = init();
@@ -3298,7 +3298,7 @@ var MaxBufferError = class extends Error {
3298
3298
  };
3299
3299
 
3300
3300
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js
3301
- chunkWHP3GOGL_cjs.init_cjs_shims();
3301
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3302
3302
  var identity2 = (value) => value;
3303
3303
  var noop = () => void 0;
3304
3304
  var getContentsProperty = ({ contents }) => contents;
@@ -3335,7 +3335,7 @@ var arrayMethods = {
3335
3335
  };
3336
3336
 
3337
3337
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array-buffer.js
3338
- chunkWHP3GOGL_cjs.init_cjs_shims();
3338
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3339
3339
  async function getStreamAsArrayBuffer(stream, options) {
3340
3340
  return getStreamContents(stream, arrayBufferMethods, options);
3341
3341
  }
@@ -3389,7 +3389,7 @@ var arrayBufferMethods = {
3389
3389
  };
3390
3390
 
3391
3391
  // ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/string.js
3392
- chunkWHP3GOGL_cjs.init_cjs_shims();
3392
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3393
3393
  async function getStreamAsString(stream, options) {
3394
3394
  return getStreamContents(stream, stringMethods, options);
3395
3395
  }
@@ -3772,16 +3772,16 @@ var normalizeExitPayload = (rawExitCode, rawSignal) => {
3772
3772
  };
3773
3773
 
3774
3774
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/reject.js
3775
- chunkWHP3GOGL_cjs.init_cjs_shims();
3775
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3776
3776
 
3777
3777
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/complete.js
3778
- chunkWHP3GOGL_cjs.init_cjs_shims();
3778
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3779
3779
 
3780
3780
  // ../../node_modules/.pnpm/pretty-ms@9.2.0/node_modules/pretty-ms/index.js
3781
- chunkWHP3GOGL_cjs.init_cjs_shims();
3781
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3782
3782
 
3783
3783
  // ../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/index.js
3784
- chunkWHP3GOGL_cjs.init_cjs_shims();
3784
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3785
3785
  var toZeroIfInfinity = (value) => Number.isFinite(value) ? value : 0;
3786
3786
  function parseNumber(milliseconds) {
3787
3787
  return {
@@ -3920,7 +3920,7 @@ function prettyMilliseconds(milliseconds, options) {
3920
3920
  }
3921
3921
 
3922
3922
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/error.js
3923
- chunkWHP3GOGL_cjs.init_cjs_shims();
3923
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3924
3924
  var logError = (result, verboseInfo) => {
3925
3925
  if (result.failed) {
3926
3926
  verboseLog({
@@ -3960,16 +3960,16 @@ var handleResult = (result, verboseInfo, { reject }) => {
3960
3960
  };
3961
3961
 
3962
3962
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle-sync.js
3963
- chunkWHP3GOGL_cjs.init_cjs_shims();
3963
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3964
3964
 
3965
3965
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle.js
3966
- chunkWHP3GOGL_cjs.init_cjs_shims();
3966
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3967
3967
 
3968
3968
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/normalize.js
3969
- chunkWHP3GOGL_cjs.init_cjs_shims();
3969
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3970
3970
 
3971
3971
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/type.js
3972
- chunkWHP3GOGL_cjs.init_cjs_shims();
3972
+ chunkLF3UWBBA_cjs.init_cjs_shims();
3973
3973
  var getStdioItemType = (value, optionName) => {
3974
3974
  if (isAsyncGenerator(value)) {
3975
3975
  return "asyncGenerator";
@@ -4096,7 +4096,7 @@ var TYPE_TO_MESSAGE = {
4096
4096
  };
4097
4097
 
4098
4098
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/object-mode.js
4099
- chunkWHP3GOGL_cjs.init_cjs_shims();
4099
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4100
4100
  var getTransformObjectModes = (objectMode, index, newTransforms, direction) => direction === "output" ? getOutputObjectModes(objectMode, index, newTransforms) : getInputObjectModes(objectMode, index, newTransforms);
4101
4101
  var getOutputObjectModes = (objectMode, index, newTransforms) => {
4102
4102
  const writableObjectMode = index !== 0 && newTransforms[index - 1].value.readableObjectMode;
@@ -4211,7 +4211,7 @@ var normalizeGenerator = ({ stdioItem, stdioItem: { value }, index, newTransform
4211
4211
  var sortTransforms = (newTransforms, direction) => direction === "input" ? newTransforms.reverse() : newTransforms;
4212
4212
 
4213
4213
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/direction.js
4214
- chunkWHP3GOGL_cjs.init_cjs_shims();
4214
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4215
4215
  var getStreamDirection = (stdioItems, fdNumber, optionName) => {
4216
4216
  const directions = stdioItems.map((stdioItem) => getStdioItemDirection(stdioItem, fdNumber));
4217
4217
  if (directions.includes("input") && directions.includes("output")) {
@@ -4261,10 +4261,10 @@ var getStandardStreamDirection = (value) => {
4261
4261
  var DEFAULT_DIRECTION = "output";
4262
4262
 
4263
4263
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/stdio-option.js
4264
- chunkWHP3GOGL_cjs.init_cjs_shims();
4264
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4265
4265
 
4266
4266
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/array.js
4267
- chunkWHP3GOGL_cjs.init_cjs_shims();
4267
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4268
4268
  var normalizeIpcStdioArray = (stdioArray, ipc) => ipc && !stdioArray.includes("ipc") ? [...stdioArray, "ipc"] : stdioArray;
4269
4269
 
4270
4270
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/stdio-option.js
@@ -4302,7 +4302,7 @@ var normalizeStdioSync = (stdioArray, buffer, verboseInfo) => stdioArray.map((st
4302
4302
  var isOutputPipeOnly = (stdioOption) => stdioOption === "pipe" || Array.isArray(stdioOption) && stdioOption.every((item) => item === "pipe");
4303
4303
 
4304
4304
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/native.js
4305
- chunkWHP3GOGL_cjs.init_cjs_shims();
4305
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4306
4306
  var handleNativeStream = ({ stdioItem, stdioItem: { type }, isStdioArray, fdNumber, direction, isSync }) => {
4307
4307
  if (!isStdioArray || type !== "native") {
4308
4308
  return stdioItem;
@@ -4370,7 +4370,7 @@ var getStandardStream = (fdNumber, value, optionName) => {
4370
4370
  };
4371
4371
 
4372
4372
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/input-option.js
4373
- chunkWHP3GOGL_cjs.init_cjs_shims();
4373
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4374
4374
  var handleInputOptions = ({ input, inputFile }, fdNumber) => fdNumber === 0 ? [
4375
4375
  ...handleInputOption(input),
4376
4376
  ...handleInputFileOption(inputFile)
@@ -4407,7 +4407,7 @@ var getInputFileType = (inputFile) => {
4407
4407
  };
4408
4408
 
4409
4409
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/duplicate.js
4410
- chunkWHP3GOGL_cjs.init_cjs_shims();
4410
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4411
4411
  var filterDuplicates = (stdioItems) => stdioItems.filter((stdioItemOne, indexOne) => stdioItems.every((stdioItemTwo, indexTwo) => stdioItemOne.value !== stdioItemTwo.value || indexOne >= indexTwo || stdioItemOne.type === "generator" || stdioItemOne.type === "asyncGenerator"));
4412
4412
  var getDuplicateStream = ({ stdioItem: { type, value, optionName }, direction, fileDescriptors, isSync }) => {
4413
4413
  const otherStdioItems = getOtherStdioItems(fileDescriptors, type);
@@ -4689,18 +4689,18 @@ var addPropertiesSync = {
4689
4689
  };
4690
4690
 
4691
4691
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/strip-newline.js
4692
- chunkWHP3GOGL_cjs.init_cjs_shims();
4692
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4693
4693
  var stripNewline = (value, { stripFinalNewline: stripFinalNewline2 }, fdNumber) => getStripFinalNewline(stripFinalNewline2, fdNumber) && value !== void 0 && !Array.isArray(value) ? stripFinalNewline(value) : value;
4694
4694
  var getStripFinalNewline = (stripFinalNewline2, fdNumber) => fdNumber === "all" ? stripFinalNewline2[1] || stripFinalNewline2[2] : stripFinalNewline2[fdNumber];
4695
4695
 
4696
4696
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/input-sync.js
4697
- chunkWHP3GOGL_cjs.init_cjs_shims();
4697
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4698
4698
 
4699
4699
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/generator.js
4700
- chunkWHP3GOGL_cjs.init_cjs_shims();
4700
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4701
4701
 
4702
4702
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/split.js
4703
- chunkWHP3GOGL_cjs.init_cjs_shims();
4703
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4704
4704
  var getSplitLinesGenerator = (binary, preserveNewlines, skipped, state) => binary || skipped ? void 0 : initializeSplitLines(preserveNewlines, state);
4705
4705
  var splitLinesSync = (chunk, preserveNewlines, objectMode) => objectMode ? chunk.flatMap((item) => splitLinesItemSync(item, preserveNewlines)) : splitLinesItemSync(chunk, preserveNewlines);
4706
4706
  var splitLinesItemSync = (chunk, preserveNewlines) => {
@@ -4781,7 +4781,7 @@ var linesUint8ArrayInfo = {
4781
4781
  };
4782
4782
 
4783
4783
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/validate.js
4784
- chunkWHP3GOGL_cjs.init_cjs_shims();
4784
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4785
4785
  var getValidateTransformInput = (writableObjectMode, optionName) => writableObjectMode ? void 0 : validateStringTransformInput.bind(void 0, optionName);
4786
4786
  var validateStringTransformInput = function* (optionName, chunk) {
4787
4787
  if (typeof chunk !== "string" && !isUint8Array(chunk) && !buffer.Buffer.isBuffer(chunk)) {
@@ -4810,7 +4810,7 @@ Instead, \`yield\` should either be called with a value, or not be called at all
4810
4810
  };
4811
4811
 
4812
4812
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/encoding-transform.js
4813
- chunkWHP3GOGL_cjs.init_cjs_shims();
4813
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4814
4814
  var getEncodingTransformGenerator = (binary, encoding, skipped) => {
4815
4815
  if (skipped) {
4816
4816
  return;
@@ -4844,7 +4844,7 @@ var encodingStringFinal = function* (stringDecoder) {
4844
4844
  };
4845
4845
 
4846
4846
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/run-async.js
4847
- chunkWHP3GOGL_cjs.init_cjs_shims();
4847
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4848
4848
  var pushChunks = util.callbackify(async (getChunks, state, getChunksArguments, transformStream) => {
4849
4849
  state.currentIterable = getChunks(...getChunksArguments);
4850
4850
  try {
@@ -4892,7 +4892,7 @@ var identityGenerator = function* (chunk) {
4892
4892
  };
4893
4893
 
4894
4894
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/run-sync.js
4895
- chunkWHP3GOGL_cjs.init_cjs_shims();
4895
+ chunkLF3UWBBA_cjs.init_cjs_shims();
4896
4896
  var pushChunksSync = (getChunksSync, getChunksArguments, transformStream, done) => {
4897
4897
  try {
4898
4898
  for (const chunk of getChunksSync(...getChunksArguments)) {
@@ -5022,10 +5022,10 @@ var validateSerializable = (newContents) => {
5022
5022
  };
5023
5023
 
5024
5024
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-sync.js
5025
- chunkWHP3GOGL_cjs.init_cjs_shims();
5025
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5026
5026
 
5027
5027
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/output.js
5028
- chunkWHP3GOGL_cjs.init_cjs_shims();
5028
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5029
5029
  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)));
5030
5030
  var fdUsesVerbose = (fdNumber) => fdNumber === 1 || fdNumber === 2;
5031
5031
  var PIPED_STDIO_VALUES = /* @__PURE__ */ new Set(["pipe", "overlapped"]);
@@ -5156,7 +5156,7 @@ var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
5156
5156
  };
5157
5157
 
5158
5158
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/all-sync.js
5159
- chunkWHP3GOGL_cjs.init_cjs_shims();
5159
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5160
5160
  var getAllSync = ([, stdout2, stderr], options) => {
5161
5161
  if (!options.all) {
5162
5162
  return;
@@ -5180,10 +5180,10 @@ var getAllSync = ([, stdout2, stderr], options) => {
5180
5180
  };
5181
5181
 
5182
5182
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/exit-sync.js
5183
- chunkWHP3GOGL_cjs.init_cjs_shims();
5183
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5184
5184
 
5185
5185
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/exit-async.js
5186
- chunkWHP3GOGL_cjs.init_cjs_shims();
5186
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5187
5187
  var waitForExit = async (subprocess, context) => {
5188
5188
  const [exitCode, signal] = await waitForExitOrError(subprocess);
5189
5189
  context.isForcefullyTerminated ??= false;
@@ -5369,13 +5369,13 @@ var getSyncResult = ({ error, exitCode, signal, timedOut, isMaxBuffer, stdio, al
5369
5369
  });
5370
5370
 
5371
5371
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-async.js
5372
- chunkWHP3GOGL_cjs.init_cjs_shims();
5372
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5373
5373
 
5374
5374
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/methods.js
5375
- chunkWHP3GOGL_cjs.init_cjs_shims();
5375
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5376
5376
 
5377
5377
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/get-one.js
5378
- chunkWHP3GOGL_cjs.init_cjs_shims();
5378
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5379
5379
  var getOneMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true, filter } = {}) => {
5380
5380
  validateIpcMethod({
5381
5381
  methodName: "getOneMessage",
@@ -5430,7 +5430,7 @@ var throwOnStrictError = async (ipcEmitter, isSubprocess, { signal }) => {
5430
5430
  };
5431
5431
 
5432
5432
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/get-each.js
5433
- chunkWHP3GOGL_cjs.init_cjs_shims();
5433
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5434
5434
  var getEachMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true } = {}) => loopOnMessages({
5435
5435
  anyProcess,
5436
5436
  channel,
@@ -5548,7 +5548,7 @@ var getIpcMethods = (anyProcess, isSubprocess, ipc) => ({
5548
5548
  });
5549
5549
 
5550
5550
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/early-error.js
5551
- chunkWHP3GOGL_cjs.init_cjs_shims();
5551
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5552
5552
  var handleEarlyError = ({ error, command, escapedCommand, fileDescriptors, options, startTime, verboseInfo }) => {
5553
5553
  cleanupCustomStreams(fileDescriptors);
5554
5554
  const subprocess = new child_process.ChildProcess();
@@ -5596,7 +5596,7 @@ var duplex = () => new stream.Duplex({ read() {
5596
5596
  var handleDummyPromise = async (error, verboseInfo, options) => handleResult(error, verboseInfo, options);
5597
5597
 
5598
5598
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle-async.js
5599
- chunkWHP3GOGL_cjs.init_cjs_shims();
5599
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5600
5600
  var handleStdioAsync = (options, verboseInfo) => handleStdio(addPropertiesAsync, options, verboseInfo, false);
5601
5601
  var forbiddenIfAsync = ({ type, optionName }) => {
5602
5602
  throw new TypeError(`The \`${optionName}\` option cannot be ${TYPE_TO_MESSAGE[type]}.`);
@@ -5639,10 +5639,10 @@ var addPropertiesAsync = {
5639
5639
  };
5640
5640
 
5641
5641
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-async.js
5642
- chunkWHP3GOGL_cjs.init_cjs_shims();
5642
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5643
5643
 
5644
5644
  // ../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js
5645
- chunkWHP3GOGL_cjs.init_cjs_shims();
5645
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5646
5646
  function mergeStreams(streams) {
5647
5647
  if (!Array.isArray(streams)) {
5648
5648
  throw new TypeError(`Expected an array, got \`${typeof streams}\`.`);
@@ -5857,7 +5857,7 @@ var PASSTHROUGH_LISTENERS_COUNT = 2;
5857
5857
  var PASSTHROUGH_LISTENERS_PER_STREAM = 1;
5858
5858
 
5859
5859
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/pipeline.js
5860
- chunkWHP3GOGL_cjs.init_cjs_shims();
5860
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5861
5861
  var pipeStreams = (source, destination) => {
5862
5862
  source.pipe(destination);
5863
5863
  onSourceFinish(source, destination);
@@ -5947,13 +5947,13 @@ var setStandardStreamMaxListeners = (stream, { signal }) => {
5947
5947
  var MAX_LISTENERS_INCREMENT = 2;
5948
5948
 
5949
5949
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cleanup.js
5950
- chunkWHP3GOGL_cjs.init_cjs_shims();
5950
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5951
5951
 
5952
5952
  // ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js
5953
- chunkWHP3GOGL_cjs.init_cjs_shims();
5953
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5954
5954
 
5955
5955
  // ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js
5956
- chunkWHP3GOGL_cjs.init_cjs_shims();
5956
+ chunkLF3UWBBA_cjs.init_cjs_shims();
5957
5957
  var signals = [];
5958
5958
  signals.push("SIGHUP", "SIGINT", "SIGTERM");
5959
5959
  if (process.platform !== "win32") {
@@ -6201,10 +6201,10 @@ var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
6201
6201
  };
6202
6202
 
6203
6203
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/setup.js
6204
- chunkWHP3GOGL_cjs.init_cjs_shims();
6204
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6205
6205
 
6206
6206
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/pipe-arguments.js
6207
- chunkWHP3GOGL_cjs.init_cjs_shims();
6207
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6208
6208
  var normalizePipeArguments = ({ source, sourcePromise, boundOptions, createNested }, ...pipeArguments) => {
6209
6209
  const startTime = getStartTime();
6210
6210
  const {
@@ -6278,7 +6278,7 @@ var getSourceStream = (source, from) => {
6278
6278
  };
6279
6279
 
6280
6280
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/throw.js
6281
- chunkWHP3GOGL_cjs.init_cjs_shims();
6281
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6282
6282
  var handlePipeArgumentsError = ({
6283
6283
  sourceStream,
6284
6284
  sourceError,
@@ -6328,7 +6328,7 @@ var createNonCommandError = ({ error, fileDescriptors, sourceOptions, startTime
6328
6328
  var PIPE_COMMAND_MESSAGE = "source.pipe(destination)";
6329
6329
 
6330
6330
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/sequence.js
6331
- chunkWHP3GOGL_cjs.init_cjs_shims();
6331
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6332
6332
  var waitForBothSubprocesses = async (subprocessPromises) => {
6333
6333
  const [
6334
6334
  { status: sourceStatus, reason: sourceReason, value: sourceResult = sourceReason },
@@ -6347,7 +6347,7 @@ var waitForBothSubprocesses = async (subprocessPromises) => {
6347
6347
  };
6348
6348
 
6349
6349
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/streaming.js
6350
- chunkWHP3GOGL_cjs.init_cjs_shims();
6350
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6351
6351
  var pipeSubprocessStream = (sourceStream, destinationStream, maxListenersController) => {
6352
6352
  const mergedStream = MERGED_STREAMS.has(destinationStream) ? pipeMoreSubprocessStream(sourceStream, destinationStream) : pipeFirstSubprocessStream(sourceStream, destinationStream);
6353
6353
  incrementMaxListeners(sourceStream, SOURCE_LISTENERS_PER_PIPE, maxListenersController.signal);
@@ -6378,7 +6378,7 @@ var SOURCE_LISTENERS_PER_PIPE = 2;
6378
6378
  var DESTINATION_LISTENERS_PER_PIPE = 1;
6379
6379
 
6380
6380
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/abort.js
6381
- chunkWHP3GOGL_cjs.init_cjs_shims();
6381
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6382
6382
  var unpipeOnAbort = (unpipeSignal, unpipeContext) => unpipeSignal === void 0 ? [] : [unpipeOnSignalAbort(unpipeSignal, unpipeContext)];
6383
6383
  var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fileDescriptors, sourceOptions, startTime }) => {
6384
6384
  await util.aborted(unpipeSignal, sourceStream);
@@ -6452,16 +6452,16 @@ var handlePipePromise = async ({
6452
6452
  var getSubprocessPromises = (sourcePromise, destination) => Promise.allSettled([sourcePromise, destination]);
6453
6453
 
6454
6454
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/all-async.js
6455
- chunkWHP3GOGL_cjs.init_cjs_shims();
6455
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6456
6456
 
6457
6457
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/stdio.js
6458
- chunkWHP3GOGL_cjs.init_cjs_shims();
6458
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6459
6459
 
6460
6460
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/contents.js
6461
- chunkWHP3GOGL_cjs.init_cjs_shims();
6461
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6462
6462
 
6463
6463
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/iterate.js
6464
- chunkWHP3GOGL_cjs.init_cjs_shims();
6464
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6465
6465
  var iterateOnSubprocessStream = ({ subprocessStdout, subprocess, binary, shouldEncode, encoding, preserveNewlines }) => {
6466
6466
  const controller = new AbortController();
6467
6467
  stopReadingOnExit(subprocess, controller);
@@ -6644,7 +6644,7 @@ var getBufferedData = async (streamPromise) => {
6644
6644
  var handleBufferedData = ({ bufferedData }) => isArrayBuffer(bufferedData) ? new Uint8Array(bufferedData) : bufferedData;
6645
6645
 
6646
6646
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/wait-stream.js
6647
- chunkWHP3GOGL_cjs.init_cjs_shims();
6647
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6648
6648
  var waitForStream = async (stream, fdNumber, streamInfo, { isSameDirection, stopOnExit = false } = {}) => {
6649
6649
  const state = handleStdinDestroy(stream, streamInfo);
6650
6650
  const abortController = new AbortController();
@@ -6766,13 +6766,13 @@ var getAllStream = ({ stdout: stdout2, stderr, all }, [, bufferStdout, bufferStd
6766
6766
  var getAllMixed = ({ all, stdout: stdout2, stderr }) => all && stdout2 && stderr && stdout2.readableObjectMode !== stderr.readableObjectMode;
6767
6767
 
6768
6768
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/wait-subprocess.js
6769
- chunkWHP3GOGL_cjs.init_cjs_shims();
6769
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6770
6770
 
6771
6771
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/buffer-messages.js
6772
- chunkWHP3GOGL_cjs.init_cjs_shims();
6772
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6773
6773
 
6774
6774
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/ipc.js
6775
- chunkWHP3GOGL_cjs.init_cjs_shims();
6775
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6776
6776
  var shouldLogIpc = (verboseInfo) => isFullVerbose(verboseInfo, "ipc");
6777
6777
  var logIpcOutput = (message, verboseInfo) => {
6778
6778
  const verboseMessage = serializeVerboseMessage(message);
@@ -6939,10 +6939,10 @@ var throwOnSubprocessError = async (subprocess, { signal }) => {
6939
6939
  };
6940
6940
 
6941
6941
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/add.js
6942
- chunkWHP3GOGL_cjs.init_cjs_shims();
6942
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6943
6943
 
6944
6944
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/concurrent.js
6945
- chunkWHP3GOGL_cjs.init_cjs_shims();
6945
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6946
6946
  var initializeConcurrentStreams = () => ({
6947
6947
  readableDestroy: /* @__PURE__ */ new WeakMap(),
6948
6948
  writableFinal: /* @__PURE__ */ new WeakMap(),
@@ -6969,10 +6969,10 @@ var waitForConcurrentStreams = async ({ resolve, promises }, subprocess) => {
6969
6969
  };
6970
6970
 
6971
6971
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/readable.js
6972
- chunkWHP3GOGL_cjs.init_cjs_shims();
6972
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6973
6973
 
6974
6974
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/shared.js
6975
- chunkWHP3GOGL_cjs.init_cjs_shims();
6975
+ chunkLF3UWBBA_cjs.init_cjs_shims();
6976
6976
  var safeWaitForSubprocessStdin = async (subprocessStdin) => {
6977
6977
  if (subprocessStdin === void 0) {
6978
6978
  return;
@@ -7097,7 +7097,7 @@ var destroyOtherReadable = (stream, error) => {
7097
7097
  };
7098
7098
 
7099
7099
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/writable.js
7100
- chunkWHP3GOGL_cjs.init_cjs_shims();
7100
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7101
7101
  var createWritable = ({ subprocess, concurrentStreams }, { to } = {}) => {
7102
7102
  const { subprocessStdin, waitWritableFinal, waitWritableDestroy } = getSubprocessStdin(subprocess, to, concurrentStreams);
7103
7103
  const writable2 = new stream.Writable({
@@ -7162,7 +7162,7 @@ var destroyOtherWritable = (stream, error) => {
7162
7162
  };
7163
7163
 
7164
7164
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/duplex.js
7165
- chunkWHP3GOGL_cjs.init_cjs_shims();
7165
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7166
7166
  var createDuplex = ({ subprocess, concurrentStreams, encoding }, { from, to, binary: binaryOption = true, preserveNewlines = true } = {}) => {
7167
7167
  const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
7168
7168
  const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
@@ -7215,7 +7215,7 @@ var onDuplexDestroy = async ({ subprocessStdout, subprocessStdin, subprocess, wa
7215
7215
  };
7216
7216
 
7217
7217
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/iterable.js
7218
- chunkWHP3GOGL_cjs.init_cjs_shims();
7218
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7219
7219
  var createIterable = (subprocess, encoding, {
7220
7220
  from,
7221
7221
  binary: binaryOption = false,
@@ -7255,7 +7255,7 @@ var addConvertedStreams = (subprocess, { encoding }) => {
7255
7255
  };
7256
7256
 
7257
7257
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/promise.js
7258
- chunkWHP3GOGL_cjs.init_cjs_shims();
7258
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7259
7259
  var mergePromise = (subprocess, promise) => {
7260
7260
  for (const [property, descriptor] of descriptors) {
7261
7261
  const value = descriptor.value.bind(promise);
@@ -7425,7 +7425,7 @@ var getAsyncResult = ({ errorInfo, exitCode, signal, stdio, all, ipcOutput, cont
7425
7425
  });
7426
7426
 
7427
7427
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/bind.js
7428
- chunkWHP3GOGL_cjs.init_cjs_shims();
7428
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7429
7429
  var mergeOptions = (boundOptions, options) => {
7430
7430
  const newOptions = Object.fromEntries(
7431
7431
  Object.entries(options).map(([optionName, optionValue]) => [
@@ -7490,7 +7490,7 @@ var parseArguments = ({ mapArguments, firstArgument, nextArguments, deepOptions,
7490
7490
  };
7491
7491
 
7492
7492
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/command.js
7493
- chunkWHP3GOGL_cjs.init_cjs_shims();
7493
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7494
7494
  var mapCommandAsync = ({ file, commandArguments }) => parseCommand(file, commandArguments);
7495
7495
  var mapCommandSync = ({ file, commandArguments }) => ({ ...parseCommand(file, commandArguments), isSync: true });
7496
7496
  var parseCommand = (command, unusedArguments) => {
@@ -7522,7 +7522,7 @@ var parseCommandString = (command) => {
7522
7522
  var SPACES_REGEXP = / +/g;
7523
7523
 
7524
7524
  // ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/script.js
7525
- chunkWHP3GOGL_cjs.init_cjs_shims();
7525
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7526
7526
  var setScriptSync = (boundExeca, createNested, boundOptions) => {
7527
7527
  boundExeca.sync = createNested(mapScriptSync, boundOptions);
7528
7528
  boundExeca.s = boundExeca.sync;
@@ -7543,7 +7543,7 @@ createExeca(mapScriptAsync, {}, deepScriptOptions, setScriptSync);
7543
7543
  getIpcExport();
7544
7544
 
7545
7545
  // src/utils/Writables.ts
7546
- chunkWHP3GOGL_cjs.init_cjs_shims();
7546
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7547
7547
  var ConsolaWritable = class extends stream.Writable {
7548
7548
  consola;
7549
7549
  command;
@@ -7559,14 +7559,14 @@ var ConsolaWritable = class extends stream.Writable {
7559
7559
  };
7560
7560
 
7561
7561
  // ../../node_modules/.pnpm/p-queue@8.1.0/node_modules/p-queue/dist/index.js
7562
- chunkWHP3GOGL_cjs.init_cjs_shims();
7562
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7563
7563
 
7564
7564
  // ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.mjs
7565
- chunkWHP3GOGL_cjs.init_cjs_shims();
7566
- var import_index = chunkWHP3GOGL_cjs.__toESM(require_eventemitter3(), 1);
7565
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7566
+ var import_index = chunkLF3UWBBA_cjs.__toESM(require_eventemitter3(), 1);
7567
7567
 
7568
7568
  // ../../node_modules/.pnpm/p-timeout@6.1.3/node_modules/p-timeout/index.js
7569
- chunkWHP3GOGL_cjs.init_cjs_shims();
7569
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7570
7570
  var TimeoutError = class extends Error {
7571
7571
  constructor(message) {
7572
7572
  super(message);
@@ -7655,10 +7655,10 @@ function pTimeout(promise, options) {
7655
7655
  }
7656
7656
 
7657
7657
  // ../../node_modules/.pnpm/p-queue@8.1.0/node_modules/p-queue/dist/priority-queue.js
7658
- chunkWHP3GOGL_cjs.init_cjs_shims();
7658
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7659
7659
 
7660
7660
  // ../../node_modules/.pnpm/p-queue@8.1.0/node_modules/p-queue/dist/lower-bound.js
7661
- chunkWHP3GOGL_cjs.init_cjs_shims();
7661
+ chunkLF3UWBBA_cjs.init_cjs_shims();
7662
7662
  function lowerBound(array, value, comparator) {
7663
7663
  let first = 0;
7664
7664
  let count2 = array.length;
@@ -8075,7 +8075,7 @@ async function executeHooks({ hooks, logger: logger$1 }) {
8075
8075
  }
8076
8076
 
8077
8077
  // src/utils/getErrorCauses.ts
8078
- chunkWHP3GOGL_cjs.init_cjs_shims();
8078
+ chunkLF3UWBBA_cjs.init_cjs_shims();
8079
8079
  function getErrorCauses(errors) {
8080
8080
  return errors.reduce((prev, error) => {
8081
8081
  const causedError = error?.cause;
@@ -8089,10 +8089,10 @@ function getErrorCauses(errors) {
8089
8089
  }
8090
8090
 
8091
8091
  // src/utils/getSummary.ts
8092
- chunkWHP3GOGL_cjs.init_cjs_shims();
8092
+ chunkLF3UWBBA_cjs.init_cjs_shims();
8093
8093
 
8094
8094
  // src/utils/parseHrtimeToSeconds.ts
8095
- chunkWHP3GOGL_cjs.init_cjs_shims();
8095
+ chunkLF3UWBBA_cjs.init_cjs_shims();
8096
8096
  function parseHrtimeToSeconds(hrtime2) {
8097
8097
  const seconds = (hrtime2[0] + hrtime2[1] / 1e9).toFixed(3);
8098
8098
  return seconds;
@@ -8240,5 +8240,5 @@ ${logFiles.join("\n")}`);
8240
8240
  }
8241
8241
 
8242
8242
  exports.generate = generate;
8243
- //# sourceMappingURL=generate-AW65X6DT.cjs.map
8244
- //# sourceMappingURL=generate-AW65X6DT.cjs.map
8243
+ //# sourceMappingURL=generate-HH7NBP3J.cjs.map
8244
+ //# sourceMappingURL=generate-HH7NBP3J.cjs.map