@kubb/cli 3.12.1 → 3.13.1
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.
- package/dist/{chunk-PRP3VOSA.cjs → chunk-EGPY7KZT.cjs} +4 -4
- package/dist/{chunk-PRP3VOSA.cjs.map → chunk-EGPY7KZT.cjs.map} +1 -1
- package/dist/{generate-2FRAT63I.cjs → generate-4F5PQZNA.cjs} +10 -10
- package/dist/{generate-2FRAT63I.cjs.map → generate-4F5PQZNA.cjs.map} +1 -1
- package/dist/{generate-EU7TMQMC.cjs → generate-NXWDSHAC.cjs} +187 -187
- package/dist/{generate-EU7TMQMC.cjs.map → generate-NXWDSHAC.cjs.map} +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkEGPY7KZT_cjs = require('./chunk-EGPY7KZT.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 =
|
|
50
|
+
var require_windows = chunkEGPY7KZT_cjs.__commonJS({
|
|
51
51
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module) {
|
|
52
|
-
|
|
52
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
53
53
|
module.exports = isexe;
|
|
54
54
|
isexe.sync = sync;
|
|
55
|
-
var fs =
|
|
55
|
+
var fs = chunkEGPY7KZT_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 = chunkPRP3VOSA_cjs.__commonJS({
|
|
|
88
88
|
});
|
|
89
89
|
|
|
90
90
|
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js
|
|
91
|
-
var require_mode =
|
|
91
|
+
var require_mode = chunkEGPY7KZT_cjs.__commonJS({
|
|
92
92
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module) {
|
|
93
|
-
|
|
93
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
94
94
|
module.exports = isexe;
|
|
95
95
|
isexe.sync = sync;
|
|
96
|
-
var fs =
|
|
96
|
+
var fs = chunkEGPY7KZT_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 = chunkPRP3VOSA_cjs.__commonJS({
|
|
|
122
122
|
});
|
|
123
123
|
|
|
124
124
|
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js
|
|
125
|
-
var require_isexe =
|
|
125
|
+
var require_isexe = chunkEGPY7KZT_cjs.__commonJS({
|
|
126
126
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module) {
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
128
|
+
chunkEGPY7KZT_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 = chunkPRP3VOSA_cjs.__commonJS({
|
|
|
178
178
|
});
|
|
179
179
|
|
|
180
180
|
// ../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js
|
|
181
|
-
var require_which =
|
|
181
|
+
var require_which = chunkEGPY7KZT_cjs.__commonJS({
|
|
182
182
|
"../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js"(exports, module) {
|
|
183
|
-
|
|
183
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
184
184
|
var isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
|
|
185
|
-
var path7 =
|
|
185
|
+
var path7 = chunkEGPY7KZT_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 = chunkPRP3VOSA_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 =
|
|
278
|
+
var require_path_key = chunkEGPY7KZT_cjs.__commonJS({
|
|
279
279
|
"../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js"(exports, module) {
|
|
280
|
-
|
|
280
|
+
chunkEGPY7KZT_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 = chunkPRP3VOSA_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 =
|
|
295
|
+
var require_resolveCommand = chunkEGPY7KZT_cjs.__commonJS({
|
|
296
296
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js"(exports, module) {
|
|
297
|
-
|
|
298
|
-
var path7 =
|
|
297
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
298
|
+
var path7 = chunkEGPY7KZT_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 = chunkPRP3VOSA_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 =
|
|
337
|
+
var require_escape = chunkEGPY7KZT_cjs.__commonJS({
|
|
338
338
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js"(exports, module) {
|
|
339
|
-
|
|
339
|
+
chunkEGPY7KZT_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 = chunkPRP3VOSA_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 =
|
|
362
|
+
var require_shebang_regex = chunkEGPY7KZT_cjs.__commonJS({
|
|
363
363
|
"../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js"(exports, module) {
|
|
364
|
-
|
|
364
|
+
chunkEGPY7KZT_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 =
|
|
370
|
+
var require_shebang_command = chunkEGPY7KZT_cjs.__commonJS({
|
|
371
371
|
"../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js"(exports, module) {
|
|
372
|
-
|
|
372
|
+
chunkEGPY7KZT_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 = chunkPRP3VOSA_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 =
|
|
390
|
+
var require_readShebang = chunkEGPY7KZT_cjs.__commonJS({
|
|
391
391
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js"(exports, module) {
|
|
392
|
-
|
|
393
|
-
var fs =
|
|
392
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
393
|
+
var fs = chunkEGPY7KZT_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 = chunkPRP3VOSA_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 =
|
|
412
|
+
var require_parse = chunkEGPY7KZT_cjs.__commonJS({
|
|
413
413
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js"(exports, module) {
|
|
414
|
-
|
|
415
|
-
var path7 =
|
|
414
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
415
|
+
var path7 = chunkEGPY7KZT_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 = chunkPRP3VOSA_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 =
|
|
474
|
+
var require_enoent = chunkEGPY7KZT_cjs.__commonJS({
|
|
475
475
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js"(exports, module) {
|
|
476
|
-
|
|
476
|
+
chunkEGPY7KZT_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 = chunkPRP3VOSA_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 =
|
|
524
|
+
var require_cross_spawn = chunkEGPY7KZT_cjs.__commonJS({
|
|
525
525
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js"(exports, module) {
|
|
526
|
-
|
|
527
|
-
var cp =
|
|
526
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
527
|
+
var cp = chunkEGPY7KZT_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 = chunkPRP3VOSA_cjs.__commonJS({
|
|
|
548
548
|
});
|
|
549
549
|
|
|
550
550
|
// ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js
|
|
551
|
-
var require_eventemitter3 =
|
|
551
|
+
var require_eventemitter3 = chunkEGPY7KZT_cjs.__commonJS({
|
|
552
552
|
"../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js"(exports, module) {
|
|
553
|
-
|
|
553
|
+
chunkEGPY7KZT_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 = chunkPRP3VOSA_cjs.__commonJS({
|
|
|
710
710
|
});
|
|
711
711
|
|
|
712
712
|
// src/runners/generate.ts
|
|
713
|
-
|
|
713
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
714
714
|
|
|
715
715
|
// src/utils/executeHooks.ts
|
|
716
|
-
|
|
716
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
717
717
|
|
|
718
718
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/index.js
|
|
719
|
-
|
|
719
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
720
720
|
|
|
721
721
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/create.js
|
|
722
|
-
|
|
722
|
+
chunkEGPY7KZT_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
|
-
|
|
725
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/methods/parameters.js
|
|
735
|
-
|
|
735
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
736
736
|
|
|
737
737
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/file-url.js
|
|
738
|
-
|
|
738
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/methods/template.js
|
|
772
|
-
|
|
772
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
773
773
|
|
|
774
774
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/uint-array.js
|
|
775
|
-
|
|
775
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/methods/main-sync.js
|
|
922
|
-
|
|
922
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
923
923
|
|
|
924
924
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/command.js
|
|
925
|
-
|
|
925
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
926
926
|
|
|
927
927
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/start.js
|
|
928
|
-
|
|
928
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
929
929
|
|
|
930
930
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/values.js
|
|
931
|
-
|
|
931
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
932
932
|
|
|
933
933
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/specific.js
|
|
934
|
-
|
|
934
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
935
935
|
|
|
936
936
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/standard-stream.js
|
|
937
|
-
|
|
937
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/verbose/log.js
|
|
1026
|
-
|
|
1026
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
1027
1027
|
|
|
1028
1028
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/escape.js
|
|
1029
|
-
|
|
1029
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/verbose/default.js
|
|
1073
|
-
|
|
1073
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
1074
1074
|
|
|
1075
1075
|
// ../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js
|
|
1076
|
-
|
|
1076
|
+
chunkEGPY7KZT_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
|
-
|
|
1079
|
+
chunkEGPY7KZT_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
|
-
|
|
1365
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/verbose/custom.js
|
|
1435
|
-
|
|
1435
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/verbose/info.js
|
|
1499
|
-
|
|
1499
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/return/duration.js
|
|
1528
|
-
|
|
1528
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/arguments/options.js
|
|
1548
|
-
|
|
1549
|
-
var import_cross_spawn =
|
|
1548
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
1549
|
+
var import_cross_spawn = chunkEGPY7KZT_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
|
-
|
|
1552
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
1553
1553
|
|
|
1554
1554
|
// ../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js
|
|
1555
|
-
|
|
1555
|
+
chunkEGPY7KZT_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
|
-
|
|
1568
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/terminate/kill.js
|
|
1629
|
-
|
|
1629
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
1630
1630
|
|
|
1631
1631
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/final-error.js
|
|
1632
|
-
|
|
1632
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/terminate/signal.js
|
|
1665
|
-
|
|
1665
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
1666
1666
|
|
|
1667
1667
|
// ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/main.js
|
|
1668
|
-
|
|
1668
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
1669
1669
|
|
|
1670
1670
|
// ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/realtime.js
|
|
1671
|
-
|
|
1671
|
+
chunkEGPY7KZT_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.1/node_modules/human-signals/build/src/signals.js
|
|
1687
|
-
|
|
1687
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
1688
1688
|
|
|
1689
1689
|
// ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/core.js
|
|
1690
|
-
|
|
1690
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/terminate/cancel.js
|
|
2148
|
-
|
|
2148
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
2149
2149
|
|
|
2150
2150
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/abort-signal.js
|
|
2151
|
-
|
|
2151
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/terminate/graceful.js
|
|
2173
|
-
|
|
2173
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
2174
2174
|
|
|
2175
2175
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/graceful.js
|
|
2176
|
-
|
|
2176
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
2177
2177
|
|
|
2178
2178
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/send.js
|
|
2179
|
-
|
|
2179
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
2180
2180
|
|
|
2181
2181
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/validation.js
|
|
2182
|
-
|
|
2182
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/ipc/outgoing.js
|
|
2255
|
-
|
|
2255
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
2256
2256
|
|
|
2257
2257
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/deferred.js
|
|
2258
|
-
|
|
2258
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/arguments/fd-options.js
|
|
2268
|
-
|
|
2268
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/ipc/strict.js
|
|
2349
|
-
|
|
2349
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
2350
2350
|
|
|
2351
2351
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/max-listeners.js
|
|
2352
|
-
|
|
2352
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/ipc/forward.js
|
|
2365
|
-
|
|
2365
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
2366
2366
|
|
|
2367
2367
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/incoming.js
|
|
2368
|
-
|
|
2368
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
2369
2369
|
|
|
2370
2370
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/reference.js
|
|
2371
|
-
|
|
2371
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/terminate/timeout.js
|
|
2769
|
-
|
|
2769
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/methods/node.js
|
|
2784
|
-
|
|
2784
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/ipc/ipc-input.js
|
|
2824
|
-
|
|
2824
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/arguments/encoding-option.js
|
|
2860
|
-
|
|
2860
|
+
chunkEGPY7KZT_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.6.0/node_modules/execa/lib/arguments/cwd.js
|
|
2903
|
-
|
|
2903
|
+
chunkEGPY7KZT_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,17 +3005,17 @@ var getEnv = ({ env: envOption, extendEnv, preferLocal, node, localDirectory, no
|
|
|
3005
3005
|
};
|
|
3006
3006
|
|
|
3007
3007
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/shell.js
|
|
3008
|
-
|
|
3008
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3009
3009
|
var concatenateShell = (file, commandArguments, options) => options.shell && commandArguments.length > 0 ? [[file, ...commandArguments].join(" "), [], options] : [file, commandArguments, options];
|
|
3010
3010
|
|
|
3011
3011
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/result.js
|
|
3012
|
-
|
|
3012
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3013
3013
|
|
|
3014
3014
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/message.js
|
|
3015
|
-
|
|
3015
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3016
3016
|
|
|
3017
3017
|
// ../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js
|
|
3018
|
-
|
|
3018
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3019
3019
|
function stripFinalNewline(input) {
|
|
3020
3020
|
if (typeof input === "string") {
|
|
3021
3021
|
return stripFinalNewlineString(input);
|
|
@@ -3033,16 +3033,16 @@ var CR = "\r";
|
|
|
3033
3033
|
var CR_BINARY = CR.codePointAt(0);
|
|
3034
3034
|
|
|
3035
3035
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/max-buffer.js
|
|
3036
|
-
|
|
3036
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3037
3037
|
|
|
3038
3038
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
|
|
3039
|
-
|
|
3039
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3040
3040
|
|
|
3041
3041
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js
|
|
3042
|
-
|
|
3042
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3043
3043
|
|
|
3044
3044
|
// ../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js
|
|
3045
|
-
|
|
3045
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3046
3046
|
function isStream(stream, { checkOpen = true } = {}) {
|
|
3047
3047
|
return stream !== null && typeof stream === "object" && (stream.writable || stream.readable || !checkOpen || stream.writable === void 0 && stream.readable === void 0) && typeof stream.pipe === "function";
|
|
3048
3048
|
}
|
|
@@ -3057,10 +3057,10 @@ function isDuplexStream(stream, options) {
|
|
|
3057
3057
|
}
|
|
3058
3058
|
|
|
3059
3059
|
// ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js
|
|
3060
|
-
|
|
3060
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3061
3061
|
|
|
3062
3062
|
// ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js
|
|
3063
|
-
|
|
3063
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3064
3064
|
var a = Object.getPrototypeOf(
|
|
3065
3065
|
Object.getPrototypeOf(
|
|
3066
3066
|
/* istanbul ignore next */
|
|
@@ -3149,7 +3149,7 @@ function h({ preventCancel: r = false } = {}) {
|
|
|
3149
3149
|
}
|
|
3150
3150
|
|
|
3151
3151
|
// ../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js
|
|
3152
|
-
|
|
3152
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3153
3153
|
|
|
3154
3154
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js
|
|
3155
3155
|
var getAsyncIterable = (stream) => {
|
|
@@ -3200,13 +3200,13 @@ var handleStreamEnd = async (stream, controller, state) => {
|
|
|
3200
3200
|
var nodeImports = {};
|
|
3201
3201
|
|
|
3202
3202
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/exports.js
|
|
3203
|
-
|
|
3203
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3204
3204
|
|
|
3205
3205
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array.js
|
|
3206
|
-
|
|
3206
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3207
3207
|
|
|
3208
3208
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js
|
|
3209
|
-
|
|
3209
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3210
3210
|
var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
|
|
3211
3211
|
const asyncIterable = getAsyncIterable(stream);
|
|
3212
3212
|
const state = init();
|
|
@@ -3302,7 +3302,7 @@ var MaxBufferError = class extends Error {
|
|
|
3302
3302
|
};
|
|
3303
3303
|
|
|
3304
3304
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js
|
|
3305
|
-
|
|
3305
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3306
3306
|
var identity2 = (value) => value;
|
|
3307
3307
|
var noop = () => void 0;
|
|
3308
3308
|
var getContentsProperty = ({ contents }) => contents;
|
|
@@ -3339,7 +3339,7 @@ var arrayMethods = {
|
|
|
3339
3339
|
};
|
|
3340
3340
|
|
|
3341
3341
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array-buffer.js
|
|
3342
|
-
|
|
3342
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3343
3343
|
async function getStreamAsArrayBuffer(stream, options) {
|
|
3344
3344
|
return getStreamContents(stream, arrayBufferMethods, options);
|
|
3345
3345
|
}
|
|
@@ -3393,7 +3393,7 @@ var arrayBufferMethods = {
|
|
|
3393
3393
|
};
|
|
3394
3394
|
|
|
3395
3395
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/string.js
|
|
3396
|
-
|
|
3396
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3397
3397
|
async function getStreamAsString(stream, options) {
|
|
3398
3398
|
return getStreamContents(stream, stringMethods, options);
|
|
3399
3399
|
}
|
|
@@ -3776,16 +3776,16 @@ var normalizeExitPayload = (rawExitCode, rawSignal) => {
|
|
|
3776
3776
|
};
|
|
3777
3777
|
|
|
3778
3778
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/reject.js
|
|
3779
|
-
|
|
3779
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3780
3780
|
|
|
3781
3781
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/complete.js
|
|
3782
|
-
|
|
3782
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3783
3783
|
|
|
3784
3784
|
// ../../node_modules/.pnpm/pretty-ms@9.2.0/node_modules/pretty-ms/index.js
|
|
3785
|
-
|
|
3785
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3786
3786
|
|
|
3787
3787
|
// ../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/index.js
|
|
3788
|
-
|
|
3788
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3789
3789
|
var toZeroIfInfinity = (value) => Number.isFinite(value) ? value : 0;
|
|
3790
3790
|
function parseNumber(milliseconds) {
|
|
3791
3791
|
return {
|
|
@@ -3924,7 +3924,7 @@ function prettyMilliseconds(milliseconds, options) {
|
|
|
3924
3924
|
}
|
|
3925
3925
|
|
|
3926
3926
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/error.js
|
|
3927
|
-
|
|
3927
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3928
3928
|
var logError = (result, verboseInfo) => {
|
|
3929
3929
|
if (result.failed) {
|
|
3930
3930
|
verboseLog({
|
|
@@ -3964,16 +3964,16 @@ var handleResult = (result, verboseInfo, { reject }) => {
|
|
|
3964
3964
|
};
|
|
3965
3965
|
|
|
3966
3966
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle-sync.js
|
|
3967
|
-
|
|
3967
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3968
3968
|
|
|
3969
3969
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle.js
|
|
3970
|
-
|
|
3970
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3971
3971
|
|
|
3972
3972
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/normalize.js
|
|
3973
|
-
|
|
3973
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3974
3974
|
|
|
3975
3975
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/type.js
|
|
3976
|
-
|
|
3976
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
3977
3977
|
var getStdioItemType = (value, optionName) => {
|
|
3978
3978
|
if (isAsyncGenerator(value)) {
|
|
3979
3979
|
return "asyncGenerator";
|
|
@@ -4100,7 +4100,7 @@ var TYPE_TO_MESSAGE = {
|
|
|
4100
4100
|
};
|
|
4101
4101
|
|
|
4102
4102
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/object-mode.js
|
|
4103
|
-
|
|
4103
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4104
4104
|
var getTransformObjectModes = (objectMode, index, newTransforms, direction) => direction === "output" ? getOutputObjectModes(objectMode, index, newTransforms) : getInputObjectModes(objectMode, index, newTransforms);
|
|
4105
4105
|
var getOutputObjectModes = (objectMode, index, newTransforms) => {
|
|
4106
4106
|
const writableObjectMode = index !== 0 && newTransforms[index - 1].value.readableObjectMode;
|
|
@@ -4215,7 +4215,7 @@ var normalizeGenerator = ({ stdioItem, stdioItem: { value }, index, newTransform
|
|
|
4215
4215
|
var sortTransforms = (newTransforms, direction) => direction === "input" ? newTransforms.reverse() : newTransforms;
|
|
4216
4216
|
|
|
4217
4217
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/direction.js
|
|
4218
|
-
|
|
4218
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4219
4219
|
var getStreamDirection = (stdioItems, fdNumber, optionName) => {
|
|
4220
4220
|
const directions = stdioItems.map((stdioItem) => getStdioItemDirection(stdioItem, fdNumber));
|
|
4221
4221
|
if (directions.includes("input") && directions.includes("output")) {
|
|
@@ -4265,10 +4265,10 @@ var getStandardStreamDirection = (value) => {
|
|
|
4265
4265
|
var DEFAULT_DIRECTION = "output";
|
|
4266
4266
|
|
|
4267
4267
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/stdio-option.js
|
|
4268
|
-
|
|
4268
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4269
4269
|
|
|
4270
4270
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/array.js
|
|
4271
|
-
|
|
4271
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4272
4272
|
var normalizeIpcStdioArray = (stdioArray, ipc) => ipc && !stdioArray.includes("ipc") ? [...stdioArray, "ipc"] : stdioArray;
|
|
4273
4273
|
|
|
4274
4274
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/stdio-option.js
|
|
@@ -4306,7 +4306,7 @@ var normalizeStdioSync = (stdioArray, buffer, verboseInfo) => stdioArray.map((st
|
|
|
4306
4306
|
var isOutputPipeOnly = (stdioOption) => stdioOption === "pipe" || Array.isArray(stdioOption) && stdioOption.every((item) => item === "pipe");
|
|
4307
4307
|
|
|
4308
4308
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/native.js
|
|
4309
|
-
|
|
4309
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4310
4310
|
var handleNativeStream = ({ stdioItem, stdioItem: { type }, isStdioArray, fdNumber, direction, isSync }) => {
|
|
4311
4311
|
if (!isStdioArray || type !== "native") {
|
|
4312
4312
|
return stdioItem;
|
|
@@ -4374,7 +4374,7 @@ var getStandardStream = (fdNumber, value, optionName) => {
|
|
|
4374
4374
|
};
|
|
4375
4375
|
|
|
4376
4376
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/input-option.js
|
|
4377
|
-
|
|
4377
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4378
4378
|
var handleInputOptions = ({ input, inputFile }, fdNumber) => fdNumber === 0 ? [
|
|
4379
4379
|
...handleInputOption(input),
|
|
4380
4380
|
...handleInputFileOption(inputFile)
|
|
@@ -4411,7 +4411,7 @@ var getInputFileType = (inputFile) => {
|
|
|
4411
4411
|
};
|
|
4412
4412
|
|
|
4413
4413
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/duplicate.js
|
|
4414
|
-
|
|
4414
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4415
4415
|
var filterDuplicates = (stdioItems) => stdioItems.filter((stdioItemOne, indexOne) => stdioItems.every((stdioItemTwo, indexTwo) => stdioItemOne.value !== stdioItemTwo.value || indexOne >= indexTwo || stdioItemOne.type === "generator" || stdioItemOne.type === "asyncGenerator"));
|
|
4416
4416
|
var getDuplicateStream = ({ stdioItem: { type, value, optionName }, direction, fileDescriptors, isSync }) => {
|
|
4417
4417
|
const otherStdioItems = getOtherStdioItems(fileDescriptors, type);
|
|
@@ -4693,18 +4693,18 @@ var addPropertiesSync = {
|
|
|
4693
4693
|
};
|
|
4694
4694
|
|
|
4695
4695
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/strip-newline.js
|
|
4696
|
-
|
|
4696
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4697
4697
|
var stripNewline = (value, { stripFinalNewline: stripFinalNewline2 }, fdNumber) => getStripFinalNewline(stripFinalNewline2, fdNumber) && value !== void 0 && !Array.isArray(value) ? stripFinalNewline(value) : value;
|
|
4698
4698
|
var getStripFinalNewline = (stripFinalNewline2, fdNumber) => fdNumber === "all" ? stripFinalNewline2[1] || stripFinalNewline2[2] : stripFinalNewline2[fdNumber];
|
|
4699
4699
|
|
|
4700
4700
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/input-sync.js
|
|
4701
|
-
|
|
4701
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4702
4702
|
|
|
4703
4703
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/generator.js
|
|
4704
|
-
|
|
4704
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4705
4705
|
|
|
4706
4706
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/split.js
|
|
4707
|
-
|
|
4707
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4708
4708
|
var getSplitLinesGenerator = (binary, preserveNewlines, skipped, state) => binary || skipped ? void 0 : initializeSplitLines(preserveNewlines, state);
|
|
4709
4709
|
var splitLinesSync = (chunk, preserveNewlines, objectMode) => objectMode ? chunk.flatMap((item) => splitLinesItemSync(item, preserveNewlines)) : splitLinesItemSync(chunk, preserveNewlines);
|
|
4710
4710
|
var splitLinesItemSync = (chunk, preserveNewlines) => {
|
|
@@ -4785,7 +4785,7 @@ var linesUint8ArrayInfo = {
|
|
|
4785
4785
|
};
|
|
4786
4786
|
|
|
4787
4787
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/validate.js
|
|
4788
|
-
|
|
4788
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4789
4789
|
var getValidateTransformInput = (writableObjectMode, optionName) => writableObjectMode ? void 0 : validateStringTransformInput.bind(void 0, optionName);
|
|
4790
4790
|
var validateStringTransformInput = function* (optionName, chunk) {
|
|
4791
4791
|
if (typeof chunk !== "string" && !isUint8Array(chunk) && !buffer.Buffer.isBuffer(chunk)) {
|
|
@@ -4814,7 +4814,7 @@ Instead, \`yield\` should either be called with a value, or not be called at all
|
|
|
4814
4814
|
};
|
|
4815
4815
|
|
|
4816
4816
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/encoding-transform.js
|
|
4817
|
-
|
|
4817
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4818
4818
|
var getEncodingTransformGenerator = (binary, encoding, skipped) => {
|
|
4819
4819
|
if (skipped) {
|
|
4820
4820
|
return;
|
|
@@ -4848,7 +4848,7 @@ var encodingStringFinal = function* (stringDecoder) {
|
|
|
4848
4848
|
};
|
|
4849
4849
|
|
|
4850
4850
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/run-async.js
|
|
4851
|
-
|
|
4851
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4852
4852
|
var pushChunks = util.callbackify(async (getChunks, state, getChunksArguments, transformStream) => {
|
|
4853
4853
|
state.currentIterable = getChunks(...getChunksArguments);
|
|
4854
4854
|
try {
|
|
@@ -4896,7 +4896,7 @@ var identityGenerator = function* (chunk) {
|
|
|
4896
4896
|
};
|
|
4897
4897
|
|
|
4898
4898
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/run-sync.js
|
|
4899
|
-
|
|
4899
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
4900
4900
|
var pushChunksSync = (getChunksSync, getChunksArguments, transformStream, done) => {
|
|
4901
4901
|
try {
|
|
4902
4902
|
for (const chunk of getChunksSync(...getChunksArguments)) {
|
|
@@ -5026,10 +5026,10 @@ var validateSerializable = (newContents) => {
|
|
|
5026
5026
|
};
|
|
5027
5027
|
|
|
5028
5028
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/output-sync.js
|
|
5029
|
-
|
|
5029
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5030
5030
|
|
|
5031
5031
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/output.js
|
|
5032
|
-
|
|
5032
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5033
5033
|
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)));
|
|
5034
5034
|
var fdUsesVerbose = (fdNumber) => fdNumber === 1 || fdNumber === 2;
|
|
5035
5035
|
var PIPED_STDIO_VALUES = /* @__PURE__ */ new Set(["pipe", "overlapped"]);
|
|
@@ -5160,7 +5160,7 @@ var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
|
|
|
5160
5160
|
};
|
|
5161
5161
|
|
|
5162
5162
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/all-sync.js
|
|
5163
|
-
|
|
5163
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5164
5164
|
var getAllSync = ([, stdout2, stderr], options) => {
|
|
5165
5165
|
if (!options.all) {
|
|
5166
5166
|
return;
|
|
@@ -5184,10 +5184,10 @@ var getAllSync = ([, stdout2, stderr], options) => {
|
|
|
5184
5184
|
};
|
|
5185
5185
|
|
|
5186
5186
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/exit-sync.js
|
|
5187
|
-
|
|
5187
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5188
5188
|
|
|
5189
5189
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/exit-async.js
|
|
5190
|
-
|
|
5190
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5191
5191
|
var waitForExit = async (subprocess, context) => {
|
|
5192
5192
|
const [exitCode, signal] = await waitForExitOrError(subprocess);
|
|
5193
5193
|
context.isForcefullyTerminated ??= false;
|
|
@@ -5373,13 +5373,13 @@ var getSyncResult = ({ error, exitCode, signal, timedOut, isMaxBuffer, stdio, al
|
|
|
5373
5373
|
});
|
|
5374
5374
|
|
|
5375
5375
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/main-async.js
|
|
5376
|
-
|
|
5376
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5377
5377
|
|
|
5378
5378
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/methods.js
|
|
5379
|
-
|
|
5379
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5380
5380
|
|
|
5381
5381
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/get-one.js
|
|
5382
|
-
|
|
5382
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5383
5383
|
var getOneMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true, filter } = {}) => {
|
|
5384
5384
|
validateIpcMethod({
|
|
5385
5385
|
methodName: "getOneMessage",
|
|
@@ -5434,7 +5434,7 @@ var throwOnStrictError = async (ipcEmitter, isSubprocess, { signal }) => {
|
|
|
5434
5434
|
};
|
|
5435
5435
|
|
|
5436
5436
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/get-each.js
|
|
5437
|
-
|
|
5437
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5438
5438
|
var getEachMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true } = {}) => loopOnMessages({
|
|
5439
5439
|
anyProcess,
|
|
5440
5440
|
channel,
|
|
@@ -5552,7 +5552,7 @@ var getIpcMethods = (anyProcess, isSubprocess, ipc) => ({
|
|
|
5552
5552
|
});
|
|
5553
5553
|
|
|
5554
5554
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/early-error.js
|
|
5555
|
-
|
|
5555
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5556
5556
|
var handleEarlyError = ({ error, command, escapedCommand, fileDescriptors, options, startTime, verboseInfo }) => {
|
|
5557
5557
|
cleanupCustomStreams(fileDescriptors);
|
|
5558
5558
|
const subprocess = new child_process.ChildProcess();
|
|
@@ -5600,7 +5600,7 @@ var duplex = () => new stream.Duplex({ read() {
|
|
|
5600
5600
|
var handleDummyPromise = async (error, verboseInfo, options) => handleResult(error, verboseInfo, options);
|
|
5601
5601
|
|
|
5602
5602
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle-async.js
|
|
5603
|
-
|
|
5603
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5604
5604
|
var handleStdioAsync = (options, verboseInfo) => handleStdio(addPropertiesAsync, options, verboseInfo, false);
|
|
5605
5605
|
var forbiddenIfAsync = ({ type, optionName }) => {
|
|
5606
5606
|
throw new TypeError(`The \`${optionName}\` option cannot be ${TYPE_TO_MESSAGE[type]}.`);
|
|
@@ -5643,10 +5643,10 @@ var addPropertiesAsync = {
|
|
|
5643
5643
|
};
|
|
5644
5644
|
|
|
5645
5645
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/output-async.js
|
|
5646
|
-
|
|
5646
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5647
5647
|
|
|
5648
5648
|
// ../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js
|
|
5649
|
-
|
|
5649
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5650
5650
|
function mergeStreams(streams) {
|
|
5651
5651
|
if (!Array.isArray(streams)) {
|
|
5652
5652
|
throw new TypeError(`Expected an array, got \`${typeof streams}\`.`);
|
|
@@ -5861,7 +5861,7 @@ var PASSTHROUGH_LISTENERS_COUNT = 2;
|
|
|
5861
5861
|
var PASSTHROUGH_LISTENERS_PER_STREAM = 1;
|
|
5862
5862
|
|
|
5863
5863
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/pipeline.js
|
|
5864
|
-
|
|
5864
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5865
5865
|
var pipeStreams = (source, destination) => {
|
|
5866
5866
|
source.pipe(destination);
|
|
5867
5867
|
onSourceFinish(source, destination);
|
|
@@ -5951,13 +5951,13 @@ var setStandardStreamMaxListeners = (stream, { signal }) => {
|
|
|
5951
5951
|
var MAX_LISTENERS_INCREMENT = 2;
|
|
5952
5952
|
|
|
5953
5953
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/cleanup.js
|
|
5954
|
-
|
|
5954
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5955
5955
|
|
|
5956
5956
|
// ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js
|
|
5957
|
-
|
|
5957
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5958
5958
|
|
|
5959
5959
|
// ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js
|
|
5960
|
-
|
|
5960
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
5961
5961
|
var signals = [];
|
|
5962
5962
|
signals.push("SIGHUP", "SIGINT", "SIGTERM");
|
|
5963
5963
|
if (process.platform !== "win32") {
|
|
@@ -6205,10 +6205,10 @@ var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
|
6205
6205
|
};
|
|
6206
6206
|
|
|
6207
6207
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/setup.js
|
|
6208
|
-
|
|
6208
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6209
6209
|
|
|
6210
6210
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/pipe-arguments.js
|
|
6211
|
-
|
|
6211
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6212
6212
|
var normalizePipeArguments = ({ source, sourcePromise, boundOptions, createNested }, ...pipeArguments) => {
|
|
6213
6213
|
const startTime = getStartTime();
|
|
6214
6214
|
const {
|
|
@@ -6282,7 +6282,7 @@ var getSourceStream = (source, from) => {
|
|
|
6282
6282
|
};
|
|
6283
6283
|
|
|
6284
6284
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/throw.js
|
|
6285
|
-
|
|
6285
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6286
6286
|
var handlePipeArgumentsError = ({
|
|
6287
6287
|
sourceStream,
|
|
6288
6288
|
sourceError,
|
|
@@ -6332,7 +6332,7 @@ var createNonCommandError = ({ error, fileDescriptors, sourceOptions, startTime
|
|
|
6332
6332
|
var PIPE_COMMAND_MESSAGE = "source.pipe(destination)";
|
|
6333
6333
|
|
|
6334
6334
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/sequence.js
|
|
6335
|
-
|
|
6335
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6336
6336
|
var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
6337
6337
|
const [
|
|
6338
6338
|
{ status: sourceStatus, reason: sourceReason, value: sourceResult = sourceReason },
|
|
@@ -6351,7 +6351,7 @@ var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
|
6351
6351
|
};
|
|
6352
6352
|
|
|
6353
6353
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/streaming.js
|
|
6354
|
-
|
|
6354
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6355
6355
|
var pipeSubprocessStream = (sourceStream, destinationStream, maxListenersController) => {
|
|
6356
6356
|
const mergedStream = MERGED_STREAMS.has(destinationStream) ? pipeMoreSubprocessStream(sourceStream, destinationStream) : pipeFirstSubprocessStream(sourceStream, destinationStream);
|
|
6357
6357
|
incrementMaxListeners(sourceStream, SOURCE_LISTENERS_PER_PIPE, maxListenersController.signal);
|
|
@@ -6382,7 +6382,7 @@ var SOURCE_LISTENERS_PER_PIPE = 2;
|
|
|
6382
6382
|
var DESTINATION_LISTENERS_PER_PIPE = 1;
|
|
6383
6383
|
|
|
6384
6384
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/abort.js
|
|
6385
|
-
|
|
6385
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6386
6386
|
var unpipeOnAbort = (unpipeSignal, unpipeContext) => unpipeSignal === void 0 ? [] : [unpipeOnSignalAbort(unpipeSignal, unpipeContext)];
|
|
6387
6387
|
var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fileDescriptors, sourceOptions, startTime }) => {
|
|
6388
6388
|
await util.aborted(unpipeSignal, sourceStream);
|
|
@@ -6456,16 +6456,16 @@ var handlePipePromise = async ({
|
|
|
6456
6456
|
var getSubprocessPromises = (sourcePromise, destination) => Promise.allSettled([sourcePromise, destination]);
|
|
6457
6457
|
|
|
6458
6458
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/all-async.js
|
|
6459
|
-
|
|
6459
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6460
6460
|
|
|
6461
6461
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/stdio.js
|
|
6462
|
-
|
|
6462
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6463
6463
|
|
|
6464
6464
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/contents.js
|
|
6465
|
-
|
|
6465
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6466
6466
|
|
|
6467
6467
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/iterate.js
|
|
6468
|
-
|
|
6468
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6469
6469
|
var iterateOnSubprocessStream = ({ subprocessStdout, subprocess, binary, shouldEncode, encoding, preserveNewlines }) => {
|
|
6470
6470
|
const controller = new AbortController();
|
|
6471
6471
|
stopReadingOnExit(subprocess, controller);
|
|
@@ -6648,7 +6648,7 @@ var getBufferedData = async (streamPromise) => {
|
|
|
6648
6648
|
var handleBufferedData = ({ bufferedData }) => isArrayBuffer(bufferedData) ? new Uint8Array(bufferedData) : bufferedData;
|
|
6649
6649
|
|
|
6650
6650
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/wait-stream.js
|
|
6651
|
-
|
|
6651
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6652
6652
|
var waitForStream = async (stream, fdNumber, streamInfo, { isSameDirection, stopOnExit = false } = {}) => {
|
|
6653
6653
|
const state = handleStdinDestroy(stream, streamInfo);
|
|
6654
6654
|
const abortController = new AbortController();
|
|
@@ -6770,13 +6770,13 @@ var getAllStream = ({ stdout: stdout2, stderr, all }, [, bufferStdout, bufferStd
|
|
|
6770
6770
|
var getAllMixed = ({ all, stdout: stdout2, stderr }) => all && stdout2 && stderr && stdout2.readableObjectMode !== stderr.readableObjectMode;
|
|
6771
6771
|
|
|
6772
6772
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/wait-subprocess.js
|
|
6773
|
-
|
|
6773
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6774
6774
|
|
|
6775
6775
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/buffer-messages.js
|
|
6776
|
-
|
|
6776
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6777
6777
|
|
|
6778
6778
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/ipc.js
|
|
6779
|
-
|
|
6779
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6780
6780
|
var shouldLogIpc = (verboseInfo) => isFullVerbose(verboseInfo, "ipc");
|
|
6781
6781
|
var logIpcOutput = (message, verboseInfo) => {
|
|
6782
6782
|
const verboseMessage = serializeVerboseMessage(message);
|
|
@@ -6943,10 +6943,10 @@ var throwOnSubprocessError = async (subprocess, { signal }) => {
|
|
|
6943
6943
|
};
|
|
6944
6944
|
|
|
6945
6945
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/add.js
|
|
6946
|
-
|
|
6946
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6947
6947
|
|
|
6948
6948
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/concurrent.js
|
|
6949
|
-
|
|
6949
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6950
6950
|
var initializeConcurrentStreams = () => ({
|
|
6951
6951
|
readableDestroy: /* @__PURE__ */ new WeakMap(),
|
|
6952
6952
|
writableFinal: /* @__PURE__ */ new WeakMap(),
|
|
@@ -6973,10 +6973,10 @@ var waitForConcurrentStreams = async ({ resolve, promises }, subprocess) => {
|
|
|
6973
6973
|
};
|
|
6974
6974
|
|
|
6975
6975
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/readable.js
|
|
6976
|
-
|
|
6976
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6977
6977
|
|
|
6978
6978
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/shared.js
|
|
6979
|
-
|
|
6979
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
6980
6980
|
var safeWaitForSubprocessStdin = async (subprocessStdin) => {
|
|
6981
6981
|
if (subprocessStdin === void 0) {
|
|
6982
6982
|
return;
|
|
@@ -7101,7 +7101,7 @@ var destroyOtherReadable = (stream, error) => {
|
|
|
7101
7101
|
};
|
|
7102
7102
|
|
|
7103
7103
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/writable.js
|
|
7104
|
-
|
|
7104
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7105
7105
|
var createWritable = ({ subprocess, concurrentStreams }, { to } = {}) => {
|
|
7106
7106
|
const { subprocessStdin, waitWritableFinal, waitWritableDestroy } = getSubprocessStdin(subprocess, to, concurrentStreams);
|
|
7107
7107
|
const writable2 = new stream.Writable({
|
|
@@ -7166,7 +7166,7 @@ var destroyOtherWritable = (stream, error) => {
|
|
|
7166
7166
|
};
|
|
7167
7167
|
|
|
7168
7168
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/duplex.js
|
|
7169
|
-
|
|
7169
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7170
7170
|
var createDuplex = ({ subprocess, concurrentStreams, encoding }, { from, to, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
7171
7171
|
const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
|
|
7172
7172
|
const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
|
|
@@ -7219,7 +7219,7 @@ var onDuplexDestroy = async ({ subprocessStdout, subprocessStdin, subprocess, wa
|
|
|
7219
7219
|
};
|
|
7220
7220
|
|
|
7221
7221
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/iterable.js
|
|
7222
|
-
|
|
7222
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7223
7223
|
var createIterable = (subprocess, encoding, {
|
|
7224
7224
|
from,
|
|
7225
7225
|
binary: binaryOption = false,
|
|
@@ -7259,7 +7259,7 @@ var addConvertedStreams = (subprocess, { encoding }) => {
|
|
|
7259
7259
|
};
|
|
7260
7260
|
|
|
7261
7261
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/promise.js
|
|
7262
|
-
|
|
7262
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7263
7263
|
var mergePromise = (subprocess, promise) => {
|
|
7264
7264
|
for (const [property, descriptor] of descriptors) {
|
|
7265
7265
|
const value = descriptor.value.bind(promise);
|
|
@@ -7429,7 +7429,7 @@ var getAsyncResult = ({ errorInfo, exitCode, signal, stdio, all, ipcOutput, cont
|
|
|
7429
7429
|
});
|
|
7430
7430
|
|
|
7431
7431
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/bind.js
|
|
7432
|
-
|
|
7432
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7433
7433
|
var mergeOptions = (boundOptions, options) => {
|
|
7434
7434
|
const newOptions = Object.fromEntries(
|
|
7435
7435
|
Object.entries(options).map(([optionName, optionValue]) => [
|
|
@@ -7494,7 +7494,7 @@ var parseArguments = ({ mapArguments, firstArgument, nextArguments, deepOptions,
|
|
|
7494
7494
|
};
|
|
7495
7495
|
|
|
7496
7496
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/command.js
|
|
7497
|
-
|
|
7497
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7498
7498
|
var mapCommandAsync = ({ file, commandArguments }) => parseCommand(file, commandArguments);
|
|
7499
7499
|
var mapCommandSync = ({ file, commandArguments }) => ({ ...parseCommand(file, commandArguments), isSync: true });
|
|
7500
7500
|
var parseCommand = (command, unusedArguments) => {
|
|
@@ -7526,7 +7526,7 @@ var parseCommandString = (command) => {
|
|
|
7526
7526
|
var SPACES_REGEXP = / +/g;
|
|
7527
7527
|
|
|
7528
7528
|
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/script.js
|
|
7529
|
-
|
|
7529
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7530
7530
|
var setScriptSync = (boundExeca, createNested, boundOptions) => {
|
|
7531
7531
|
boundExeca.sync = createNested(mapScriptSync, boundOptions);
|
|
7532
7532
|
boundExeca.s = boundExeca.sync;
|
|
@@ -7547,7 +7547,7 @@ createExeca(mapScriptAsync, {}, deepScriptOptions, setScriptSync);
|
|
|
7547
7547
|
getIpcExport();
|
|
7548
7548
|
|
|
7549
7549
|
// src/utils/Writables.ts
|
|
7550
|
-
|
|
7550
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7551
7551
|
var ConsolaWritable = class extends stream.Writable {
|
|
7552
7552
|
consola;
|
|
7553
7553
|
command;
|
|
@@ -7563,14 +7563,14 @@ var ConsolaWritable = class extends stream.Writable {
|
|
|
7563
7563
|
};
|
|
7564
7564
|
|
|
7565
7565
|
// ../../node_modules/.pnpm/p-queue@8.1.0/node_modules/p-queue/dist/index.js
|
|
7566
|
-
|
|
7566
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7567
7567
|
|
|
7568
7568
|
// ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.mjs
|
|
7569
|
-
|
|
7570
|
-
var import_index =
|
|
7569
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7570
|
+
var import_index = chunkEGPY7KZT_cjs.__toESM(require_eventemitter3(), 1);
|
|
7571
7571
|
|
|
7572
7572
|
// ../../node_modules/.pnpm/p-timeout@6.1.3/node_modules/p-timeout/index.js
|
|
7573
|
-
|
|
7573
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7574
7574
|
var TimeoutError = class extends Error {
|
|
7575
7575
|
constructor(message) {
|
|
7576
7576
|
super(message);
|
|
@@ -7659,10 +7659,10 @@ function pTimeout(promise, options) {
|
|
|
7659
7659
|
}
|
|
7660
7660
|
|
|
7661
7661
|
// ../../node_modules/.pnpm/p-queue@8.1.0/node_modules/p-queue/dist/priority-queue.js
|
|
7662
|
-
|
|
7662
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7663
7663
|
|
|
7664
7664
|
// ../../node_modules/.pnpm/p-queue@8.1.0/node_modules/p-queue/dist/lower-bound.js
|
|
7665
|
-
|
|
7665
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
7666
7666
|
function lowerBound(array, value, comparator) {
|
|
7667
7667
|
let first = 0;
|
|
7668
7668
|
let count2 = array.length;
|
|
@@ -8079,7 +8079,7 @@ async function executeHooks({ hooks, logger: logger$1 }) {
|
|
|
8079
8079
|
}
|
|
8080
8080
|
|
|
8081
8081
|
// src/utils/getErrorCauses.ts
|
|
8082
|
-
|
|
8082
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
8083
8083
|
function getErrorCauses(errors) {
|
|
8084
8084
|
return errors.reduce((prev, error) => {
|
|
8085
8085
|
const causedError = error?.cause;
|
|
@@ -8093,10 +8093,10 @@ function getErrorCauses(errors) {
|
|
|
8093
8093
|
}
|
|
8094
8094
|
|
|
8095
8095
|
// src/utils/getSummary.ts
|
|
8096
|
-
|
|
8096
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
8097
8097
|
|
|
8098
8098
|
// src/utils/parseHrtimeToSeconds.ts
|
|
8099
|
-
|
|
8099
|
+
chunkEGPY7KZT_cjs.init_cjs_shims();
|
|
8100
8100
|
function parseHrtimeToSeconds(hrtime2) {
|
|
8101
8101
|
const seconds = (hrtime2[0] + hrtime2[1] / 1e9).toFixed(3);
|
|
8102
8102
|
return seconds;
|
|
@@ -8244,5 +8244,5 @@ ${logFiles.join("\n")}`);
|
|
|
8244
8244
|
}
|
|
8245
8245
|
|
|
8246
8246
|
exports.generate = generate;
|
|
8247
|
-
//# sourceMappingURL=generate-
|
|
8248
|
-
//# sourceMappingURL=generate-
|
|
8247
|
+
//# sourceMappingURL=generate-NXWDSHAC.cjs.map
|
|
8248
|
+
//# sourceMappingURL=generate-NXWDSHAC.cjs.map
|