@kubb/cli 3.10.11 → 3.10.13
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-6WEOPEJL.cjs → chunk-A42CJAE3.cjs} +4 -4
- package/dist/chunk-A42CJAE3.cjs.map +1 -0
- package/dist/{generate-G6ASQPLD.js → generate-APFHZUB2.js} +5 -5
- package/dist/{generate-G6ASQPLD.js.map → generate-APFHZUB2.js.map} +1 -1
- package/dist/{generate-OGVORJ76.cjs → generate-GAE2TEWR.cjs} +10 -10
- package/dist/{generate-OGVORJ76.cjs.map → generate-GAE2TEWR.cjs.map} +1 -1
- package/dist/{generate-O4JEH3OR.js → generate-R2AKCBCX.js} +6 -6
- package/dist/{generate-O4JEH3OR.js.map → generate-R2AKCBCX.js.map} +1 -1
- package/dist/{generate-54WKRLVN.cjs → generate-WHA26CFI.cjs} +346 -346
- package/dist/{generate-54WKRLVN.cjs.map → generate-WHA26CFI.cjs.map} +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
- package/dist/chunk-6WEOPEJL.cjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkA42CJAE3_cjs = require('./chunk-A42CJAE3.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 = chunkA42CJAE3_cjs.__commonJS({
|
|
51
51
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module) {
|
|
52
|
-
|
|
52
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
53
53
|
module.exports = isexe;
|
|
54
54
|
isexe.sync = sync;
|
|
55
|
-
var fs =
|
|
55
|
+
var fs = chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_cjs.__commonJS({
|
|
92
92
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module) {
|
|
93
|
-
|
|
93
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
94
94
|
module.exports = isexe;
|
|
95
95
|
isexe.sync = sync;
|
|
96
|
-
var fs =
|
|
96
|
+
var fs = chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_cjs.__commonJS({
|
|
126
126
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module) {
|
|
127
|
-
|
|
128
|
-
|
|
127
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
128
|
+
chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_cjs.__commonJS({
|
|
182
182
|
"../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js"(exports, module) {
|
|
183
|
-
|
|
183
|
+
chunkA42CJAE3_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 = chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_cjs.__commonJS({
|
|
279
279
|
"../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js"(exports, module) {
|
|
280
|
-
|
|
280
|
+
chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
298
|
+
var path7 = chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_cjs.__commonJS({
|
|
338
338
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js"(exports, module) {
|
|
339
|
-
|
|
339
|
+
chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_cjs.__commonJS({
|
|
363
363
|
"../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js"(exports, module) {
|
|
364
|
-
|
|
364
|
+
chunkA42CJAE3_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 = chunkA42CJAE3_cjs.__commonJS({
|
|
371
371
|
"../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js"(exports, module) {
|
|
372
|
-
|
|
372
|
+
chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
393
|
+
var fs = chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
415
|
+
var path7 = chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_cjs.__commonJS({
|
|
475
475
|
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js"(exports, module) {
|
|
476
|
-
|
|
476
|
+
chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
527
|
+
var cp = chunkA42CJAE3_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 = chunk6WEOPEJL_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 = chunkA42CJAE3_cjs.__commonJS({
|
|
552
552
|
"../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js"(exports, module) {
|
|
553
|
-
|
|
553
|
+
chunkA42CJAE3_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 = chunk6WEOPEJL_cjs.__commonJS({
|
|
|
710
710
|
});
|
|
711
711
|
|
|
712
712
|
// src/runners/generate.ts
|
|
713
|
-
|
|
713
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
714
714
|
|
|
715
715
|
// src/utils/executeHooks.ts
|
|
716
|
-
|
|
716
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
717
717
|
|
|
718
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
719
|
-
|
|
718
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/index.js
|
|
719
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
720
720
|
|
|
721
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
722
|
-
|
|
721
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/create.js
|
|
722
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
726
726
|
function isPlainObject(value) {
|
|
727
727
|
if (typeof value !== "object" || value === null) {
|
|
728
728
|
return false;
|
|
@@ -731,11 +731,11 @@ function isPlainObject(value) {
|
|
|
731
731
|
return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
|
|
732
732
|
}
|
|
733
733
|
|
|
734
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
735
|
-
|
|
734
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/parameters.js
|
|
735
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
736
736
|
|
|
737
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
738
|
-
|
|
737
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/file-url.js
|
|
738
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
739
739
|
var safeNormalizeFileUrl = (file, name) => {
|
|
740
740
|
const fileString = normalizeFileUrl(normalizeDenoExecPath(file));
|
|
741
741
|
if (typeof fileString !== "string") {
|
|
@@ -747,7 +747,7 @@ var normalizeDenoExecPath = (file) => isDenoExecPath(file) ? file.toString() : f
|
|
|
747
747
|
var isDenoExecPath = (file) => typeof file !== "string" && file && Object.getPrototypeOf(file) === String.prototype;
|
|
748
748
|
var normalizeFileUrl = (file) => file instanceof URL ? url.fileURLToPath(file) : file;
|
|
749
749
|
|
|
750
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
750
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/parameters.js
|
|
751
751
|
var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
|
|
752
752
|
const filePath = safeNormalizeFileUrl(rawFile, "First argument");
|
|
753
753
|
const [commandArguments, options] = isPlainObject(rawArguments) ? [[], rawArguments] : [rawArguments, rawOptions];
|
|
@@ -768,11 +768,11 @@ var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
|
|
|
768
768
|
return [filePath, normalizedArguments, options];
|
|
769
769
|
};
|
|
770
770
|
|
|
771
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
772
|
-
|
|
771
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/template.js
|
|
772
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
773
773
|
|
|
774
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
775
|
-
|
|
774
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/uint-array.js
|
|
775
|
+
chunkA42CJAE3_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]";
|
|
@@ -818,7 +818,7 @@ var getJoinLength = (uint8Arrays) => {
|
|
|
818
818
|
return joinLength;
|
|
819
819
|
};
|
|
820
820
|
|
|
821
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
821
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/template.js
|
|
822
822
|
var isTemplateString = (templates) => Array.isArray(templates) && Array.isArray(templates.raw);
|
|
823
823
|
var parseTemplates = (templates, expressions) => {
|
|
824
824
|
let tokens = [];
|
|
@@ -918,29 +918,29 @@ var getSubprocessResult = ({ stdout: stdout2 }) => {
|
|
|
918
918
|
throw new TypeError(`Unexpected "${typeof stdout2}" stdout in template expression`);
|
|
919
919
|
};
|
|
920
920
|
|
|
921
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
922
|
-
|
|
921
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/main-sync.js
|
|
922
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
923
923
|
|
|
924
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
925
|
-
|
|
924
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/command.js
|
|
925
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
926
926
|
|
|
927
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
928
|
-
|
|
927
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/start.js
|
|
928
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
929
929
|
|
|
930
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
931
|
-
|
|
930
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/values.js
|
|
931
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
932
932
|
|
|
933
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
934
|
-
|
|
933
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/specific.js
|
|
934
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
935
935
|
|
|
936
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
937
|
-
|
|
936
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/standard-stream.js
|
|
937
|
+
chunkA42CJAE3_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"];
|
|
941
941
|
var getStreamName = (fdNumber) => STANDARD_STREAMS_ALIASES[fdNumber] ?? `stdio[${fdNumber}]`;
|
|
942
942
|
|
|
943
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
943
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/specific.js
|
|
944
944
|
var normalizeFdSpecificOptions = (options) => {
|
|
945
945
|
const optionsCopy = { ...options };
|
|
946
946
|
for (const optionName of FD_SPECIFIC_OPTIONS) {
|
|
@@ -1010,7 +1010,7 @@ var DEFAULT_OPTIONS = {
|
|
|
1010
1010
|
var FD_SPECIFIC_OPTIONS = ["lines", "buffer", "maxBuffer", "verbose", "stripFinalNewline"];
|
|
1011
1011
|
var getFdSpecificValue = (optionArray, fdNumber) => fdNumber === "ipc" ? optionArray.at(-1) : optionArray[fdNumber];
|
|
1012
1012
|
|
|
1013
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1013
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/values.js
|
|
1014
1014
|
var isVerbose = ({ verbose }, fdNumber) => getFdVerbose(verbose, fdNumber) !== "none";
|
|
1015
1015
|
var isFullVerbose = ({ verbose }, fdNumber) => !["none", "short"].includes(getFdVerbose(verbose, fdNumber));
|
|
1016
1016
|
var getVerboseFunction = ({ verbose }, fdNumber) => {
|
|
@@ -1022,11 +1022,11 @@ var getFdGenericVerbose = (verbose) => verbose.find((fdVerbose) => isVerboseFunc
|
|
|
1022
1022
|
var isVerboseFunction = (fdVerbose) => typeof fdVerbose === "function";
|
|
1023
1023
|
var VERBOSE_VALUES = ["none", "short", "full"];
|
|
1024
1024
|
|
|
1025
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1026
|
-
|
|
1025
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/log.js
|
|
1026
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1027
1027
|
|
|
1028
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1029
|
-
|
|
1028
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/escape.js
|
|
1029
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1030
1030
|
var joinCommand = (filePath, rawArguments) => {
|
|
1031
1031
|
const fileAndArguments = [filePath, ...rawArguments];
|
|
1032
1032
|
const command = fileAndArguments.join(" ");
|
|
@@ -1069,14 +1069,14 @@ var quoteString = (escapedArgument) => {
|
|
|
1069
1069
|
};
|
|
1070
1070
|
var NO_ESCAPE_REGEXP = /^[\w./-]+$/;
|
|
1071
1071
|
|
|
1072
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1073
|
-
|
|
1072
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/default.js
|
|
1073
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1074
1074
|
|
|
1075
1075
|
// ../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js
|
|
1076
|
-
|
|
1076
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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) {
|
|
@@ -1392,7 +1392,7 @@ var gray = format(90, 39);
|
|
|
1392
1392
|
var redBright = format(91, 39);
|
|
1393
1393
|
var yellowBright = format(93, 39);
|
|
1394
1394
|
|
|
1395
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1395
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/default.js
|
|
1396
1396
|
var defaultVerboseFunction = ({
|
|
1397
1397
|
type,
|
|
1398
1398
|
message,
|
|
@@ -1431,8 +1431,8 @@ var COLORS = {
|
|
|
1431
1431
|
duration: () => gray
|
|
1432
1432
|
};
|
|
1433
1433
|
|
|
1434
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1435
|
-
|
|
1434
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/custom.js
|
|
1435
|
+
chunkA42CJAE3_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("");
|
|
@@ -1449,7 +1449,7 @@ var applyVerboseFunction = (verboseLine, verboseObject, verboseFunction) => {
|
|
|
1449
1449
|
var appendNewline = (printedLine) => printedLine.endsWith("\n") ? printedLine : `${printedLine}
|
|
1450
1450
|
`;
|
|
1451
1451
|
|
|
1452
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1452
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/log.js
|
|
1453
1453
|
var verboseLog = ({ type, verboseMessage, fdNumber, verboseInfo, result }) => {
|
|
1454
1454
|
const verboseObject = getVerboseObject({ type, result, verboseInfo });
|
|
1455
1455
|
const printedLines = getPrintedLines(verboseMessage, verboseObject);
|
|
@@ -1483,7 +1483,7 @@ var serializeVerboseMessage = (message) => {
|
|
|
1483
1483
|
};
|
|
1484
1484
|
var TAB_SIZE = 2;
|
|
1485
1485
|
|
|
1486
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1486
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/start.js
|
|
1487
1487
|
var logCommand = (escapedCommand, verboseInfo) => {
|
|
1488
1488
|
if (!isVerbose(verboseInfo)) {
|
|
1489
1489
|
return;
|
|
@@ -1495,8 +1495,8 @@ var logCommand = (escapedCommand, verboseInfo) => {
|
|
|
1495
1495
|
});
|
|
1496
1496
|
};
|
|
1497
1497
|
|
|
1498
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1499
|
-
|
|
1498
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/info.js
|
|
1499
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1500
1500
|
var getVerboseInfo = (verbose, escapedCommand, rawOptions) => {
|
|
1501
1501
|
validateVerbose(verbose);
|
|
1502
1502
|
const commandId = getCommandId(verbose);
|
|
@@ -1524,12 +1524,12 @@ var validateVerbose = (verbose) => {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
};
|
|
1526
1526
|
|
|
1527
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1528
|
-
|
|
1527
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/duration.js
|
|
1528
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1529
1529
|
var getStartTime = () => process4.hrtime.bigint();
|
|
1530
1530
|
var getDurationMs = (startTime) => Number(process4.hrtime.bigint() - startTime) / 1e6;
|
|
1531
1531
|
|
|
1532
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1532
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/command.js
|
|
1533
1533
|
var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
1534
1534
|
const startTime = getStartTime();
|
|
1535
1535
|
const { command, escapedCommand } = joinCommand(filePath, rawArguments);
|
|
@@ -1544,15 +1544,15 @@ var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
|
1544
1544
|
};
|
|
1545
1545
|
};
|
|
1546
1546
|
|
|
1547
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1548
|
-
|
|
1549
|
-
var import_cross_spawn =
|
|
1547
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/options.js
|
|
1548
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1549
|
+
var import_cross_spawn = chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1553
1553
|
|
|
1554
1554
|
// ../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js
|
|
1555
|
-
|
|
1555
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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;
|
|
@@ -1625,11 +1625,11 @@ var npmRunPathEnv = ({ env = process4__namespace.default.env, ...options } = {})
|
|
|
1625
1625
|
return env;
|
|
1626
1626
|
};
|
|
1627
1627
|
|
|
1628
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1629
|
-
|
|
1628
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/kill.js
|
|
1629
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1630
1630
|
|
|
1631
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1632
|
-
|
|
1631
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/final-error.js
|
|
1632
|
+
chunkA42CJAE3_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 };
|
|
@@ -1661,14 +1661,14 @@ var ExecaSyncError = class extends Error {
|
|
|
1661
1661
|
};
|
|
1662
1662
|
setErrorName(ExecaSyncError, ExecaSyncError.name);
|
|
1663
1663
|
|
|
1664
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1665
|
-
|
|
1664
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/signal.js
|
|
1665
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1666
1666
|
|
|
1667
|
-
// ../../node_modules/.pnpm/human-signals@8.0.
|
|
1668
|
-
|
|
1667
|
+
// ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/main.js
|
|
1668
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1669
1669
|
|
|
1670
|
-
// ../../node_modules/.pnpm/human-signals@8.0.
|
|
1671
|
-
|
|
1670
|
+
// ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/realtime.js
|
|
1671
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1672
1672
|
var getRealtimeSignals = () => {
|
|
1673
1673
|
const length = SIGRTMAX - SIGRTMIN + 1;
|
|
1674
1674
|
return Array.from({ length }, getRealtimeSignal);
|
|
@@ -1683,11 +1683,11 @@ var getRealtimeSignal = (value, index) => ({
|
|
|
1683
1683
|
var SIGRTMIN = 34;
|
|
1684
1684
|
var SIGRTMAX = 64;
|
|
1685
1685
|
|
|
1686
|
-
// ../../node_modules/.pnpm/human-signals@8.0.
|
|
1687
|
-
|
|
1686
|
+
// ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/signals.js
|
|
1687
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1688
1688
|
|
|
1689
|
-
// ../../node_modules/.pnpm/human-signals@8.0.
|
|
1690
|
-
|
|
1689
|
+
// ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/core.js
|
|
1690
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
1691
1691
|
var SIGNALS = [
|
|
1692
1692
|
{
|
|
1693
1693
|
name: "SIGHUP",
|
|
@@ -1960,7 +1960,7 @@ var SIGNALS = [
|
|
|
1960
1960
|
}
|
|
1961
1961
|
];
|
|
1962
1962
|
|
|
1963
|
-
// ../../node_modules/.pnpm/human-signals@8.0.
|
|
1963
|
+
// ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/signals.js
|
|
1964
1964
|
var getSignals = () => {
|
|
1965
1965
|
const realtimeSignals = getRealtimeSignals();
|
|
1966
1966
|
const signals2 = [...SIGNALS, ...realtimeSignals].map(normalizeSignal);
|
|
@@ -1982,7 +1982,7 @@ var normalizeSignal = ({
|
|
|
1982
1982
|
return { name, number, description, supported, action, forced, standard };
|
|
1983
1983
|
};
|
|
1984
1984
|
|
|
1985
|
-
// ../../node_modules/.pnpm/human-signals@8.0.
|
|
1985
|
+
// ../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/main.js
|
|
1986
1986
|
var getSignalsByName = () => {
|
|
1987
1987
|
const signals2 = getSignals();
|
|
1988
1988
|
return Object.fromEntries(signals2.map(getSignalByName));
|
|
@@ -2033,7 +2033,7 @@ var findSignalByNumber = (number, signals2) => {
|
|
|
2033
2033
|
};
|
|
2034
2034
|
getSignalsByNumber();
|
|
2035
2035
|
|
|
2036
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2036
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/signal.js
|
|
2037
2037
|
var normalizeKillSignal = (killSignal) => {
|
|
2038
2038
|
const optionName = "option `killSignal`";
|
|
2039
2039
|
if (killSignal === 0) {
|
|
@@ -2077,7 +2077,7 @@ var getAvailableSignalNames = () => Object.keys(os.constants.signals).sort().map
|
|
|
2077
2077
|
var getAvailableSignalIntegers = () => [...new Set(Object.values(os.constants.signals).sort((signalInteger, signalIntegerTwo) => signalInteger - signalIntegerTwo))].join(", ");
|
|
2078
2078
|
var getSignalDescription = (signal) => signalsByName[signal].description;
|
|
2079
2079
|
|
|
2080
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2080
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/kill.js
|
|
2081
2081
|
var normalizeForceKillAfterDelay = (forceKillAfterDelay) => {
|
|
2082
2082
|
if (forceKillAfterDelay === false) {
|
|
2083
2083
|
return forceKillAfterDelay;
|
|
@@ -2144,18 +2144,18 @@ var killOnTimeout = async ({ kill, forceKillAfterDelay, context, controllerSigna
|
|
|
2144
2144
|
}
|
|
2145
2145
|
};
|
|
2146
2146
|
|
|
2147
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2148
|
-
|
|
2147
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/cancel.js
|
|
2148
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2149
2149
|
|
|
2150
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2151
|
-
|
|
2150
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/abort-signal.js
|
|
2151
|
+
chunkA42CJAE3_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 });
|
|
2155
2155
|
}
|
|
2156
2156
|
};
|
|
2157
2157
|
|
|
2158
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2158
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/cancel.js
|
|
2159
2159
|
var validateCancelSignal = ({ cancelSignal }) => {
|
|
2160
2160
|
if (cancelSignal !== void 0 && Object.prototype.toString.call(cancelSignal) !== "[object AbortSignal]") {
|
|
2161
2161
|
throw new Error(`The \`cancelSignal\` option must be an AbortSignal: ${String(cancelSignal)}`);
|
|
@@ -2169,17 +2169,17 @@ var terminateOnCancel = async (subprocess, cancelSignal, context, { signal }) =>
|
|
|
2169
2169
|
throw cancelSignal.reason;
|
|
2170
2170
|
};
|
|
2171
2171
|
|
|
2172
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2173
|
-
|
|
2172
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/graceful.js
|
|
2173
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2174
2174
|
|
|
2175
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2176
|
-
|
|
2175
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/graceful.js
|
|
2176
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2177
2177
|
|
|
2178
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2179
|
-
|
|
2178
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/send.js
|
|
2179
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2180
2180
|
|
|
2181
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2182
|
-
|
|
2181
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/validation.js
|
|
2182
|
+
chunkA42CJAE3_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);
|
|
@@ -2251,11 +2251,11 @@ var disconnect = (anyProcess) => {
|
|
|
2251
2251
|
}
|
|
2252
2252
|
};
|
|
2253
2253
|
|
|
2254
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2255
|
-
|
|
2254
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/outgoing.js
|
|
2255
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2256
2256
|
|
|
2257
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2258
|
-
|
|
2257
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/deferred.js
|
|
2258
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2259
2259
|
var createDeferred = () => {
|
|
2260
2260
|
const methods = {};
|
|
2261
2261
|
const promise = new Promise((resolve, reject) => {
|
|
@@ -2264,8 +2264,8 @@ var createDeferred = () => {
|
|
|
2264
2264
|
return Object.assign(promise, methods);
|
|
2265
2265
|
};
|
|
2266
2266
|
|
|
2267
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2268
|
-
|
|
2267
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/fd-options.js
|
|
2268
|
+
chunkA42CJAE3_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);
|
|
@@ -2345,11 +2345,11 @@ var serializeOptionValue = (value) => {
|
|
|
2345
2345
|
return typeof value === "number" ? `${value}` : "Stream";
|
|
2346
2346
|
};
|
|
2347
2347
|
|
|
2348
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2349
|
-
|
|
2348
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/strict.js
|
|
2349
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2350
2350
|
|
|
2351
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2352
|
-
|
|
2351
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/utils/max-listeners.js
|
|
2352
|
+
chunkA42CJAE3_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) {
|
|
@@ -2361,14 +2361,14 @@ var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
|
|
|
2361
2361
|
});
|
|
2362
2362
|
};
|
|
2363
2363
|
|
|
2364
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2365
|
-
|
|
2364
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/forward.js
|
|
2365
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2366
2366
|
|
|
2367
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2368
|
-
|
|
2367
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/incoming.js
|
|
2368
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2369
2369
|
|
|
2370
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2371
|
-
|
|
2370
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/reference.js
|
|
2371
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2372
2372
|
var addReference = (channel, reference) => {
|
|
2373
2373
|
if (reference) {
|
|
2374
2374
|
addReferenceCount(channel);
|
|
@@ -2398,7 +2398,7 @@ var redoAddedReferences = (channel, isSubprocess) => {
|
|
|
2398
2398
|
}
|
|
2399
2399
|
};
|
|
2400
2400
|
|
|
2401
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2401
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/incoming.js
|
|
2402
2402
|
var onMessage = async ({ anyProcess, channel, isSubprocess, ipcEmitter }, wrappedMessage) => {
|
|
2403
2403
|
if (handleStrictResponse(wrappedMessage) || handleAbort(wrappedMessage)) {
|
|
2404
2404
|
return;
|
|
@@ -2439,7 +2439,7 @@ var onDisconnect = async ({ anyProcess, channel, isSubprocess, ipcEmitter, bound
|
|
|
2439
2439
|
};
|
|
2440
2440
|
var INCOMING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
2441
2441
|
|
|
2442
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2442
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/forward.js
|
|
2443
2443
|
var getIpcEmitter = (anyProcess, channel, isSubprocess) => {
|
|
2444
2444
|
if (IPC_EMITTERS.has(anyProcess)) {
|
|
2445
2445
|
return IPC_EMITTERS.get(anyProcess);
|
|
@@ -2478,7 +2478,7 @@ var isConnected = (anyProcess) => {
|
|
|
2478
2478
|
return ipcEmitter === void 0 ? anyProcess.channel !== null : ipcEmitter.connected;
|
|
2479
2479
|
};
|
|
2480
2480
|
|
|
2481
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2481
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/strict.js
|
|
2482
2482
|
var handleSendStrict = ({ anyProcess, channel, isSubprocess, message, strict }) => {
|
|
2483
2483
|
if (!strict) {
|
|
2484
2484
|
return message;
|
|
@@ -2561,7 +2561,7 @@ var throwOnDisconnect = async (anyProcess, isSubprocess, { signal }) => {
|
|
|
2561
2561
|
var REQUEST_TYPE = "execa:ipc:request";
|
|
2562
2562
|
var RESPONSE_TYPE = "execa:ipc:response";
|
|
2563
2563
|
|
|
2564
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2564
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/outgoing.js
|
|
2565
2565
|
var startSendMessage = (anyProcess, wrappedMessage, strict) => {
|
|
2566
2566
|
if (!OUTGOING_MESSAGES.has(anyProcess)) {
|
|
2567
2567
|
OUTGOING_MESSAGES.set(anyProcess, /* @__PURE__ */ new Set());
|
|
@@ -2588,7 +2588,7 @@ var OUTGOING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
|
2588
2588
|
var hasMessageListeners = (anyProcess, ipcEmitter) => ipcEmitter.listenerCount("message") > getMinListenerCount(anyProcess);
|
|
2589
2589
|
var getMinListenerCount = (anyProcess) => SUBPROCESS_OPTIONS.has(anyProcess) && !getFdSpecificValue(SUBPROCESS_OPTIONS.get(anyProcess).options.buffer, "ipc") ? 1 : 0;
|
|
2590
2590
|
|
|
2591
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2591
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/send.js
|
|
2592
2592
|
var sendMessage = ({ anyProcess, channel, isSubprocess, ipc }, message, { strict = false } = {}) => {
|
|
2593
2593
|
const methodName = "sendMessage";
|
|
2594
2594
|
validateIpcMethod({
|
|
@@ -2658,7 +2658,7 @@ var getSendMethod = (anyProcess) => {
|
|
|
2658
2658
|
};
|
|
2659
2659
|
var PROCESS_SEND_METHODS = /* @__PURE__ */ new WeakMap();
|
|
2660
2660
|
|
|
2661
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2661
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/graceful.js
|
|
2662
2662
|
var sendAbort = (subprocess, message) => {
|
|
2663
2663
|
const methodName = "cancelSignal";
|
|
2664
2664
|
validateConnection(methodName, false, subprocess.connected);
|
|
@@ -2709,7 +2709,7 @@ var abortOnDisconnect = () => {
|
|
|
2709
2709
|
};
|
|
2710
2710
|
var cancelController = new AbortController();
|
|
2711
2711
|
|
|
2712
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2712
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/graceful.js
|
|
2713
2713
|
var validateGracefulCancel = ({ gracefulCancel, cancelSignal, ipc, serialization }) => {
|
|
2714
2714
|
if (!gracefulCancel) {
|
|
2715
2715
|
return;
|
|
@@ -2765,8 +2765,8 @@ var getReason = ({ reason }) => {
|
|
|
2765
2765
|
return error;
|
|
2766
2766
|
};
|
|
2767
2767
|
|
|
2768
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2769
|
-
|
|
2768
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/timeout.js
|
|
2769
|
+
chunkA42CJAE3_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})`);
|
|
@@ -2780,8 +2780,8 @@ var killAfterTimeout = async (subprocess, timeout, context, { signal }) => {
|
|
|
2780
2780
|
throw new DiscardedError();
|
|
2781
2781
|
};
|
|
2782
2782
|
|
|
2783
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2784
|
-
|
|
2783
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/node.js
|
|
2784
|
+
chunkA42CJAE3_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()`.');
|
|
@@ -2820,8 +2820,8 @@ var handleNodeOption = (file, commandArguments, {
|
|
|
2820
2820
|
];
|
|
2821
2821
|
};
|
|
2822
2822
|
|
|
2823
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2824
|
-
|
|
2823
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/ipc-input.js
|
|
2824
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2825
2825
|
var validateIpcInputOption = ({ ipcInput, ipc, serialization }) => {
|
|
2826
2826
|
if (ipcInput === void 0) {
|
|
2827
2827
|
return;
|
|
@@ -2856,8 +2856,8 @@ var sendIpcInput = async (subprocess, ipcInput) => {
|
|
|
2856
2856
|
await subprocess.sendMessage(ipcInput);
|
|
2857
2857
|
};
|
|
2858
2858
|
|
|
2859
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2860
|
-
|
|
2859
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/encoding-option.js
|
|
2860
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
2861
2861
|
var validateEncoding = ({ encoding }) => {
|
|
2862
2862
|
if (ENCODINGS.has(encoding)) {
|
|
2863
2863
|
return;
|
|
@@ -2899,8 +2899,8 @@ var ENCODING_ALIASES = {
|
|
|
2899
2899
|
};
|
|
2900
2900
|
var serializeEncoding = (encoding) => typeof encoding === "string" ? `"${encoding}"` : String(encoding);
|
|
2901
2901
|
|
|
2902
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2903
|
-
|
|
2902
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/cwd.js
|
|
2903
|
+
chunkA42CJAE3_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);
|
|
@@ -2933,7 +2933,7 @@ ${originalMessage}`;
|
|
|
2933
2933
|
return originalMessage;
|
|
2934
2934
|
};
|
|
2935
2935
|
|
|
2936
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2936
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/options.js
|
|
2937
2937
|
var normalizeOptions = (filePath, rawArguments, rawOptions) => {
|
|
2938
2938
|
rawOptions.cwd = normalizeCwd(rawOptions.cwd);
|
|
2939
2939
|
const [processedFile, processedArguments, processedOptions] = handleNodeOption(filePath, rawArguments, rawOptions);
|
|
@@ -3004,18 +3004,18 @@ var getEnv = ({ env: envOption, extendEnv, preferLocal, node, localDirectory, no
|
|
|
3004
3004
|
return env;
|
|
3005
3005
|
};
|
|
3006
3006
|
|
|
3007
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3008
|
-
|
|
3007
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/arguments/shell.js
|
|
3008
|
+
chunkA42CJAE3_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
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3012
|
-
|
|
3011
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/result.js
|
|
3012
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3013
3013
|
|
|
3014
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3015
|
-
|
|
3014
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/message.js
|
|
3015
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3019
3019
|
function stripFinalNewline(input) {
|
|
3020
3020
|
if (typeof input === "string") {
|
|
3021
3021
|
return stripFinalNewlineString(input);
|
|
@@ -3032,17 +3032,17 @@ var LF_BINARY = LF.codePointAt(0);
|
|
|
3032
3032
|
var CR = "\r";
|
|
3033
3033
|
var CR_BINARY = CR.codePointAt(0);
|
|
3034
3034
|
|
|
3035
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3036
|
-
|
|
3035
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/max-buffer.js
|
|
3036
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3043
3043
|
|
|
3044
3044
|
// ../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js
|
|
3045
|
-
|
|
3045
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3397
3397
|
async function getStreamAsString(stream, options) {
|
|
3398
3398
|
return getStreamContents(stream, stringMethods, options);
|
|
3399
3399
|
}
|
|
@@ -3425,7 +3425,7 @@ var stringMethods = {
|
|
|
3425
3425
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
|
|
3426
3426
|
Object.assign(nodeImports, { on: events.on, finished: promises.finished });
|
|
3427
3427
|
|
|
3428
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3428
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/max-buffer.js
|
|
3429
3429
|
var handleMaxBuffer = ({ error, stream, readableObjectMode, lines, encoding, fdNumber }) => {
|
|
3430
3430
|
if (!(error instanceof MaxBufferError)) {
|
|
3431
3431
|
throw error;
|
|
@@ -3484,7 +3484,7 @@ var truncateMaxBufferSync = (result, isMaxBuffer, maxBuffer) => {
|
|
|
3484
3484
|
};
|
|
3485
3485
|
var getMaxBufferSync = ([, stdoutMaxBuffer]) => stdoutMaxBuffer;
|
|
3486
3486
|
|
|
3487
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3487
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/message.js
|
|
3488
3488
|
var createMessages = ({
|
|
3489
3489
|
stdio,
|
|
3490
3490
|
all,
|
|
@@ -3602,7 +3602,7 @@ var serializeMessageItem = (messageItem) => {
|
|
|
3602
3602
|
return "";
|
|
3603
3603
|
};
|
|
3604
3604
|
|
|
3605
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3605
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/result.js
|
|
3606
3606
|
var makeSuccessResult = ({
|
|
3607
3607
|
command,
|
|
3608
3608
|
escapedCommand,
|
|
@@ -3775,17 +3775,17 @@ var normalizeExitPayload = (rawExitCode, rawSignal) => {
|
|
|
3775
3775
|
return { exitCode, signal, signalDescription };
|
|
3776
3776
|
};
|
|
3777
3777
|
|
|
3778
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3779
|
-
|
|
3778
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/reject.js
|
|
3779
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3780
3780
|
|
|
3781
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3782
|
-
|
|
3781
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/complete.js
|
|
3782
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3783
3783
|
|
|
3784
3784
|
// ../../node_modules/.pnpm/pretty-ms@9.2.0/node_modules/pretty-ms/index.js
|
|
3785
|
-
|
|
3785
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3786
3786
|
|
|
3787
3787
|
// ../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/index.js
|
|
3788
|
-
|
|
3788
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3789
3789
|
var toZeroIfInfinity = (value) => Number.isFinite(value) ? value : 0;
|
|
3790
3790
|
function parseNumber(milliseconds) {
|
|
3791
3791
|
return {
|
|
@@ -3923,8 +3923,8 @@ function prettyMilliseconds(milliseconds, options) {
|
|
|
3923
3923
|
return sign + result.join(separator);
|
|
3924
3924
|
}
|
|
3925
3925
|
|
|
3926
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3927
|
-
|
|
3926
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/error.js
|
|
3927
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3928
3928
|
var logError = (result, verboseInfo) => {
|
|
3929
3929
|
if (result.failed) {
|
|
3930
3930
|
verboseLog({
|
|
@@ -3936,7 +3936,7 @@ var logError = (result, verboseInfo) => {
|
|
|
3936
3936
|
}
|
|
3937
3937
|
};
|
|
3938
3938
|
|
|
3939
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3939
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/complete.js
|
|
3940
3940
|
var logResult = (result, verboseInfo) => {
|
|
3941
3941
|
if (!isVerbose(verboseInfo)) {
|
|
3942
3942
|
return;
|
|
@@ -3954,7 +3954,7 @@ var logDuration = (result, verboseInfo) => {
|
|
|
3954
3954
|
});
|
|
3955
3955
|
};
|
|
3956
3956
|
|
|
3957
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3957
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/reject.js
|
|
3958
3958
|
var handleResult = (result, verboseInfo, { reject }) => {
|
|
3959
3959
|
logResult(result, verboseInfo);
|
|
3960
3960
|
if (result.failed && reject) {
|
|
@@ -3963,17 +3963,17 @@ var handleResult = (result, verboseInfo, { reject }) => {
|
|
|
3963
3963
|
return result;
|
|
3964
3964
|
};
|
|
3965
3965
|
|
|
3966
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3967
|
-
|
|
3966
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle-sync.js
|
|
3967
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3968
3968
|
|
|
3969
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3970
|
-
|
|
3969
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle.js
|
|
3970
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3971
3971
|
|
|
3972
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3973
|
-
|
|
3972
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/normalize.js
|
|
3973
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3974
3974
|
|
|
3975
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3976
|
-
|
|
3975
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/type.js
|
|
3976
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
3977
3977
|
var getStdioItemType = (value, optionName) => {
|
|
3978
3978
|
if (isAsyncGenerator(value)) {
|
|
3979
3979
|
return "asyncGenerator";
|
|
@@ -4099,8 +4099,8 @@ var TYPE_TO_MESSAGE = {
|
|
|
4099
4099
|
uint8Array: "a Uint8Array"
|
|
4100
4100
|
};
|
|
4101
4101
|
|
|
4102
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4103
|
-
|
|
4102
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/object-mode.js
|
|
4103
|
+
chunkA42CJAE3_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;
|
|
@@ -4120,7 +4120,7 @@ var getFdObjectMode = (stdioItems, direction) => {
|
|
|
4120
4120
|
return direction === "input" ? lastTransform.value.writableObjectMode : lastTransform.value.readableObjectMode;
|
|
4121
4121
|
};
|
|
4122
4122
|
|
|
4123
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4123
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/normalize.js
|
|
4124
4124
|
var normalizeTransforms = (stdioItems, optionName, direction, options) => [
|
|
4125
4125
|
...stdioItems.filter(({ type }) => !TRANSFORM_TYPES.has(type)),
|
|
4126
4126
|
...getTransforms(stdioItems, optionName, direction, options)
|
|
@@ -4214,8 +4214,8 @@ var normalizeGenerator = ({ stdioItem, stdioItem: { value }, index, newTransform
|
|
|
4214
4214
|
};
|
|
4215
4215
|
var sortTransforms = (newTransforms, direction) => direction === "input" ? newTransforms.reverse() : newTransforms;
|
|
4216
4216
|
|
|
4217
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4218
|
-
|
|
4217
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/direction.js
|
|
4218
|
+
chunkA42CJAE3_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")) {
|
|
@@ -4264,14 +4264,14 @@ var getStandardStreamDirection = (value) => {
|
|
|
4264
4264
|
};
|
|
4265
4265
|
var DEFAULT_DIRECTION = "output";
|
|
4266
4266
|
|
|
4267
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4268
|
-
|
|
4267
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/stdio-option.js
|
|
4268
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
4269
4269
|
|
|
4270
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4271
|
-
|
|
4270
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/array.js
|
|
4271
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
4272
4272
|
var normalizeIpcStdioArray = (stdioArray, ipc) => ipc && !stdioArray.includes("ipc") ? [...stdioArray, "ipc"] : stdioArray;
|
|
4273
4273
|
|
|
4274
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4274
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/stdio-option.js
|
|
4275
4275
|
var normalizeStdioOption = ({ stdio, ipc, buffer, ...options }, verboseInfo, isSync) => {
|
|
4276
4276
|
const stdioArray = getStdioArray(stdio, options).map((stdioOption, fdNumber) => addDefaultValue2(stdioOption, fdNumber));
|
|
4277
4277
|
return isSync ? normalizeStdioSync(stdioArray, buffer, verboseInfo) : normalizeIpcStdioArray(stdioArray, ipc);
|
|
@@ -4305,8 +4305,8 @@ var addDefaultValue2 = (stdioOption, fdNumber) => {
|
|
|
4305
4305
|
var normalizeStdioSync = (stdioArray, buffer, verboseInfo) => stdioArray.map((stdioOption, fdNumber) => !buffer[fdNumber] && fdNumber !== 0 && !isFullVerbose(verboseInfo, fdNumber) && isOutputPipeOnly(stdioOption) ? "ignore" : stdioOption);
|
|
4306
4306
|
var isOutputPipeOnly = (stdioOption) => stdioOption === "pipe" || Array.isArray(stdioOption) && stdioOption.every((item) => item === "pipe");
|
|
4307
4307
|
|
|
4308
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4309
|
-
|
|
4308
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/native.js
|
|
4309
|
+
chunkA42CJAE3_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;
|
|
@@ -4373,8 +4373,8 @@ var getStandardStream = (fdNumber, value, optionName) => {
|
|
|
4373
4373
|
return standardStream;
|
|
4374
4374
|
};
|
|
4375
4375
|
|
|
4376
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4377
|
-
|
|
4376
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/input-option.js
|
|
4377
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
4378
4378
|
var handleInputOptions = ({ input, inputFile }, fdNumber) => fdNumber === 0 ? [
|
|
4379
4379
|
...handleInputOption(input),
|
|
4380
4380
|
...handleInputFileOption(inputFile)
|
|
@@ -4410,8 +4410,8 @@ var getInputFileType = (inputFile) => {
|
|
|
4410
4410
|
throw new Error("The `inputFile` option must be a file path string or a file URL.");
|
|
4411
4411
|
};
|
|
4412
4412
|
|
|
4413
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4414
|
-
|
|
4413
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/duplicate.js
|
|
4414
|
+
chunkA42CJAE3_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);
|
|
@@ -4486,7 +4486,7 @@ var throwOnDuplicateStream = (stdioItem, optionName, type) => {
|
|
|
4486
4486
|
}
|
|
4487
4487
|
};
|
|
4488
4488
|
|
|
4489
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4489
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle.js
|
|
4490
4490
|
var handleStdio = (addProperties3, options, verboseInfo, isSync) => {
|
|
4491
4491
|
const stdio = normalizeStdioOption(options, verboseInfo, isSync);
|
|
4492
4492
|
const initialFileDescriptors = stdio.map((stdioOption, fdNumber) => getFileDescriptor({
|
|
@@ -4646,7 +4646,7 @@ var forwardStdio = (stdioItems) => {
|
|
|
4646
4646
|
return type === "native" ? value : "pipe";
|
|
4647
4647
|
};
|
|
4648
4648
|
|
|
4649
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4649
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle-sync.js
|
|
4650
4650
|
var handleStdioSync = (options, verboseInfo) => handleStdio(addPropertiesSync, options, verboseInfo, true);
|
|
4651
4651
|
var forbiddenIfSync = ({ type, optionName }) => {
|
|
4652
4652
|
throwInvalidSyncValue(optionName, TYPE_TO_MESSAGE[type]);
|
|
@@ -4692,19 +4692,19 @@ var addPropertiesSync = {
|
|
|
4692
4692
|
}
|
|
4693
4693
|
};
|
|
4694
4694
|
|
|
4695
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4696
|
-
|
|
4695
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/strip-newline.js
|
|
4696
|
+
chunkA42CJAE3_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
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4701
|
-
|
|
4700
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/input-sync.js
|
|
4701
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
4702
4702
|
|
|
4703
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4704
|
-
|
|
4703
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/generator.js
|
|
4704
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
4705
4705
|
|
|
4706
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4707
|
-
|
|
4706
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/split.js
|
|
4707
|
+
chunkA42CJAE3_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) => {
|
|
@@ -4784,8 +4784,8 @@ var linesUint8ArrayInfo = {
|
|
|
4784
4784
|
concatBytes: concatUint8Array
|
|
4785
4785
|
};
|
|
4786
4786
|
|
|
4787
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4788
|
-
|
|
4787
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/validate.js
|
|
4788
|
+
chunkA42CJAE3_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)) {
|
|
@@ -4813,8 +4813,8 @@ Instead, \`yield\` should either be called with a value, or not be called at all
|
|
|
4813
4813
|
}
|
|
4814
4814
|
};
|
|
4815
4815
|
|
|
4816
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4817
|
-
|
|
4816
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/encoding-transform.js
|
|
4817
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
4818
4818
|
var getEncodingTransformGenerator = (binary, encoding, skipped) => {
|
|
4819
4819
|
if (skipped) {
|
|
4820
4820
|
return;
|
|
@@ -4847,8 +4847,8 @@ var encodingStringFinal = function* (stringDecoder) {
|
|
|
4847
4847
|
}
|
|
4848
4848
|
};
|
|
4849
4849
|
|
|
4850
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4851
|
-
|
|
4850
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/run-async.js
|
|
4851
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
4852
4852
|
var pushChunks = util.callbackify(async (getChunks, state, getChunksArguments, transformStream) => {
|
|
4853
4853
|
state.currentIterable = getChunks(...getChunksArguments);
|
|
4854
4854
|
try {
|
|
@@ -4895,8 +4895,8 @@ var identityGenerator = function* (chunk) {
|
|
|
4895
4895
|
yield chunk;
|
|
4896
4896
|
};
|
|
4897
4897
|
|
|
4898
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4899
|
-
|
|
4898
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/run-sync.js
|
|
4899
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
4900
4900
|
var pushChunksSync = (getChunksSync, getChunksArguments, transformStream, done) => {
|
|
4901
4901
|
try {
|
|
4902
4902
|
for (const chunk of getChunksSync(...getChunksArguments)) {
|
|
@@ -4938,7 +4938,7 @@ var identityGenerator2 = function* (chunk) {
|
|
|
4938
4938
|
yield chunk;
|
|
4939
4939
|
};
|
|
4940
4940
|
|
|
4941
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4941
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/transform/generator.js
|
|
4942
4942
|
var generatorToStream = ({
|
|
4943
4943
|
value,
|
|
4944
4944
|
value: { transform, final, writableObjectMode, readableObjectMode },
|
|
@@ -4992,7 +4992,7 @@ var addInternalGenerators = ({ transform, final, binary, writableObjectMode, rea
|
|
|
4992
4992
|
].filter(Boolean);
|
|
4993
4993
|
};
|
|
4994
4994
|
|
|
4995
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4995
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/input-sync.js
|
|
4996
4996
|
var addInputOptionsSync = (fileDescriptors, options) => {
|
|
4997
4997
|
for (const fdNumber of getInputFdNumbers(fileDescriptors)) {
|
|
4998
4998
|
addInputOptionSync(fileDescriptors, fdNumber, options);
|
|
@@ -5025,11 +5025,11 @@ var validateSerializable = (newContents) => {
|
|
|
5025
5025
|
}
|
|
5026
5026
|
};
|
|
5027
5027
|
|
|
5028
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5029
|
-
|
|
5028
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/output-sync.js
|
|
5029
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5030
5030
|
|
|
5031
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5032
|
-
|
|
5031
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/output.js
|
|
5032
|
+
chunkA42CJAE3_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"]);
|
|
@@ -5056,7 +5056,7 @@ var logLine = (line, fdNumber, verboseInfo) => {
|
|
|
5056
5056
|
});
|
|
5057
5057
|
};
|
|
5058
5058
|
|
|
5059
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5059
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/output-sync.js
|
|
5060
5060
|
var transformOutputSync = ({ fileDescriptors, syncResult: { output }, options, isMaxBuffer, verboseInfo }) => {
|
|
5061
5061
|
if (output === null) {
|
|
5062
5062
|
return { output: Array.from({ length: 3 }) };
|
|
@@ -5159,8 +5159,8 @@ var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
|
|
|
5159
5159
|
}
|
|
5160
5160
|
};
|
|
5161
5161
|
|
|
5162
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5163
|
-
|
|
5162
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/all-sync.js
|
|
5163
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5164
5164
|
var getAllSync = ([, stdout2, stderr], options) => {
|
|
5165
5165
|
if (!options.all) {
|
|
5166
5166
|
return;
|
|
@@ -5183,11 +5183,11 @@ var getAllSync = ([, stdout2, stderr], options) => {
|
|
|
5183
5183
|
return `${stdout2}${stderr}`;
|
|
5184
5184
|
};
|
|
5185
5185
|
|
|
5186
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5187
|
-
|
|
5186
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/exit-sync.js
|
|
5187
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5188
5188
|
|
|
5189
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5190
|
-
|
|
5189
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/exit-async.js
|
|
5190
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5191
5191
|
var waitForExit = async (subprocess, context) => {
|
|
5192
5192
|
const [exitCode, signal] = await waitForExitOrError(subprocess);
|
|
5193
5193
|
context.isForcefullyTerminated ??= false;
|
|
@@ -5220,7 +5220,7 @@ var waitForSuccessfulExit = async (exitPromise) => {
|
|
|
5220
5220
|
var isSubprocessErrorExit = (exitCode, signal) => exitCode === void 0 && signal === void 0;
|
|
5221
5221
|
var isFailedExit = (exitCode, signal) => exitCode !== 0 || signal !== null;
|
|
5222
5222
|
|
|
5223
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5223
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/exit-sync.js
|
|
5224
5224
|
var getExitResultSync = ({ error, status: exitCode, signal, output }, { maxBuffer }) => {
|
|
5225
5225
|
const resultError = getResultError(error, exitCode, signal);
|
|
5226
5226
|
const timedOut = resultError?.code === "ETIMEDOUT";
|
|
@@ -5240,7 +5240,7 @@ var getResultError = (error, exitCode, signal) => {
|
|
|
5240
5240
|
return isFailedExit(exitCode, signal) ? new DiscardedError() : void 0;
|
|
5241
5241
|
};
|
|
5242
5242
|
|
|
5243
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5243
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/main-sync.js
|
|
5244
5244
|
var execaCoreSync = (rawFile, rawArguments, rawOptions) => {
|
|
5245
5245
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleSyncArguments(rawFile, rawArguments, rawOptions);
|
|
5246
5246
|
const result = spawnSubprocessSync({
|
|
@@ -5372,14 +5372,14 @@ var getSyncResult = ({ error, exitCode, signal, timedOut, isMaxBuffer, stdio, al
|
|
|
5372
5372
|
isSync: true
|
|
5373
5373
|
});
|
|
5374
5374
|
|
|
5375
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5376
|
-
|
|
5375
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/main-async.js
|
|
5376
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5377
5377
|
|
|
5378
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5379
|
-
|
|
5378
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/methods.js
|
|
5379
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5380
5380
|
|
|
5381
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5382
|
-
|
|
5381
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/get-one.js
|
|
5382
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5383
5383
|
var getOneMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true, filter } = {}) => {
|
|
5384
5384
|
validateIpcMethod({
|
|
5385
5385
|
methodName: "getOneMessage",
|
|
@@ -5433,8 +5433,8 @@ var throwOnStrictError = async (ipcEmitter, isSubprocess, { signal }) => {
|
|
|
5433
5433
|
throw getStrictResponseError(error, isSubprocess);
|
|
5434
5434
|
};
|
|
5435
5435
|
|
|
5436
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5437
|
-
|
|
5436
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/get-each.js
|
|
5437
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5438
5438
|
var getEachMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true } = {}) => loopOnMessages({
|
|
5439
5439
|
anyProcess,
|
|
5440
5440
|
channel,
|
|
@@ -5512,7 +5512,7 @@ var throwIfStrictError = ({ error }) => {
|
|
|
5512
5512
|
}
|
|
5513
5513
|
};
|
|
5514
5514
|
|
|
5515
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5515
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/methods.js
|
|
5516
5516
|
var addIpcMethods = (subprocess, { ipc }) => {
|
|
5517
5517
|
Object.assign(subprocess, getIpcMethods(subprocess, false, ipc));
|
|
5518
5518
|
};
|
|
@@ -5551,8 +5551,8 @@ var getIpcMethods = (anyProcess, isSubprocess, ipc) => ({
|
|
|
5551
5551
|
})
|
|
5552
5552
|
});
|
|
5553
5553
|
|
|
5554
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5555
|
-
|
|
5554
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/return/early-error.js
|
|
5555
|
+
chunkA42CJAE3_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();
|
|
@@ -5599,8 +5599,8 @@ var duplex = () => new stream.Duplex({ read() {
|
|
|
5599
5599
|
} });
|
|
5600
5600
|
var handleDummyPromise = async (error, verboseInfo, options) => handleResult(error, verboseInfo, options);
|
|
5601
5601
|
|
|
5602
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5603
|
-
|
|
5602
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/stdio/handle-async.js
|
|
5603
|
+
chunkA42CJAE3_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]}.`);
|
|
@@ -5642,11 +5642,11 @@ var addPropertiesAsync = {
|
|
|
5642
5642
|
}
|
|
5643
5643
|
};
|
|
5644
5644
|
|
|
5645
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5646
|
-
|
|
5645
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/output-async.js
|
|
5646
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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}\`.`);
|
|
@@ -5860,8 +5860,8 @@ var updateMaxListeners = (passThroughStream, increment2) => {
|
|
|
5860
5860
|
var PASSTHROUGH_LISTENERS_COUNT = 2;
|
|
5861
5861
|
var PASSTHROUGH_LISTENERS_PER_STREAM = 1;
|
|
5862
5862
|
|
|
5863
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5864
|
-
|
|
5863
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/pipeline.js
|
|
5864
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5865
5865
|
var pipeStreams = (source, destination) => {
|
|
5866
5866
|
source.pipe(destination);
|
|
5867
5867
|
onSourceFinish(source, destination);
|
|
@@ -5898,7 +5898,7 @@ var abortSourceStream = (source) => {
|
|
|
5898
5898
|
}
|
|
5899
5899
|
};
|
|
5900
5900
|
|
|
5901
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5901
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/output-async.js
|
|
5902
5902
|
var pipeOutputAsync = (subprocess, fileDescriptors, controller) => {
|
|
5903
5903
|
const pipeGroups = /* @__PURE__ */ new Map();
|
|
5904
5904
|
for (const [fdNumber, { stdioItems, direction }] of Object.entries(fileDescriptors)) {
|
|
@@ -5950,14 +5950,14 @@ var setStandardStreamMaxListeners = (stream, { signal }) => {
|
|
|
5950
5950
|
};
|
|
5951
5951
|
var MAX_LISTENERS_INCREMENT = 2;
|
|
5952
5952
|
|
|
5953
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5954
|
-
|
|
5953
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/cleanup.js
|
|
5954
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
5961
5961
|
var signals = [];
|
|
5962
5962
|
signals.push("SIGHUP", "SIGINT", "SIGTERM");
|
|
5963
5963
|
if (process.platform !== "win32") {
|
|
@@ -6191,7 +6191,7 @@ var {
|
|
|
6191
6191
|
*/
|
|
6192
6192
|
onExit} = signalExitWrap(processOk(process9) ? new SignalExit(process9) : new SignalExitFallback());
|
|
6193
6193
|
|
|
6194
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6194
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/terminate/cleanup.js
|
|
6195
6195
|
var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
6196
6196
|
if (!cleanup || detached) {
|
|
6197
6197
|
return;
|
|
@@ -6204,11 +6204,11 @@ var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
|
6204
6204
|
});
|
|
6205
6205
|
};
|
|
6206
6206
|
|
|
6207
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6208
|
-
|
|
6207
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/setup.js
|
|
6208
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6209
6209
|
|
|
6210
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6211
|
-
|
|
6210
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/pipe-arguments.js
|
|
6211
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6212
6212
|
var normalizePipeArguments = ({ source, sourcePromise, boundOptions, createNested }, ...pipeArguments) => {
|
|
6213
6213
|
const startTime = getStartTime();
|
|
6214
6214
|
const {
|
|
@@ -6281,8 +6281,8 @@ var getSourceStream = (source, from) => {
|
|
|
6281
6281
|
}
|
|
6282
6282
|
};
|
|
6283
6283
|
|
|
6284
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6285
|
-
|
|
6284
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/throw.js
|
|
6285
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6286
6286
|
var handlePipeArgumentsError = ({
|
|
6287
6287
|
sourceStream,
|
|
6288
6288
|
sourceError,
|
|
@@ -6331,8 +6331,8 @@ var createNonCommandError = ({ error, fileDescriptors, sourceOptions, startTime
|
|
|
6331
6331
|
});
|
|
6332
6332
|
var PIPE_COMMAND_MESSAGE = "source.pipe(destination)";
|
|
6333
6333
|
|
|
6334
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6335
|
-
|
|
6334
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/sequence.js
|
|
6335
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6336
6336
|
var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
6337
6337
|
const [
|
|
6338
6338
|
{ status: sourceStatus, reason: sourceReason, value: sourceResult = sourceReason },
|
|
@@ -6350,8 +6350,8 @@ var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
|
6350
6350
|
return destinationResult;
|
|
6351
6351
|
};
|
|
6352
6352
|
|
|
6353
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6354
|
-
|
|
6353
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/streaming.js
|
|
6354
|
+
chunkA42CJAE3_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);
|
|
@@ -6381,8 +6381,8 @@ var MERGED_STREAMS = /* @__PURE__ */ new WeakMap();
|
|
|
6381
6381
|
var SOURCE_LISTENERS_PER_PIPE = 2;
|
|
6382
6382
|
var DESTINATION_LISTENERS_PER_PIPE = 1;
|
|
6383
6383
|
|
|
6384
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6385
|
-
|
|
6384
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/abort.js
|
|
6385
|
+
chunkA42CJAE3_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);
|
|
@@ -6396,7 +6396,7 @@ var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fil
|
|
|
6396
6396
|
});
|
|
6397
6397
|
};
|
|
6398
6398
|
|
|
6399
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6399
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/pipe/setup.js
|
|
6400
6400
|
var pipeToSubprocess = (sourceInfo, ...pipeArguments) => {
|
|
6401
6401
|
if (isPlainObject(pipeArguments[0])) {
|
|
6402
6402
|
return pipeToSubprocess.bind(void 0, {
|
|
@@ -6455,17 +6455,17 @@ var handlePipePromise = async ({
|
|
|
6455
6455
|
};
|
|
6456
6456
|
var getSubprocessPromises = (sourcePromise, destination) => Promise.allSettled([sourcePromise, destination]);
|
|
6457
6457
|
|
|
6458
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6459
|
-
|
|
6458
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/all-async.js
|
|
6459
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6460
6460
|
|
|
6461
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6462
|
-
|
|
6461
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/stdio.js
|
|
6462
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6463
6463
|
|
|
6464
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6465
|
-
|
|
6464
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/contents.js
|
|
6465
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6466
6466
|
|
|
6467
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6468
|
-
|
|
6467
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/iterate.js
|
|
6468
|
+
chunkA42CJAE3_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);
|
|
@@ -6556,7 +6556,7 @@ var getGenerators = ({ binary, shouldEncode, encoding, shouldSplit, preserveNewl
|
|
|
6556
6556
|
getSplitLinesGenerator(binary, preserveNewlines, !shouldSplit, {})
|
|
6557
6557
|
].filter(Boolean);
|
|
6558
6558
|
|
|
6559
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6559
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/io/contents.js
|
|
6560
6560
|
var getStreamOutput = async ({ stream, onStreamEnd, fdNumber, encoding, buffer, maxBuffer, lines, allMixed, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => {
|
|
6561
6561
|
const logPromise = logOutputAsync({
|
|
6562
6562
|
stream,
|
|
@@ -6647,8 +6647,8 @@ var getBufferedData = async (streamPromise) => {
|
|
|
6647
6647
|
};
|
|
6648
6648
|
var handleBufferedData = ({ bufferedData }) => isArrayBuffer(bufferedData) ? new Uint8Array(bufferedData) : bufferedData;
|
|
6649
6649
|
|
|
6650
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6651
|
-
|
|
6650
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/wait-stream.js
|
|
6651
|
+
chunkA42CJAE3_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();
|
|
@@ -6700,7 +6700,7 @@ var isInputFileDescriptor = ({ fileDescriptors }, fdNumber) => fdNumber !== "all
|
|
|
6700
6700
|
var isStreamAbort = (error) => error?.code === "ERR_STREAM_PREMATURE_CLOSE";
|
|
6701
6701
|
var isStreamEpipe = (error) => error?.code === "EPIPE";
|
|
6702
6702
|
|
|
6703
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6703
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/stdio.js
|
|
6704
6704
|
var waitForStdioStreams = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => subprocess.stdio.map((stream, fdNumber) => waitForSubprocessStream({
|
|
6705
6705
|
stream,
|
|
6706
6706
|
fdNumber,
|
|
@@ -6741,7 +6741,7 @@ var waitForSubprocessStream = async ({ stream, fdNumber, encoding, buffer, maxBu
|
|
|
6741
6741
|
return output;
|
|
6742
6742
|
};
|
|
6743
6743
|
|
|
6744
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6744
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/all-async.js
|
|
6745
6745
|
var makeAllStream = ({ stdout: stdout2, stderr }, { all }) => all && (stdout2 || stderr) ? mergeStreams([stdout2, stderr].filter(Boolean)) : void 0;
|
|
6746
6746
|
var waitForAllStream = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => waitForSubprocessStream({
|
|
6747
6747
|
...getAllStream(subprocess, buffer),
|
|
@@ -6769,14 +6769,14 @@ var getAllStream = ({ stdout: stdout2, stderr, all }, [, bufferStdout, bufferStd
|
|
|
6769
6769
|
};
|
|
6770
6770
|
var getAllMixed = ({ all, stdout: stdout2, stderr }) => all && stdout2 && stderr && stdout2.readableObjectMode !== stderr.readableObjectMode;
|
|
6771
6771
|
|
|
6772
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6773
|
-
|
|
6772
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/wait-subprocess.js
|
|
6773
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6774
6774
|
|
|
6775
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6776
|
-
|
|
6775
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/buffer-messages.js
|
|
6776
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6777
6777
|
|
|
6778
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6779
|
-
|
|
6778
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/verbose/ipc.js
|
|
6779
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6780
6780
|
var shouldLogIpc = (verboseInfo) => isFullVerbose(verboseInfo, "ipc");
|
|
6781
6781
|
var logIpcOutput = (message, verboseInfo) => {
|
|
6782
6782
|
const verboseMessage = serializeVerboseMessage(message);
|
|
@@ -6788,7 +6788,7 @@ var logIpcOutput = (message, verboseInfo) => {
|
|
|
6788
6788
|
});
|
|
6789
6789
|
};
|
|
6790
6790
|
|
|
6791
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6791
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/ipc/buffer-messages.js
|
|
6792
6792
|
var waitForIpcOutput = async ({
|
|
6793
6793
|
subprocess,
|
|
6794
6794
|
buffer: bufferArray,
|
|
@@ -6826,7 +6826,7 @@ var getBufferedIpcOutput = async (ipcOutputPromise, ipcOutput) => {
|
|
|
6826
6826
|
return ipcOutput;
|
|
6827
6827
|
};
|
|
6828
6828
|
|
|
6829
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6829
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/resolve/wait-subprocess.js
|
|
6830
6830
|
var waitForSubprocessResult = async ({
|
|
6831
6831
|
subprocess,
|
|
6832
6832
|
options: {
|
|
@@ -6942,11 +6942,11 @@ var throwOnSubprocessError = async (subprocess, { signal }) => {
|
|
|
6942
6942
|
throw error;
|
|
6943
6943
|
};
|
|
6944
6944
|
|
|
6945
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6946
|
-
|
|
6945
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/add.js
|
|
6946
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6947
6947
|
|
|
6948
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6949
|
-
|
|
6948
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/concurrent.js
|
|
6949
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6950
6950
|
var initializeConcurrentStreams = () => ({
|
|
6951
6951
|
readableDestroy: /* @__PURE__ */ new WeakMap(),
|
|
6952
6952
|
writableFinal: /* @__PURE__ */ new WeakMap(),
|
|
@@ -6972,11 +6972,11 @@ var waitForConcurrentStreams = async ({ resolve, promises }, subprocess) => {
|
|
|
6972
6972
|
return !isSubprocessExit;
|
|
6973
6973
|
};
|
|
6974
6974
|
|
|
6975
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6976
|
-
|
|
6975
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/readable.js
|
|
6976
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6977
6977
|
|
|
6978
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6979
|
-
|
|
6978
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/shared.js
|
|
6979
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
6980
6980
|
var safeWaitForSubprocessStdin = async (subprocessStdin) => {
|
|
6981
6981
|
if (subprocessStdin === void 0) {
|
|
6982
6982
|
return;
|
|
@@ -7015,7 +7015,7 @@ var destroyOtherStream = (stream, isOpen, error) => {
|
|
|
7015
7015
|
}
|
|
7016
7016
|
};
|
|
7017
7017
|
|
|
7018
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7018
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/readable.js
|
|
7019
7019
|
var createReadable = ({ subprocess, concurrentStreams, encoding }, { from, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
7020
7020
|
const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
|
|
7021
7021
|
const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
|
|
@@ -7100,8 +7100,8 @@ var destroyOtherReadable = (stream, error) => {
|
|
|
7100
7100
|
destroyOtherStream(stream, stream.readable, error);
|
|
7101
7101
|
};
|
|
7102
7102
|
|
|
7103
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7104
|
-
|
|
7103
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/writable.js
|
|
7104
|
+
chunkA42CJAE3_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({
|
|
@@ -7165,8 +7165,8 @@ var destroyOtherWritable = (stream, error) => {
|
|
|
7165
7165
|
destroyOtherStream(stream, stream.writable, error);
|
|
7166
7166
|
};
|
|
7167
7167
|
|
|
7168
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7169
|
-
|
|
7168
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/duplex.js
|
|
7169
|
+
chunkA42CJAE3_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);
|
|
@@ -7218,8 +7218,8 @@ var onDuplexDestroy = async ({ subprocessStdout, subprocessStdin, subprocess, wa
|
|
|
7218
7218
|
]);
|
|
7219
7219
|
};
|
|
7220
7220
|
|
|
7221
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7222
|
-
|
|
7221
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/iterable.js
|
|
7222
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
7223
7223
|
var createIterable = (subprocess, encoding, {
|
|
7224
7224
|
from,
|
|
7225
7225
|
binary: binaryOption = false,
|
|
@@ -7248,7 +7248,7 @@ var iterateOnStdoutData = async function* (onStdoutData, subprocessStdout, subpr
|
|
|
7248
7248
|
}
|
|
7249
7249
|
};
|
|
7250
7250
|
|
|
7251
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7251
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/convert/add.js
|
|
7252
7252
|
var addConvertedStreams = (subprocess, { encoding }) => {
|
|
7253
7253
|
const concurrentStreams = initializeConcurrentStreams();
|
|
7254
7254
|
subprocess.readable = createReadable.bind(void 0, { subprocess, concurrentStreams, encoding });
|
|
@@ -7258,8 +7258,8 @@ var addConvertedStreams = (subprocess, { encoding }) => {
|
|
|
7258
7258
|
subprocess[Symbol.asyncIterator] = createIterable.bind(void 0, subprocess, encoding, {});
|
|
7259
7259
|
};
|
|
7260
7260
|
|
|
7261
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7262
|
-
|
|
7261
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/promise.js
|
|
7262
|
+
chunkA42CJAE3_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);
|
|
@@ -7273,7 +7273,7 @@ var descriptors = ["then", "catch", "finally"].map((property) => [
|
|
|
7273
7273
|
Reflect.getOwnPropertyDescriptor(nativePromisePrototype, property)
|
|
7274
7274
|
]);
|
|
7275
7275
|
|
|
7276
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7276
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/main-async.js
|
|
7277
7277
|
var execaCoreAsync = (rawFile, rawArguments, rawOptions, createNested) => {
|
|
7278
7278
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleAsyncArguments(rawFile, rawArguments, rawOptions);
|
|
7279
7279
|
const { subprocess, promise } = spawnSubprocessAsync({
|
|
@@ -7428,8 +7428,8 @@ var getAsyncResult = ({ errorInfo, exitCode, signal, stdio, all, ipcOutput, cont
|
|
|
7428
7428
|
startTime
|
|
7429
7429
|
});
|
|
7430
7430
|
|
|
7431
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7432
|
-
|
|
7431
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/bind.js
|
|
7432
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
7433
7433
|
var mergeOptions = (boundOptions, options) => {
|
|
7434
7434
|
const newOptions = Object.fromEntries(
|
|
7435
7435
|
Object.entries(options).map(([optionName, optionValue]) => [
|
|
@@ -7447,7 +7447,7 @@ var mergeOption = (optionName, boundOptionValue, optionValue) => {
|
|
|
7447
7447
|
};
|
|
7448
7448
|
var DEEP_OPTIONS = /* @__PURE__ */ new Set(["env", ...FD_SPECIFIC_OPTIONS]);
|
|
7449
7449
|
|
|
7450
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7450
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/create.js
|
|
7451
7451
|
var createExeca = (mapArguments, boundOptions, deepOptions, setBoundExeca) => {
|
|
7452
7452
|
const createNested = (mapArguments2, boundOptions2, setBoundExeca2) => createExeca(mapArguments2, boundOptions2, deepOptions, setBoundExeca2);
|
|
7453
7453
|
const boundExeca = (...execaArguments) => callBoundExeca({
|
|
@@ -7493,8 +7493,8 @@ var parseArguments = ({ mapArguments, firstArgument, nextArguments, deepOptions,
|
|
|
7493
7493
|
};
|
|
7494
7494
|
};
|
|
7495
7495
|
|
|
7496
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7497
|
-
|
|
7496
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/command.js
|
|
7497
|
+
chunkA42CJAE3_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) => {
|
|
@@ -7525,8 +7525,8 @@ var parseCommandString = (command) => {
|
|
|
7525
7525
|
};
|
|
7526
7526
|
var SPACES_REGEXP = / +/g;
|
|
7527
7527
|
|
|
7528
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7529
|
-
|
|
7528
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/lib/methods/script.js
|
|
7529
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
7530
7530
|
var setScriptSync = (boundExeca, createNested, boundOptions) => {
|
|
7531
7531
|
boundExeca.sync = createNested(mapScriptSync, boundOptions);
|
|
7532
7532
|
boundExeca.s = boundExeca.sync;
|
|
@@ -7537,7 +7537,7 @@ var getScriptOptions = (options) => ({ options: { ...getScriptStdinOption(option
|
|
|
7537
7537
|
var getScriptStdinOption = ({ input, inputFile, stdio }) => input === void 0 && inputFile === void 0 && stdio === void 0 ? { stdin: "inherit" } : {};
|
|
7538
7538
|
var deepScriptOptions = { preferLocal: true };
|
|
7539
7539
|
|
|
7540
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7540
|
+
// ../../node_modules/.pnpm/execa@9.6.0/node_modules/execa/index.js
|
|
7541
7541
|
var execa = createExeca(() => ({}));
|
|
7542
7542
|
createExeca(() => ({ isSync: true }));
|
|
7543
7543
|
createExeca(mapCommandAsync);
|
|
@@ -7547,7 +7547,7 @@ createExeca(mapScriptAsync, {}, deepScriptOptions, setScriptSync);
|
|
|
7547
7547
|
getIpcExport();
|
|
7548
7548
|
|
|
7549
7549
|
// src/utils/Writables.ts
|
|
7550
|
-
|
|
7550
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
7570
|
+
var import_index = chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_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
|
+
chunkA42CJAE3_cjs.init_cjs_shims();
|
|
8097
8097
|
|
|
8098
8098
|
// src/utils/parseHrtimeToSeconds.ts
|
|
8099
|
-
|
|
8099
|
+
chunkA42CJAE3_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-WHA26CFI.cjs.map
|
|
8248
|
+
//# sourceMappingURL=generate-WHA26CFI.cjs.map
|