@kubb/cli 3.1.0 → 3.3.0
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-MYVA3UGC.cjs → chunk-OW56LCTL.cjs} +174 -171
- package/dist/chunk-OW56LCTL.cjs.map +1 -0
- package/dist/{generate-ZT4DNLNG.cjs → generate-RFX7B76N.cjs} +16 -16
- package/dist/{generate-ZT4DNLNG.cjs.map → generate-RFX7B76N.cjs.map} +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/dist/chunk-MYVA3UGC.cjs.map +0 -1
|
@@ -79,10 +79,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
79
79
|
mod
|
|
80
80
|
));
|
|
81
81
|
|
|
82
|
-
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.48.0_@types+node@20.17.
|
|
82
|
+
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.48.0_@types+node@20.17.10__@swc+core@1.7.22_jiti@2.4.1__hkerfy4gjupxun6rli2ifyvj2q/node_modules/tsup/assets/cjs_shims.js
|
|
83
83
|
var getImportMetaUrl; exports.importMetaUrl = void 0;
|
|
84
84
|
var init_cjs_shims = __esm({
|
|
85
|
-
"../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.48.0_@types+node@20.17.
|
|
85
|
+
"../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.48.0_@types+node@20.17.10__@swc+core@1.7.22_jiti@2.4.1__hkerfy4gjupxun6rli2ifyvj2q/node_modules/tsup/assets/cjs_shims.js"() {
|
|
86
86
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
87
87
|
exports.importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
88
88
|
}
|
|
@@ -333,9 +333,9 @@ var require_path_key = __commonJS({
|
|
|
333
333
|
}
|
|
334
334
|
});
|
|
335
335
|
|
|
336
|
-
// ../../node_modules/.pnpm/cross-spawn@7.0.
|
|
336
|
+
// ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js
|
|
337
337
|
var require_resolveCommand = __commonJS({
|
|
338
|
-
"../../node_modules/.pnpm/cross-spawn@7.0.
|
|
338
|
+
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js"(exports, module) {
|
|
339
339
|
init_cjs_shims();
|
|
340
340
|
var path7 = __require("path");
|
|
341
341
|
var which = require_which();
|
|
@@ -375,9 +375,9 @@ var require_resolveCommand = __commonJS({
|
|
|
375
375
|
}
|
|
376
376
|
});
|
|
377
377
|
|
|
378
|
-
// ../../node_modules/.pnpm/cross-spawn@7.0.
|
|
378
|
+
// ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js
|
|
379
379
|
var require_escape = __commonJS({
|
|
380
|
-
"../../node_modules/.pnpm/cross-spawn@7.0.
|
|
380
|
+
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js"(exports, module) {
|
|
381
381
|
init_cjs_shims();
|
|
382
382
|
var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
383
383
|
function escapeCommand(arg) {
|
|
@@ -386,8 +386,8 @@ var require_escape = __commonJS({
|
|
|
386
386
|
}
|
|
387
387
|
function escapeArgument(arg, doubleEscapeMetaChars) {
|
|
388
388
|
arg = `${arg}`;
|
|
389
|
-
arg = arg.replace(/(
|
|
390
|
-
arg = arg.replace(/(
|
|
389
|
+
arg = arg.replace(/(?=(\\+?)?)\1"/g, '$1$1\\"');
|
|
390
|
+
arg = arg.replace(/(?=(\\+?)?)\1$/, "$1$1");
|
|
391
391
|
arg = `"${arg}"`;
|
|
392
392
|
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
393
393
|
if (doubleEscapeMetaChars) {
|
|
@@ -428,9 +428,9 @@ var require_shebang_command = __commonJS({
|
|
|
428
428
|
}
|
|
429
429
|
});
|
|
430
430
|
|
|
431
|
-
// ../../node_modules/.pnpm/cross-spawn@7.0.
|
|
431
|
+
// ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js
|
|
432
432
|
var require_readShebang = __commonJS({
|
|
433
|
-
"../../node_modules/.pnpm/cross-spawn@7.0.
|
|
433
|
+
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js"(exports, module) {
|
|
434
434
|
init_cjs_shims();
|
|
435
435
|
var fs = __require("fs");
|
|
436
436
|
var shebangCommand = require_shebang_command();
|
|
@@ -450,9 +450,9 @@ var require_readShebang = __commonJS({
|
|
|
450
450
|
}
|
|
451
451
|
});
|
|
452
452
|
|
|
453
|
-
// ../../node_modules/.pnpm/cross-spawn@7.0.
|
|
453
|
+
// ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js
|
|
454
454
|
var require_parse = __commonJS({
|
|
455
|
-
"../../node_modules/.pnpm/cross-spawn@7.0.
|
|
455
|
+
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js"(exports, module) {
|
|
456
456
|
init_cjs_shims();
|
|
457
457
|
var path7 = __require("path");
|
|
458
458
|
var resolveCommand = require_resolveCommand();
|
|
@@ -512,9 +512,9 @@ var require_parse = __commonJS({
|
|
|
512
512
|
}
|
|
513
513
|
});
|
|
514
514
|
|
|
515
|
-
// ../../node_modules/.pnpm/cross-spawn@7.0.
|
|
515
|
+
// ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js
|
|
516
516
|
var require_enoent = __commonJS({
|
|
517
|
-
"../../node_modules/.pnpm/cross-spawn@7.0.
|
|
517
|
+
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js"(exports, module) {
|
|
518
518
|
init_cjs_shims();
|
|
519
519
|
var isWin = process.platform === "win32";
|
|
520
520
|
function notFoundError(original, syscall) {
|
|
@@ -562,9 +562,9 @@ var require_enoent = __commonJS({
|
|
|
562
562
|
}
|
|
563
563
|
});
|
|
564
564
|
|
|
565
|
-
// ../../node_modules/.pnpm/cross-spawn@7.0.
|
|
565
|
+
// ../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js
|
|
566
566
|
var require_cross_spawn = __commonJS({
|
|
567
|
-
"../../node_modules/.pnpm/cross-spawn@7.0.
|
|
567
|
+
"../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js"(exports, module) {
|
|
568
568
|
init_cjs_shims();
|
|
569
569
|
var cp = __require("child_process");
|
|
570
570
|
var parse = require_parse();
|
|
@@ -835,10 +835,10 @@ function p(n2 = false) {
|
|
|
835
835
|
}
|
|
836
836
|
var p2 = p(tty.isatty(1));
|
|
837
837
|
|
|
838
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
838
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/index.js
|
|
839
839
|
init_cjs_shims();
|
|
840
840
|
|
|
841
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
841
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/create.js
|
|
842
842
|
init_cjs_shims();
|
|
843
843
|
|
|
844
844
|
// ../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js
|
|
@@ -851,10 +851,10 @@ function isPlainObject(value) {
|
|
|
851
851
|
return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in value) && !(Symbol.iterator in value);
|
|
852
852
|
}
|
|
853
853
|
|
|
854
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
854
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/parameters.js
|
|
855
855
|
init_cjs_shims();
|
|
856
856
|
|
|
857
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
857
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/file-url.js
|
|
858
858
|
init_cjs_shims();
|
|
859
859
|
var safeNormalizeFileUrl = (file, name) => {
|
|
860
860
|
const fileString = normalizeFileUrl(normalizeDenoExecPath(file));
|
|
@@ -867,7 +867,7 @@ var normalizeDenoExecPath = (file) => isDenoExecPath(file) ? file.toString() : f
|
|
|
867
867
|
var isDenoExecPath = (file) => typeof file !== "string" && file && Object.getPrototypeOf(file) === String.prototype;
|
|
868
868
|
var normalizeFileUrl = (file) => file instanceof URL ? url.fileURLToPath(file) : file;
|
|
869
869
|
|
|
870
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
870
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/parameters.js
|
|
871
871
|
var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
|
|
872
872
|
const filePath = safeNormalizeFileUrl(rawFile, "First argument");
|
|
873
873
|
const [commandArguments, options] = isPlainObject(rawArguments) ? [[], rawArguments] : [rawArguments, rawOptions];
|
|
@@ -888,10 +888,10 @@ var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
|
|
|
888
888
|
return [filePath, normalizedArguments, options];
|
|
889
889
|
};
|
|
890
890
|
|
|
891
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
891
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/template.js
|
|
892
892
|
init_cjs_shims();
|
|
893
893
|
|
|
894
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
894
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/uint-array.js
|
|
895
895
|
init_cjs_shims();
|
|
896
896
|
var { toString: objectToString } = Object.prototype;
|
|
897
897
|
var isArrayBuffer = (value) => objectToString.call(value) === "[object ArrayBuffer]";
|
|
@@ -938,7 +938,7 @@ var getJoinLength = (uint8Arrays) => {
|
|
|
938
938
|
return joinLength;
|
|
939
939
|
};
|
|
940
940
|
|
|
941
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
941
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/template.js
|
|
942
942
|
var isTemplateString = (templates) => Array.isArray(templates) && Array.isArray(templates.raw);
|
|
943
943
|
var parseTemplates = (templates, expressions) => {
|
|
944
944
|
let tokens = [];
|
|
@@ -986,7 +986,10 @@ var splitByWhitespaces = (template, rawTemplate) => {
|
|
|
986
986
|
templateStart = templateIndex + 1;
|
|
987
987
|
} else if (rawCharacter === "\\") {
|
|
988
988
|
const nextRawCharacter = rawTemplate[rawIndex + 1];
|
|
989
|
-
if (nextRawCharacter === "
|
|
989
|
+
if (nextRawCharacter === "\n") {
|
|
990
|
+
templateIndex -= 1;
|
|
991
|
+
rawIndex += 1;
|
|
992
|
+
} else if (nextRawCharacter === "u" && rawTemplate[rawIndex + 2] === "{") {
|
|
990
993
|
rawIndex = rawTemplate.indexOf("}", rawIndex + 3);
|
|
991
994
|
} else {
|
|
992
995
|
rawIndex += ESCAPE_LENGTH[nextRawCharacter] ?? 1;
|
|
@@ -1035,29 +1038,29 @@ var getSubprocessResult = ({ stdout: stdout2 }) => {
|
|
|
1035
1038
|
throw new TypeError(`Unexpected "${typeof stdout2}" stdout in template expression`);
|
|
1036
1039
|
};
|
|
1037
1040
|
|
|
1038
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1041
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-sync.js
|
|
1039
1042
|
init_cjs_shims();
|
|
1040
1043
|
|
|
1041
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1044
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/command.js
|
|
1042
1045
|
init_cjs_shims();
|
|
1043
1046
|
|
|
1044
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1047
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/start.js
|
|
1045
1048
|
init_cjs_shims();
|
|
1046
1049
|
|
|
1047
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1050
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/values.js
|
|
1048
1051
|
init_cjs_shims();
|
|
1049
1052
|
|
|
1050
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1053
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/specific.js
|
|
1051
1054
|
init_cjs_shims();
|
|
1052
1055
|
|
|
1053
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1056
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/standard-stream.js
|
|
1054
1057
|
init_cjs_shims();
|
|
1055
1058
|
var isStandardStream = (stream) => STANDARD_STREAMS.includes(stream);
|
|
1056
1059
|
var STANDARD_STREAMS = [process3__namespace.default.stdin, process3__namespace.default.stdout, process3__namespace.default.stderr];
|
|
1057
1060
|
var STANDARD_STREAMS_ALIASES = ["stdin", "stdout", "stderr"];
|
|
1058
1061
|
var getStreamName = (fdNumber) => STANDARD_STREAMS_ALIASES[fdNumber] ?? `stdio[${fdNumber}]`;
|
|
1059
1062
|
|
|
1060
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1063
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/specific.js
|
|
1061
1064
|
var normalizeFdSpecificOptions = (options) => {
|
|
1062
1065
|
const optionsCopy = { ...options };
|
|
1063
1066
|
for (const optionName of FD_SPECIFIC_OPTIONS) {
|
|
@@ -1127,7 +1130,7 @@ var DEFAULT_OPTIONS = {
|
|
|
1127
1130
|
var FD_SPECIFIC_OPTIONS = ["lines", "buffer", "maxBuffer", "verbose", "stripFinalNewline"];
|
|
1128
1131
|
var getFdSpecificValue = (optionArray, fdNumber) => fdNumber === "ipc" ? optionArray.at(-1) : optionArray[fdNumber];
|
|
1129
1132
|
|
|
1130
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1133
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/values.js
|
|
1131
1134
|
var isVerbose = ({ verbose }, fdNumber) => getFdVerbose(verbose, fdNumber) !== "none";
|
|
1132
1135
|
var isFullVerbose = ({ verbose }, fdNumber) => !["none", "short"].includes(getFdVerbose(verbose, fdNumber));
|
|
1133
1136
|
var getVerboseFunction = ({ verbose }, fdNumber) => {
|
|
@@ -1139,10 +1142,10 @@ var getFdGenericVerbose = (verbose) => verbose.find((fdVerbose) => isVerboseFunc
|
|
|
1139
1142
|
var isVerboseFunction = (fdVerbose) => typeof fdVerbose === "function";
|
|
1140
1143
|
var VERBOSE_VALUES = ["none", "short", "full"];
|
|
1141
1144
|
|
|
1142
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1145
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/log.js
|
|
1143
1146
|
init_cjs_shims();
|
|
1144
1147
|
|
|
1145
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1148
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/escape.js
|
|
1146
1149
|
init_cjs_shims();
|
|
1147
1150
|
var joinCommand = (filePath, rawArguments) => {
|
|
1148
1151
|
const fileAndArguments = [filePath, ...rawArguments];
|
|
@@ -1186,7 +1189,7 @@ var quoteString = (escapedArgument) => {
|
|
|
1186
1189
|
};
|
|
1187
1190
|
var NO_ESCAPE_REGEXP = /^[\w./-]+$/;
|
|
1188
1191
|
|
|
1189
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1192
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/default.js
|
|
1190
1193
|
init_cjs_shims();
|
|
1191
1194
|
|
|
1192
1195
|
// ../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js
|
|
@@ -1507,7 +1510,7 @@ var gray = format(90, 39);
|
|
|
1507
1510
|
var redBright = format(91, 39);
|
|
1508
1511
|
var yellowBright = format(93, 39);
|
|
1509
1512
|
|
|
1510
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1513
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/default.js
|
|
1511
1514
|
var defaultVerboseFunction = ({
|
|
1512
1515
|
type,
|
|
1513
1516
|
message,
|
|
@@ -1546,7 +1549,7 @@ var COLORS = {
|
|
|
1546
1549
|
duration: () => gray
|
|
1547
1550
|
};
|
|
1548
1551
|
|
|
1549
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1552
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/custom.js
|
|
1550
1553
|
init_cjs_shims();
|
|
1551
1554
|
var applyVerboseOnLines = (printedLines, verboseInfo, fdNumber) => {
|
|
1552
1555
|
const verboseFunction = getVerboseFunction(verboseInfo, fdNumber);
|
|
@@ -1564,7 +1567,7 @@ var applyVerboseFunction = (verboseLine, verboseObject, verboseFunction) => {
|
|
|
1564
1567
|
var appendNewline = (printedLine) => printedLine.endsWith("\n") ? printedLine : `${printedLine}
|
|
1565
1568
|
`;
|
|
1566
1569
|
|
|
1567
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1570
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/log.js
|
|
1568
1571
|
var verboseLog = ({ type, verboseMessage, fdNumber, verboseInfo, result }) => {
|
|
1569
1572
|
const verboseObject = getVerboseObject({ type, result, verboseInfo });
|
|
1570
1573
|
const printedLines = getPrintedLines(verboseMessage, verboseObject);
|
|
@@ -1598,7 +1601,7 @@ var serializeVerboseMessage = (message) => {
|
|
|
1598
1601
|
};
|
|
1599
1602
|
var TAB_SIZE = 2;
|
|
1600
1603
|
|
|
1601
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1604
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/start.js
|
|
1602
1605
|
var logCommand = (escapedCommand, verboseInfo) => {
|
|
1603
1606
|
if (!isVerbose(verboseInfo)) {
|
|
1604
1607
|
return;
|
|
@@ -1610,7 +1613,7 @@ var logCommand = (escapedCommand, verboseInfo) => {
|
|
|
1610
1613
|
});
|
|
1611
1614
|
};
|
|
1612
1615
|
|
|
1613
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1616
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/info.js
|
|
1614
1617
|
init_cjs_shims();
|
|
1615
1618
|
var getVerboseInfo = (verbose, escapedCommand, rawOptions) => {
|
|
1616
1619
|
validateVerbose(verbose);
|
|
@@ -1639,12 +1642,12 @@ var validateVerbose = (verbose) => {
|
|
|
1639
1642
|
}
|
|
1640
1643
|
};
|
|
1641
1644
|
|
|
1642
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1645
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/duration.js
|
|
1643
1646
|
init_cjs_shims();
|
|
1644
1647
|
var getStartTime = () => process3.hrtime.bigint();
|
|
1645
1648
|
var getDurationMs = (startTime) => Number(process3.hrtime.bigint() - startTime) / 1e6;
|
|
1646
1649
|
|
|
1647
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1650
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/command.js
|
|
1648
1651
|
var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
1649
1652
|
const startTime = getStartTime();
|
|
1650
1653
|
const { command, escapedCommand } = joinCommand(filePath, rawArguments);
|
|
@@ -1659,7 +1662,7 @@ var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
|
1659
1662
|
};
|
|
1660
1663
|
};
|
|
1661
1664
|
|
|
1662
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1665
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/options.js
|
|
1663
1666
|
init_cjs_shims();
|
|
1664
1667
|
var import_cross_spawn = __toESM(require_cross_spawn());
|
|
1665
1668
|
|
|
@@ -1740,10 +1743,10 @@ var npmRunPathEnv = ({ env = process3__namespace.default.env, ...options } = {})
|
|
|
1740
1743
|
return env;
|
|
1741
1744
|
};
|
|
1742
1745
|
|
|
1743
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1746
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/kill.js
|
|
1744
1747
|
init_cjs_shims();
|
|
1745
1748
|
|
|
1746
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1749
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/final-error.js
|
|
1747
1750
|
init_cjs_shims();
|
|
1748
1751
|
var getFinalError = (originalError, message, isSync) => {
|
|
1749
1752
|
const ErrorClass = isSync ? ExecaSyncError : ExecaError;
|
|
@@ -1776,7 +1779,7 @@ var ExecaSyncError = class extends Error {
|
|
|
1776
1779
|
};
|
|
1777
1780
|
setErrorName(ExecaSyncError, ExecaSyncError.name);
|
|
1778
1781
|
|
|
1779
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
1782
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/signal.js
|
|
1780
1783
|
init_cjs_shims();
|
|
1781
1784
|
|
|
1782
1785
|
// ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/main.js
|
|
@@ -2148,7 +2151,7 @@ var findSignalByNumber = (number, signals2) => {
|
|
|
2148
2151
|
};
|
|
2149
2152
|
getSignalsByNumber();
|
|
2150
2153
|
|
|
2151
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2154
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/signal.js
|
|
2152
2155
|
var normalizeKillSignal = (killSignal) => {
|
|
2153
2156
|
const optionName = "option `killSignal`";
|
|
2154
2157
|
if (killSignal === 0) {
|
|
@@ -2192,7 +2195,7 @@ var getAvailableSignalNames = () => Object.keys(os.constants.signals).sort().map
|
|
|
2192
2195
|
var getAvailableSignalIntegers = () => [...new Set(Object.values(os.constants.signals).sort((signalInteger, signalIntegerTwo) => signalInteger - signalIntegerTwo))].join(", ");
|
|
2193
2196
|
var getSignalDescription = (signal) => signalsByName[signal].description;
|
|
2194
2197
|
|
|
2195
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2198
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/kill.js
|
|
2196
2199
|
var normalizeForceKillAfterDelay = (forceKillAfterDelay) => {
|
|
2197
2200
|
if (forceKillAfterDelay === false) {
|
|
2198
2201
|
return forceKillAfterDelay;
|
|
@@ -2259,10 +2262,10 @@ var killOnTimeout = async ({ kill, forceKillAfterDelay, context, controllerSigna
|
|
|
2259
2262
|
}
|
|
2260
2263
|
};
|
|
2261
2264
|
|
|
2262
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2265
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cancel.js
|
|
2263
2266
|
init_cjs_shims();
|
|
2264
2267
|
|
|
2265
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2268
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/abort-signal.js
|
|
2266
2269
|
init_cjs_shims();
|
|
2267
2270
|
var onAbortedSignal = async (mainSignal, stopSignal) => {
|
|
2268
2271
|
if (!mainSignal.aborted) {
|
|
@@ -2270,7 +2273,7 @@ var onAbortedSignal = async (mainSignal, stopSignal) => {
|
|
|
2270
2273
|
}
|
|
2271
2274
|
};
|
|
2272
2275
|
|
|
2273
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2276
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cancel.js
|
|
2274
2277
|
var validateCancelSignal = ({ cancelSignal }) => {
|
|
2275
2278
|
if (cancelSignal !== void 0 && Object.prototype.toString.call(cancelSignal) !== "[object AbortSignal]") {
|
|
2276
2279
|
throw new Error(`The \`cancelSignal\` option must be an AbortSignal: ${String(cancelSignal)}`);
|
|
@@ -2284,16 +2287,16 @@ var terminateOnCancel = async (subprocess, cancelSignal, context, { signal }) =>
|
|
|
2284
2287
|
throw cancelSignal.reason;
|
|
2285
2288
|
};
|
|
2286
2289
|
|
|
2287
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2290
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/graceful.js
|
|
2288
2291
|
init_cjs_shims();
|
|
2289
2292
|
|
|
2290
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2293
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/graceful.js
|
|
2291
2294
|
init_cjs_shims();
|
|
2292
2295
|
|
|
2293
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2296
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/send.js
|
|
2294
2297
|
init_cjs_shims();
|
|
2295
2298
|
|
|
2296
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2299
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/validation.js
|
|
2297
2300
|
init_cjs_shims();
|
|
2298
2301
|
var validateIpcMethod = ({ methodName, isSubprocess, ipc, isConnected: isConnected2 }) => {
|
|
2299
2302
|
validateIpcOption(methodName, isSubprocess, ipc);
|
|
@@ -2366,10 +2369,10 @@ var disconnect = (anyProcess) => {
|
|
|
2366
2369
|
}
|
|
2367
2370
|
};
|
|
2368
2371
|
|
|
2369
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2372
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/outgoing.js
|
|
2370
2373
|
init_cjs_shims();
|
|
2371
2374
|
|
|
2372
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2375
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/deferred.js
|
|
2373
2376
|
init_cjs_shims();
|
|
2374
2377
|
var createDeferred = () => {
|
|
2375
2378
|
const methods = {};
|
|
@@ -2379,7 +2382,7 @@ var createDeferred = () => {
|
|
|
2379
2382
|
return Object.assign(promise, methods);
|
|
2380
2383
|
};
|
|
2381
2384
|
|
|
2382
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2385
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/fd-options.js
|
|
2383
2386
|
init_cjs_shims();
|
|
2384
2387
|
var getToStream = (destination, to = "stdin") => {
|
|
2385
2388
|
const isWritable = true;
|
|
@@ -2460,10 +2463,10 @@ var serializeOptionValue = (value) => {
|
|
|
2460
2463
|
return typeof value === "number" ? `${value}` : "Stream";
|
|
2461
2464
|
};
|
|
2462
2465
|
|
|
2463
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2466
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/strict.js
|
|
2464
2467
|
init_cjs_shims();
|
|
2465
2468
|
|
|
2466
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2469
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/utils/max-listeners.js
|
|
2467
2470
|
init_cjs_shims();
|
|
2468
2471
|
var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
|
|
2469
2472
|
const maxListeners = eventEmitter.getMaxListeners();
|
|
@@ -2476,13 +2479,13 @@ var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
|
|
|
2476
2479
|
});
|
|
2477
2480
|
};
|
|
2478
2481
|
|
|
2479
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2482
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/forward.js
|
|
2480
2483
|
init_cjs_shims();
|
|
2481
2484
|
|
|
2482
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2485
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/incoming.js
|
|
2483
2486
|
init_cjs_shims();
|
|
2484
2487
|
|
|
2485
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2488
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/reference.js
|
|
2486
2489
|
init_cjs_shims();
|
|
2487
2490
|
var addReference = (channel, reference) => {
|
|
2488
2491
|
if (reference) {
|
|
@@ -2513,7 +2516,7 @@ var redoAddedReferences = (channel, isSubprocess) => {
|
|
|
2513
2516
|
}
|
|
2514
2517
|
};
|
|
2515
2518
|
|
|
2516
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2519
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/incoming.js
|
|
2517
2520
|
var onMessage = async ({ anyProcess, channel, isSubprocess, ipcEmitter }, wrappedMessage) => {
|
|
2518
2521
|
if (handleStrictResponse(wrappedMessage) || handleAbort(wrappedMessage)) {
|
|
2519
2522
|
return;
|
|
@@ -2554,7 +2557,7 @@ var onDisconnect = async ({ anyProcess, channel, isSubprocess, ipcEmitter, bound
|
|
|
2554
2557
|
};
|
|
2555
2558
|
var INCOMING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
2556
2559
|
|
|
2557
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2560
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/forward.js
|
|
2558
2561
|
var getIpcEmitter = (anyProcess, channel, isSubprocess) => {
|
|
2559
2562
|
if (IPC_EMITTERS.has(anyProcess)) {
|
|
2560
2563
|
return IPC_EMITTERS.get(anyProcess);
|
|
@@ -2593,7 +2596,7 @@ var isConnected = (anyProcess) => {
|
|
|
2593
2596
|
return ipcEmitter === void 0 ? anyProcess.channel !== null : ipcEmitter.connected;
|
|
2594
2597
|
};
|
|
2595
2598
|
|
|
2596
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2599
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/strict.js
|
|
2597
2600
|
var handleSendStrict = ({ anyProcess, channel, isSubprocess, message, strict }) => {
|
|
2598
2601
|
if (!strict) {
|
|
2599
2602
|
return message;
|
|
@@ -2676,7 +2679,7 @@ var throwOnDisconnect = async (anyProcess, isSubprocess, { signal }) => {
|
|
|
2676
2679
|
var REQUEST_TYPE = "execa:ipc:request";
|
|
2677
2680
|
var RESPONSE_TYPE = "execa:ipc:response";
|
|
2678
2681
|
|
|
2679
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2682
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/outgoing.js
|
|
2680
2683
|
var startSendMessage = (anyProcess, wrappedMessage, strict) => {
|
|
2681
2684
|
if (!OUTGOING_MESSAGES.has(anyProcess)) {
|
|
2682
2685
|
OUTGOING_MESSAGES.set(anyProcess, /* @__PURE__ */ new Set());
|
|
@@ -2703,7 +2706,7 @@ var OUTGOING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
|
2703
2706
|
var hasMessageListeners = (anyProcess, ipcEmitter) => ipcEmitter.listenerCount("message") > getMinListenerCount(anyProcess);
|
|
2704
2707
|
var getMinListenerCount = (anyProcess) => SUBPROCESS_OPTIONS.has(anyProcess) && !getFdSpecificValue(SUBPROCESS_OPTIONS.get(anyProcess).options.buffer, "ipc") ? 1 : 0;
|
|
2705
2708
|
|
|
2706
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2709
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/send.js
|
|
2707
2710
|
var sendMessage = ({ anyProcess, channel, isSubprocess, ipc }, message, { strict = false } = {}) => {
|
|
2708
2711
|
const methodName = "sendMessage";
|
|
2709
2712
|
validateIpcMethod({
|
|
@@ -2773,7 +2776,7 @@ var getSendMethod = (anyProcess) => {
|
|
|
2773
2776
|
};
|
|
2774
2777
|
var PROCESS_SEND_METHODS = /* @__PURE__ */ new WeakMap();
|
|
2775
2778
|
|
|
2776
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2779
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/graceful.js
|
|
2777
2780
|
var sendAbort = (subprocess, message) => {
|
|
2778
2781
|
const methodName = "cancelSignal";
|
|
2779
2782
|
validateConnection(methodName, false, subprocess.connected);
|
|
@@ -2824,7 +2827,7 @@ var abortOnDisconnect = () => {
|
|
|
2824
2827
|
};
|
|
2825
2828
|
var cancelController = new AbortController();
|
|
2826
2829
|
|
|
2827
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2830
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/graceful.js
|
|
2828
2831
|
var validateGracefulCancel = ({ gracefulCancel, cancelSignal, ipc, serialization }) => {
|
|
2829
2832
|
if (!gracefulCancel) {
|
|
2830
2833
|
return;
|
|
@@ -2880,7 +2883,7 @@ var getReason = ({ reason }) => {
|
|
|
2880
2883
|
return error;
|
|
2881
2884
|
};
|
|
2882
2885
|
|
|
2883
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2886
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/timeout.js
|
|
2884
2887
|
init_cjs_shims();
|
|
2885
2888
|
var validateTimeout = ({ timeout }) => {
|
|
2886
2889
|
if (timeout !== void 0 && (!Number.isFinite(timeout) || timeout < 0)) {
|
|
@@ -2895,7 +2898,7 @@ var killAfterTimeout = async (subprocess, timeout, context, { signal }) => {
|
|
|
2895
2898
|
throw new DiscardedError();
|
|
2896
2899
|
};
|
|
2897
2900
|
|
|
2898
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2901
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/node.js
|
|
2899
2902
|
init_cjs_shims();
|
|
2900
2903
|
var mapNode = ({ options }) => {
|
|
2901
2904
|
if (options.node === false) {
|
|
@@ -2935,7 +2938,7 @@ var handleNodeOption = (file, commandArguments, {
|
|
|
2935
2938
|
];
|
|
2936
2939
|
};
|
|
2937
2940
|
|
|
2938
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2941
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/ipc-input.js
|
|
2939
2942
|
init_cjs_shims();
|
|
2940
2943
|
var validateIpcInputOption = ({ ipcInput, ipc, serialization }) => {
|
|
2941
2944
|
if (ipcInput === void 0) {
|
|
@@ -2971,7 +2974,7 @@ var sendIpcInput = async (subprocess, ipcInput) => {
|
|
|
2971
2974
|
await subprocess.sendMessage(ipcInput);
|
|
2972
2975
|
};
|
|
2973
2976
|
|
|
2974
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
2977
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/encoding-option.js
|
|
2975
2978
|
init_cjs_shims();
|
|
2976
2979
|
var validateEncoding = ({ encoding }) => {
|
|
2977
2980
|
if (ENCODINGS.has(encoding)) {
|
|
@@ -3014,7 +3017,7 @@ var ENCODING_ALIASES = {
|
|
|
3014
3017
|
};
|
|
3015
3018
|
var serializeEncoding = (encoding) => typeof encoding === "string" ? `"${encoding}"` : String(encoding);
|
|
3016
3019
|
|
|
3017
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3020
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/cwd.js
|
|
3018
3021
|
init_cjs_shims();
|
|
3019
3022
|
var normalizeCwd = (cwd = getDefaultCwd()) => {
|
|
3020
3023
|
const cwdString = safeNormalizeFileUrl(cwd, 'The "cwd" option');
|
|
@@ -3048,7 +3051,7 @@ ${originalMessage}`;
|
|
|
3048
3051
|
return originalMessage;
|
|
3049
3052
|
};
|
|
3050
3053
|
|
|
3051
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3054
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/arguments/options.js
|
|
3052
3055
|
var normalizeOptions = (filePath, rawArguments, rawOptions) => {
|
|
3053
3056
|
rawOptions.cwd = normalizeCwd(rawOptions.cwd);
|
|
3054
3057
|
const [processedFile, processedArguments, processedOptions] = handleNodeOption(filePath, rawArguments, rawOptions);
|
|
@@ -3119,10 +3122,10 @@ var getEnv = ({ env: envOption, extendEnv, preferLocal, node, localDirectory, no
|
|
|
3119
3122
|
return env;
|
|
3120
3123
|
};
|
|
3121
3124
|
|
|
3122
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3125
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/result.js
|
|
3123
3126
|
init_cjs_shims();
|
|
3124
3127
|
|
|
3125
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3128
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/message.js
|
|
3126
3129
|
init_cjs_shims();
|
|
3127
3130
|
|
|
3128
3131
|
// ../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js
|
|
@@ -3143,7 +3146,7 @@ var LF_BINARY = LF.codePointAt(0);
|
|
|
3143
3146
|
var CR = "\r";
|
|
3144
3147
|
var CR_BINARY = CR.codePointAt(0);
|
|
3145
3148
|
|
|
3146
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3149
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/max-buffer.js
|
|
3147
3150
|
init_cjs_shims();
|
|
3148
3151
|
|
|
3149
3152
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
|
|
@@ -3536,7 +3539,7 @@ var stringMethods = {
|
|
|
3536
3539
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
|
|
3537
3540
|
Object.assign(nodeImports, { on: events.on, finished: promises.finished });
|
|
3538
3541
|
|
|
3539
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3542
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/max-buffer.js
|
|
3540
3543
|
var handleMaxBuffer = ({ error, stream, readableObjectMode, lines, encoding, fdNumber }) => {
|
|
3541
3544
|
if (!(error instanceof MaxBufferError)) {
|
|
3542
3545
|
throw error;
|
|
@@ -3595,7 +3598,7 @@ var truncateMaxBufferSync = (result, isMaxBuffer, maxBuffer) => {
|
|
|
3595
3598
|
};
|
|
3596
3599
|
var getMaxBufferSync = ([, stdoutMaxBuffer]) => stdoutMaxBuffer;
|
|
3597
3600
|
|
|
3598
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3601
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/message.js
|
|
3599
3602
|
var createMessages = ({
|
|
3600
3603
|
stdio,
|
|
3601
3604
|
all,
|
|
@@ -3713,7 +3716,7 @@ var serializeMessageItem = (messageItem) => {
|
|
|
3713
3716
|
return "";
|
|
3714
3717
|
};
|
|
3715
3718
|
|
|
3716
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3719
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/result.js
|
|
3717
3720
|
var makeSuccessResult = ({
|
|
3718
3721
|
command,
|
|
3719
3722
|
escapedCommand,
|
|
@@ -3886,10 +3889,10 @@ var normalizeExitPayload = (rawExitCode, rawSignal) => {
|
|
|
3886
3889
|
return { exitCode, signal, signalDescription };
|
|
3887
3890
|
};
|
|
3888
3891
|
|
|
3889
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3892
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/reject.js
|
|
3890
3893
|
init_cjs_shims();
|
|
3891
3894
|
|
|
3892
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
3895
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/complete.js
|
|
3893
3896
|
init_cjs_shims();
|
|
3894
3897
|
|
|
3895
3898
|
// ../../node_modules/.pnpm/pretty-ms@9.0.0/node_modules/pretty-ms/index.js
|
|
@@ -4022,7 +4025,7 @@ function prettyMilliseconds(milliseconds, options) {
|
|
|
4022
4025
|
return result.join(separator);
|
|
4023
4026
|
}
|
|
4024
4027
|
|
|
4025
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4028
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/error.js
|
|
4026
4029
|
init_cjs_shims();
|
|
4027
4030
|
var logError = (result, verboseInfo) => {
|
|
4028
4031
|
if (result.failed) {
|
|
@@ -4035,7 +4038,7 @@ var logError = (result, verboseInfo) => {
|
|
|
4035
4038
|
}
|
|
4036
4039
|
};
|
|
4037
4040
|
|
|
4038
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4041
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/complete.js
|
|
4039
4042
|
var logResult = (result, verboseInfo) => {
|
|
4040
4043
|
if (!isVerbose(verboseInfo)) {
|
|
4041
4044
|
return;
|
|
@@ -4053,7 +4056,7 @@ var logDuration = (result, verboseInfo) => {
|
|
|
4053
4056
|
});
|
|
4054
4057
|
};
|
|
4055
4058
|
|
|
4056
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4059
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/reject.js
|
|
4057
4060
|
var handleResult = (result, verboseInfo, { reject }) => {
|
|
4058
4061
|
logResult(result, verboseInfo);
|
|
4059
4062
|
if (result.failed && reject) {
|
|
@@ -4062,16 +4065,16 @@ var handleResult = (result, verboseInfo, { reject }) => {
|
|
|
4062
4065
|
return result;
|
|
4063
4066
|
};
|
|
4064
4067
|
|
|
4065
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4068
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle-sync.js
|
|
4066
4069
|
init_cjs_shims();
|
|
4067
4070
|
|
|
4068
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4071
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle.js
|
|
4069
4072
|
init_cjs_shims();
|
|
4070
4073
|
|
|
4071
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4074
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/normalize.js
|
|
4072
4075
|
init_cjs_shims();
|
|
4073
4076
|
|
|
4074
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4077
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/type.js
|
|
4075
4078
|
init_cjs_shims();
|
|
4076
4079
|
var getStdioItemType = (value, optionName) => {
|
|
4077
4080
|
if (isAsyncGenerator(value)) {
|
|
@@ -4198,7 +4201,7 @@ var TYPE_TO_MESSAGE = {
|
|
|
4198
4201
|
uint8Array: "a Uint8Array"
|
|
4199
4202
|
};
|
|
4200
4203
|
|
|
4201
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4204
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/object-mode.js
|
|
4202
4205
|
init_cjs_shims();
|
|
4203
4206
|
var getTransformObjectModes = (objectMode, index, newTransforms, direction) => direction === "output" ? getOutputObjectModes(objectMode, index, newTransforms) : getInputObjectModes(objectMode, index, newTransforms);
|
|
4204
4207
|
var getOutputObjectModes = (objectMode, index, newTransforms) => {
|
|
@@ -4219,7 +4222,7 @@ var getFdObjectMode = (stdioItems, direction) => {
|
|
|
4219
4222
|
return direction === "input" ? lastTransform.value.writableObjectMode : lastTransform.value.readableObjectMode;
|
|
4220
4223
|
};
|
|
4221
4224
|
|
|
4222
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4225
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/normalize.js
|
|
4223
4226
|
var normalizeTransforms = (stdioItems, optionName, direction, options) => [
|
|
4224
4227
|
...stdioItems.filter(({ type }) => !TRANSFORM_TYPES.has(type)),
|
|
4225
4228
|
...getTransforms(stdioItems, optionName, direction, options)
|
|
@@ -4313,7 +4316,7 @@ var normalizeGenerator = ({ stdioItem, stdioItem: { value }, index, newTransform
|
|
|
4313
4316
|
};
|
|
4314
4317
|
var sortTransforms = (newTransforms, direction) => direction === "input" ? newTransforms.reverse() : newTransforms;
|
|
4315
4318
|
|
|
4316
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4319
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/direction.js
|
|
4317
4320
|
init_cjs_shims();
|
|
4318
4321
|
var getStreamDirection = (stdioItems, fdNumber, optionName) => {
|
|
4319
4322
|
const directions = stdioItems.map((stdioItem) => getStdioItemDirection(stdioItem, fdNumber));
|
|
@@ -4363,14 +4366,14 @@ var getStandardStreamDirection = (value) => {
|
|
|
4363
4366
|
};
|
|
4364
4367
|
var DEFAULT_DIRECTION = "output";
|
|
4365
4368
|
|
|
4366
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4369
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/stdio-option.js
|
|
4367
4370
|
init_cjs_shims();
|
|
4368
4371
|
|
|
4369
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4372
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/array.js
|
|
4370
4373
|
init_cjs_shims();
|
|
4371
4374
|
var normalizeIpcStdioArray = (stdioArray, ipc) => ipc && !stdioArray.includes("ipc") ? [...stdioArray, "ipc"] : stdioArray;
|
|
4372
4375
|
|
|
4373
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4376
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/stdio-option.js
|
|
4374
4377
|
var normalizeStdioOption = ({ stdio, ipc, buffer, ...options }, verboseInfo, isSync) => {
|
|
4375
4378
|
const stdioArray = getStdioArray(stdio, options).map((stdioOption, fdNumber) => addDefaultValue2(stdioOption, fdNumber));
|
|
4376
4379
|
return isSync ? normalizeStdioSync(stdioArray, buffer, verboseInfo) : normalizeIpcStdioArray(stdioArray, ipc);
|
|
@@ -4404,7 +4407,7 @@ var addDefaultValue2 = (stdioOption, fdNumber) => {
|
|
|
4404
4407
|
var normalizeStdioSync = (stdioArray, buffer, verboseInfo) => stdioArray.map((stdioOption, fdNumber) => !buffer[fdNumber] && fdNumber !== 0 && !isFullVerbose(verboseInfo, fdNumber) && isOutputPipeOnly(stdioOption) ? "ignore" : stdioOption);
|
|
4405
4408
|
var isOutputPipeOnly = (stdioOption) => stdioOption === "pipe" || Array.isArray(stdioOption) && stdioOption.every((item) => item === "pipe");
|
|
4406
4409
|
|
|
4407
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4410
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/native.js
|
|
4408
4411
|
init_cjs_shims();
|
|
4409
4412
|
var handleNativeStream = ({ stdioItem, stdioItem: { type }, isStdioArray, fdNumber, direction, isSync }) => {
|
|
4410
4413
|
if (!isStdioArray || type !== "native") {
|
|
@@ -4472,7 +4475,7 @@ var getStandardStream = (fdNumber, value, optionName) => {
|
|
|
4472
4475
|
return standardStream;
|
|
4473
4476
|
};
|
|
4474
4477
|
|
|
4475
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4478
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/input-option.js
|
|
4476
4479
|
init_cjs_shims();
|
|
4477
4480
|
var handleInputOptions = ({ input, inputFile }, fdNumber) => fdNumber === 0 ? [
|
|
4478
4481
|
...handleInputOption(input),
|
|
@@ -4509,7 +4512,7 @@ var getInputFileType = (inputFile) => {
|
|
|
4509
4512
|
throw new Error("The `inputFile` option must be a file path string or a file URL.");
|
|
4510
4513
|
};
|
|
4511
4514
|
|
|
4512
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4515
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/duplicate.js
|
|
4513
4516
|
init_cjs_shims();
|
|
4514
4517
|
var filterDuplicates = (stdioItems) => stdioItems.filter((stdioItemOne, indexOne) => stdioItems.every((stdioItemTwo, indexTwo) => stdioItemOne.value !== stdioItemTwo.value || indexOne >= indexTwo || stdioItemOne.type === "generator" || stdioItemOne.type === "asyncGenerator"));
|
|
4515
4518
|
var getDuplicateStream = ({ stdioItem: { type, value, optionName }, direction, fileDescriptors, isSync }) => {
|
|
@@ -4585,7 +4588,7 @@ var throwOnDuplicateStream = (stdioItem, optionName, type) => {
|
|
|
4585
4588
|
}
|
|
4586
4589
|
};
|
|
4587
4590
|
|
|
4588
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4591
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle.js
|
|
4589
4592
|
var handleStdio = (addProperties3, options, verboseInfo, isSync) => {
|
|
4590
4593
|
const stdio = normalizeStdioOption(options, verboseInfo, isSync);
|
|
4591
4594
|
const initialFileDescriptors = stdio.map((stdioOption, fdNumber) => getFileDescriptor({
|
|
@@ -4745,7 +4748,7 @@ var forwardStdio = (stdioItems) => {
|
|
|
4745
4748
|
return type === "native" ? value : "pipe";
|
|
4746
4749
|
};
|
|
4747
4750
|
|
|
4748
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4751
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle-sync.js
|
|
4749
4752
|
var handleStdioSync = (options, verboseInfo) => handleStdio(addPropertiesSync, options, verboseInfo, true);
|
|
4750
4753
|
var forbiddenIfSync = ({ type, optionName }) => {
|
|
4751
4754
|
throwInvalidSyncValue(optionName, TYPE_TO_MESSAGE[type]);
|
|
@@ -4791,18 +4794,18 @@ var addPropertiesSync = {
|
|
|
4791
4794
|
}
|
|
4792
4795
|
};
|
|
4793
4796
|
|
|
4794
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4797
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/strip-newline.js
|
|
4795
4798
|
init_cjs_shims();
|
|
4796
4799
|
var stripNewline = (value, { stripFinalNewline: stripFinalNewline2 }, fdNumber) => getStripFinalNewline(stripFinalNewline2, fdNumber) && value !== void 0 && !Array.isArray(value) ? stripFinalNewline(value) : value;
|
|
4797
4800
|
var getStripFinalNewline = (stripFinalNewline2, fdNumber) => fdNumber === "all" ? stripFinalNewline2[1] || stripFinalNewline2[2] : stripFinalNewline2[fdNumber];
|
|
4798
4801
|
|
|
4799
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4802
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/input-sync.js
|
|
4800
4803
|
init_cjs_shims();
|
|
4801
4804
|
|
|
4802
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4805
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/generator.js
|
|
4803
4806
|
init_cjs_shims();
|
|
4804
4807
|
|
|
4805
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4808
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/split.js
|
|
4806
4809
|
init_cjs_shims();
|
|
4807
4810
|
var getSplitLinesGenerator = (binary, preserveNewlines, skipped, state) => binary || skipped ? void 0 : initializeSplitLines(preserveNewlines, state);
|
|
4808
4811
|
var splitLinesSync = (chunk, preserveNewlines, objectMode) => objectMode ? chunk.flatMap((item) => splitLinesItemSync(item, preserveNewlines)) : splitLinesItemSync(chunk, preserveNewlines);
|
|
@@ -4883,7 +4886,7 @@ var linesUint8ArrayInfo = {
|
|
|
4883
4886
|
concatBytes: concatUint8Array
|
|
4884
4887
|
};
|
|
4885
4888
|
|
|
4886
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4889
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/validate.js
|
|
4887
4890
|
init_cjs_shims();
|
|
4888
4891
|
var getValidateTransformInput = (writableObjectMode, optionName) => writableObjectMode ? void 0 : validateStringTransformInput.bind(void 0, optionName);
|
|
4889
4892
|
var validateStringTransformInput = function* (optionName, chunk) {
|
|
@@ -4912,7 +4915,7 @@ Instead, \`yield\` should either be called with a value, or not be called at all
|
|
|
4912
4915
|
}
|
|
4913
4916
|
};
|
|
4914
4917
|
|
|
4915
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4918
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/encoding-transform.js
|
|
4916
4919
|
init_cjs_shims();
|
|
4917
4920
|
var getEncodingTransformGenerator = (binary, encoding, skipped) => {
|
|
4918
4921
|
if (skipped) {
|
|
@@ -4946,7 +4949,7 @@ var encodingStringFinal = function* (stringDecoder) {
|
|
|
4946
4949
|
}
|
|
4947
4950
|
};
|
|
4948
4951
|
|
|
4949
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
4952
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/run-async.js
|
|
4950
4953
|
init_cjs_shims();
|
|
4951
4954
|
var pushChunks = util.callbackify(async (getChunks, state, getChunksArguments, transformStream) => {
|
|
4952
4955
|
state.currentIterable = getChunks(...getChunksArguments);
|
|
@@ -4994,7 +4997,7 @@ var identityGenerator = function* (chunk) {
|
|
|
4994
4997
|
yield chunk;
|
|
4995
4998
|
};
|
|
4996
4999
|
|
|
4997
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5000
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/run-sync.js
|
|
4998
5001
|
init_cjs_shims();
|
|
4999
5002
|
var pushChunksSync = (getChunksSync, getChunksArguments, transformStream, done) => {
|
|
5000
5003
|
try {
|
|
@@ -5037,7 +5040,7 @@ var identityGenerator2 = function* (chunk) {
|
|
|
5037
5040
|
yield chunk;
|
|
5038
5041
|
};
|
|
5039
5042
|
|
|
5040
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5043
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/transform/generator.js
|
|
5041
5044
|
var generatorToStream = ({
|
|
5042
5045
|
value,
|
|
5043
5046
|
value: { transform, final, writableObjectMode, readableObjectMode },
|
|
@@ -5091,7 +5094,7 @@ var addInternalGenerators = ({ transform, final, binary, writableObjectMode, rea
|
|
|
5091
5094
|
].filter(Boolean);
|
|
5092
5095
|
};
|
|
5093
5096
|
|
|
5094
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5097
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/input-sync.js
|
|
5095
5098
|
var addInputOptionsSync = (fileDescriptors, options) => {
|
|
5096
5099
|
for (const fdNumber of getInputFdNumbers(fileDescriptors)) {
|
|
5097
5100
|
addInputOptionSync(fileDescriptors, fdNumber, options);
|
|
@@ -5124,10 +5127,10 @@ var validateSerializable = (newContents) => {
|
|
|
5124
5127
|
}
|
|
5125
5128
|
};
|
|
5126
5129
|
|
|
5127
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5130
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-sync.js
|
|
5128
5131
|
init_cjs_shims();
|
|
5129
5132
|
|
|
5130
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5133
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/output.js
|
|
5131
5134
|
init_cjs_shims();
|
|
5132
5135
|
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)));
|
|
5133
5136
|
var fdUsesVerbose = (fdNumber) => fdNumber === 1 || fdNumber === 2;
|
|
@@ -5155,7 +5158,7 @@ var logLine = (line, fdNumber, verboseInfo) => {
|
|
|
5155
5158
|
});
|
|
5156
5159
|
};
|
|
5157
5160
|
|
|
5158
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5161
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-sync.js
|
|
5159
5162
|
var transformOutputSync = ({ fileDescriptors, syncResult: { output }, options, isMaxBuffer, verboseInfo }) => {
|
|
5160
5163
|
if (output === null) {
|
|
5161
5164
|
return { output: Array.from({ length: 3 }) };
|
|
@@ -5258,7 +5261,7 @@ var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
|
|
|
5258
5261
|
}
|
|
5259
5262
|
};
|
|
5260
5263
|
|
|
5261
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5264
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/all-sync.js
|
|
5262
5265
|
init_cjs_shims();
|
|
5263
5266
|
var getAllSync = ([, stdout2, stderr], options) => {
|
|
5264
5267
|
if (!options.all) {
|
|
@@ -5282,10 +5285,10 @@ var getAllSync = ([, stdout2, stderr], options) => {
|
|
|
5282
5285
|
return `${stdout2}${stderr}`;
|
|
5283
5286
|
};
|
|
5284
5287
|
|
|
5285
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5288
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/exit-sync.js
|
|
5286
5289
|
init_cjs_shims();
|
|
5287
5290
|
|
|
5288
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5291
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/exit-async.js
|
|
5289
5292
|
init_cjs_shims();
|
|
5290
5293
|
var waitForExit = async (subprocess, context) => {
|
|
5291
5294
|
const [exitCode, signal] = await waitForExitOrError(subprocess);
|
|
@@ -5319,7 +5322,7 @@ var waitForSuccessfulExit = async (exitPromise) => {
|
|
|
5319
5322
|
var isSubprocessErrorExit = (exitCode, signal) => exitCode === void 0 && signal === void 0;
|
|
5320
5323
|
var isFailedExit = (exitCode, signal) => exitCode !== 0 || signal !== null;
|
|
5321
5324
|
|
|
5322
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5325
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/exit-sync.js
|
|
5323
5326
|
var getExitResultSync = ({ error, status: exitCode, signal, output }, { maxBuffer }) => {
|
|
5324
5327
|
const resultError = getResultError(error, exitCode, signal);
|
|
5325
5328
|
const timedOut = resultError?.code === "ETIMEDOUT";
|
|
@@ -5339,7 +5342,7 @@ var getResultError = (error, exitCode, signal) => {
|
|
|
5339
5342
|
return isFailedExit(exitCode, signal) ? new DiscardedError() : void 0;
|
|
5340
5343
|
};
|
|
5341
5344
|
|
|
5342
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5345
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-sync.js
|
|
5343
5346
|
var execaCoreSync = (rawFile, rawArguments, rawOptions) => {
|
|
5344
5347
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleSyncArguments(rawFile, rawArguments, rawOptions);
|
|
5345
5348
|
const result = spawnSubprocessSync({
|
|
@@ -5471,13 +5474,13 @@ var getSyncResult = ({ error, exitCode, signal, timedOut, isMaxBuffer, stdio, al
|
|
|
5471
5474
|
isSync: true
|
|
5472
5475
|
});
|
|
5473
5476
|
|
|
5474
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5477
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-async.js
|
|
5475
5478
|
init_cjs_shims();
|
|
5476
5479
|
|
|
5477
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5480
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/methods.js
|
|
5478
5481
|
init_cjs_shims();
|
|
5479
5482
|
|
|
5480
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5483
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/get-one.js
|
|
5481
5484
|
init_cjs_shims();
|
|
5482
5485
|
var getOneMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true, filter } = {}) => {
|
|
5483
5486
|
validateIpcMethod({
|
|
@@ -5532,7 +5535,7 @@ var throwOnStrictError = async (ipcEmitter, isSubprocess, { signal }) => {
|
|
|
5532
5535
|
throw getStrictResponseError(error, isSubprocess);
|
|
5533
5536
|
};
|
|
5534
5537
|
|
|
5535
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5538
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/get-each.js
|
|
5536
5539
|
init_cjs_shims();
|
|
5537
5540
|
var getEachMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true } = {}) => loopOnMessages({
|
|
5538
5541
|
anyProcess,
|
|
@@ -5611,7 +5614,7 @@ var throwIfStrictError = ({ error }) => {
|
|
|
5611
5614
|
}
|
|
5612
5615
|
};
|
|
5613
5616
|
|
|
5614
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5617
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/methods.js
|
|
5615
5618
|
var addIpcMethods = (subprocess, { ipc }) => {
|
|
5616
5619
|
Object.assign(subprocess, getIpcMethods(subprocess, false, ipc));
|
|
5617
5620
|
};
|
|
@@ -5650,7 +5653,7 @@ var getIpcMethods = (anyProcess, isSubprocess, ipc) => ({
|
|
|
5650
5653
|
})
|
|
5651
5654
|
});
|
|
5652
5655
|
|
|
5653
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5656
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/return/early-error.js
|
|
5654
5657
|
init_cjs_shims();
|
|
5655
5658
|
var handleEarlyError = ({ error, command, escapedCommand, fileDescriptors, options, startTime, verboseInfo }) => {
|
|
5656
5659
|
cleanupCustomStreams(fileDescriptors);
|
|
@@ -5698,7 +5701,7 @@ var duplex = () => new stream.Duplex({ read() {
|
|
|
5698
5701
|
} });
|
|
5699
5702
|
var handleDummyPromise = async (error, verboseInfo, options) => handleResult(error, verboseInfo, options);
|
|
5700
5703
|
|
|
5701
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5704
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/stdio/handle-async.js
|
|
5702
5705
|
init_cjs_shims();
|
|
5703
5706
|
var handleStdioAsync = (options, verboseInfo) => handleStdio(addPropertiesAsync, options, verboseInfo, false);
|
|
5704
5707
|
var forbiddenIfAsync = ({ type, optionName }) => {
|
|
@@ -5741,7 +5744,7 @@ var addPropertiesAsync = {
|
|
|
5741
5744
|
}
|
|
5742
5745
|
};
|
|
5743
5746
|
|
|
5744
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5747
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-async.js
|
|
5745
5748
|
init_cjs_shims();
|
|
5746
5749
|
|
|
5747
5750
|
// ../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js
|
|
@@ -5959,7 +5962,7 @@ var updateMaxListeners = (passThroughStream, increment2) => {
|
|
|
5959
5962
|
var PASSTHROUGH_LISTENERS_COUNT = 2;
|
|
5960
5963
|
var PASSTHROUGH_LISTENERS_PER_STREAM = 1;
|
|
5961
5964
|
|
|
5962
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
5965
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/pipeline.js
|
|
5963
5966
|
init_cjs_shims();
|
|
5964
5967
|
var pipeStreams = (source, destination) => {
|
|
5965
5968
|
source.pipe(destination);
|
|
@@ -5997,7 +6000,7 @@ var abortSourceStream = (source) => {
|
|
|
5997
6000
|
}
|
|
5998
6001
|
};
|
|
5999
6002
|
|
|
6000
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6003
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/output-async.js
|
|
6001
6004
|
var pipeOutputAsync = (subprocess, fileDescriptors, controller) => {
|
|
6002
6005
|
const pipeGroups = /* @__PURE__ */ new Map();
|
|
6003
6006
|
for (const [fdNumber, { stdioItems, direction }] of Object.entries(fileDescriptors)) {
|
|
@@ -6049,7 +6052,7 @@ var setStandardStreamMaxListeners = (stream, { signal }) => {
|
|
|
6049
6052
|
};
|
|
6050
6053
|
var MAX_LISTENERS_INCREMENT = 2;
|
|
6051
6054
|
|
|
6052
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6055
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cleanup.js
|
|
6053
6056
|
init_cjs_shims();
|
|
6054
6057
|
|
|
6055
6058
|
// ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js
|
|
@@ -6307,7 +6310,7 @@ var {
|
|
|
6307
6310
|
unload
|
|
6308
6311
|
} = signalExitWrap(processOk(process9) ? new SignalExit(process9) : new SignalExitFallback());
|
|
6309
6312
|
|
|
6310
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6313
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/terminate/cleanup.js
|
|
6311
6314
|
var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
6312
6315
|
if (!cleanup || detached) {
|
|
6313
6316
|
return;
|
|
@@ -6320,10 +6323,10 @@ var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
|
6320
6323
|
});
|
|
6321
6324
|
};
|
|
6322
6325
|
|
|
6323
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6326
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/setup.js
|
|
6324
6327
|
init_cjs_shims();
|
|
6325
6328
|
|
|
6326
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6329
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/pipe-arguments.js
|
|
6327
6330
|
init_cjs_shims();
|
|
6328
6331
|
var normalizePipeArguments = ({ source, sourcePromise, boundOptions, createNested }, ...pipeArguments) => {
|
|
6329
6332
|
const startTime = getStartTime();
|
|
@@ -6397,7 +6400,7 @@ var getSourceStream = (source, from) => {
|
|
|
6397
6400
|
}
|
|
6398
6401
|
};
|
|
6399
6402
|
|
|
6400
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6403
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/throw.js
|
|
6401
6404
|
init_cjs_shims();
|
|
6402
6405
|
var handlePipeArgumentsError = ({
|
|
6403
6406
|
sourceStream,
|
|
@@ -6447,7 +6450,7 @@ var createNonCommandError = ({ error, fileDescriptors, sourceOptions, startTime
|
|
|
6447
6450
|
});
|
|
6448
6451
|
var PIPE_COMMAND_MESSAGE = "source.pipe(destination)";
|
|
6449
6452
|
|
|
6450
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6453
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/sequence.js
|
|
6451
6454
|
init_cjs_shims();
|
|
6452
6455
|
var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
6453
6456
|
const [
|
|
@@ -6466,7 +6469,7 @@ var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
|
6466
6469
|
return destinationResult;
|
|
6467
6470
|
};
|
|
6468
6471
|
|
|
6469
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6472
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/streaming.js
|
|
6470
6473
|
init_cjs_shims();
|
|
6471
6474
|
var pipeSubprocessStream = (sourceStream, destinationStream, maxListenersController) => {
|
|
6472
6475
|
const mergedStream = MERGED_STREAMS.has(destinationStream) ? pipeMoreSubprocessStream(sourceStream, destinationStream) : pipeFirstSubprocessStream(sourceStream, destinationStream);
|
|
@@ -6497,7 +6500,7 @@ var MERGED_STREAMS = /* @__PURE__ */ new WeakMap();
|
|
|
6497
6500
|
var SOURCE_LISTENERS_PER_PIPE = 2;
|
|
6498
6501
|
var DESTINATION_LISTENERS_PER_PIPE = 1;
|
|
6499
6502
|
|
|
6500
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6503
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/abort.js
|
|
6501
6504
|
init_cjs_shims();
|
|
6502
6505
|
var unpipeOnAbort = (unpipeSignal, unpipeContext) => unpipeSignal === void 0 ? [] : [unpipeOnSignalAbort(unpipeSignal, unpipeContext)];
|
|
6503
6506
|
var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fileDescriptors, sourceOptions, startTime }) => {
|
|
@@ -6512,7 +6515,7 @@ var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fil
|
|
|
6512
6515
|
});
|
|
6513
6516
|
};
|
|
6514
6517
|
|
|
6515
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6518
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/pipe/setup.js
|
|
6516
6519
|
var pipeToSubprocess = (sourceInfo, ...pipeArguments) => {
|
|
6517
6520
|
if (isPlainObject(pipeArguments[0])) {
|
|
6518
6521
|
return pipeToSubprocess.bind(void 0, {
|
|
@@ -6571,16 +6574,16 @@ var handlePipePromise = async ({
|
|
|
6571
6574
|
};
|
|
6572
6575
|
var getSubprocessPromises = (sourcePromise, destination) => Promise.allSettled([sourcePromise, destination]);
|
|
6573
6576
|
|
|
6574
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6577
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/all-async.js
|
|
6575
6578
|
init_cjs_shims();
|
|
6576
6579
|
|
|
6577
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6580
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/stdio.js
|
|
6578
6581
|
init_cjs_shims();
|
|
6579
6582
|
|
|
6580
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6583
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/contents.js
|
|
6581
6584
|
init_cjs_shims();
|
|
6582
6585
|
|
|
6583
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6586
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/iterate.js
|
|
6584
6587
|
init_cjs_shims();
|
|
6585
6588
|
var iterateOnSubprocessStream = ({ subprocessStdout, subprocess, binary, shouldEncode, encoding, preserveNewlines }) => {
|
|
6586
6589
|
const controller = new AbortController();
|
|
@@ -6672,7 +6675,7 @@ var getGenerators = ({ binary, shouldEncode, encoding, shouldSplit, preserveNewl
|
|
|
6672
6675
|
getSplitLinesGenerator(binary, preserveNewlines, !shouldSplit, {})
|
|
6673
6676
|
].filter(Boolean);
|
|
6674
6677
|
|
|
6675
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6678
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/io/contents.js
|
|
6676
6679
|
var getStreamOutput = async ({ stream, onStreamEnd, fdNumber, encoding, buffer, maxBuffer, lines, allMixed, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => {
|
|
6677
6680
|
const logPromise = logOutputAsync({
|
|
6678
6681
|
stream,
|
|
@@ -6763,7 +6766,7 @@ var getBufferedData = async (streamPromise) => {
|
|
|
6763
6766
|
};
|
|
6764
6767
|
var handleBufferedData = ({ bufferedData }) => isArrayBuffer(bufferedData) ? new Uint8Array(bufferedData) : bufferedData;
|
|
6765
6768
|
|
|
6766
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6769
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/wait-stream.js
|
|
6767
6770
|
init_cjs_shims();
|
|
6768
6771
|
var waitForStream = async (stream, fdNumber, streamInfo, { isSameDirection, stopOnExit = false } = {}) => {
|
|
6769
6772
|
const state = handleStdinDestroy(stream, streamInfo);
|
|
@@ -6816,7 +6819,7 @@ var isInputFileDescriptor = ({ fileDescriptors }, fdNumber) => fdNumber !== "all
|
|
|
6816
6819
|
var isStreamAbort = (error) => error?.code === "ERR_STREAM_PREMATURE_CLOSE";
|
|
6817
6820
|
var isStreamEpipe = (error) => error?.code === "EPIPE";
|
|
6818
6821
|
|
|
6819
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6822
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/stdio.js
|
|
6820
6823
|
var waitForStdioStreams = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => subprocess.stdio.map((stream, fdNumber) => waitForSubprocessStream({
|
|
6821
6824
|
stream,
|
|
6822
6825
|
fdNumber,
|
|
@@ -6857,7 +6860,7 @@ var waitForSubprocessStream = async ({ stream, fdNumber, encoding, buffer, maxBu
|
|
|
6857
6860
|
return output;
|
|
6858
6861
|
};
|
|
6859
6862
|
|
|
6860
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6863
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/all-async.js
|
|
6861
6864
|
var makeAllStream = ({ stdout: stdout2, stderr }, { all }) => all && (stdout2 || stderr) ? mergeStreams([stdout2, stderr].filter(Boolean)) : void 0;
|
|
6862
6865
|
var waitForAllStream = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => waitForSubprocessStream({
|
|
6863
6866
|
...getAllStream(subprocess, buffer),
|
|
@@ -6885,13 +6888,13 @@ var getAllStream = ({ stdout: stdout2, stderr, all }, [, bufferStdout, bufferStd
|
|
|
6885
6888
|
};
|
|
6886
6889
|
var getAllMixed = ({ all, stdout: stdout2, stderr }) => all && stdout2 && stderr && stdout2.readableObjectMode !== stderr.readableObjectMode;
|
|
6887
6890
|
|
|
6888
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6891
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/wait-subprocess.js
|
|
6889
6892
|
init_cjs_shims();
|
|
6890
6893
|
|
|
6891
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6894
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/buffer-messages.js
|
|
6892
6895
|
init_cjs_shims();
|
|
6893
6896
|
|
|
6894
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6897
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/verbose/ipc.js
|
|
6895
6898
|
init_cjs_shims();
|
|
6896
6899
|
var shouldLogIpc = (verboseInfo) => isFullVerbose(verboseInfo, "ipc");
|
|
6897
6900
|
var logIpcOutput = (message, verboseInfo) => {
|
|
@@ -6904,7 +6907,7 @@ var logIpcOutput = (message, verboseInfo) => {
|
|
|
6904
6907
|
});
|
|
6905
6908
|
};
|
|
6906
6909
|
|
|
6907
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6910
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/ipc/buffer-messages.js
|
|
6908
6911
|
var waitForIpcOutput = async ({
|
|
6909
6912
|
subprocess,
|
|
6910
6913
|
buffer: bufferArray,
|
|
@@ -6942,7 +6945,7 @@ var getBufferedIpcOutput = async (ipcOutputPromise, ipcOutput) => {
|
|
|
6942
6945
|
return ipcOutput;
|
|
6943
6946
|
};
|
|
6944
6947
|
|
|
6945
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
6948
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/resolve/wait-subprocess.js
|
|
6946
6949
|
var waitForSubprocessResult = async ({
|
|
6947
6950
|
subprocess,
|
|
6948
6951
|
options: {
|
|
@@ -7058,10 +7061,10 @@ var throwOnSubprocessError = async (subprocess, { signal }) => {
|
|
|
7058
7061
|
throw error;
|
|
7059
7062
|
};
|
|
7060
7063
|
|
|
7061
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7064
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/add.js
|
|
7062
7065
|
init_cjs_shims();
|
|
7063
7066
|
|
|
7064
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7067
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/concurrent.js
|
|
7065
7068
|
init_cjs_shims();
|
|
7066
7069
|
var initializeConcurrentStreams = () => ({
|
|
7067
7070
|
readableDestroy: /* @__PURE__ */ new WeakMap(),
|
|
@@ -7088,10 +7091,10 @@ var waitForConcurrentStreams = async ({ resolve, promises }, subprocess) => {
|
|
|
7088
7091
|
return !isSubprocessExit;
|
|
7089
7092
|
};
|
|
7090
7093
|
|
|
7091
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7094
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/readable.js
|
|
7092
7095
|
init_cjs_shims();
|
|
7093
7096
|
|
|
7094
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7097
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/shared.js
|
|
7095
7098
|
init_cjs_shims();
|
|
7096
7099
|
var safeWaitForSubprocessStdin = async (subprocessStdin) => {
|
|
7097
7100
|
if (subprocessStdin === void 0) {
|
|
@@ -7131,7 +7134,7 @@ var destroyOtherStream = (stream, isOpen, error) => {
|
|
|
7131
7134
|
}
|
|
7132
7135
|
};
|
|
7133
7136
|
|
|
7134
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7137
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/readable.js
|
|
7135
7138
|
var createReadable = ({ subprocess, concurrentStreams, encoding }, { from, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
7136
7139
|
const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
|
|
7137
7140
|
const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
|
|
@@ -7216,7 +7219,7 @@ var destroyOtherReadable = (stream, error) => {
|
|
|
7216
7219
|
destroyOtherStream(stream, stream.readable, error);
|
|
7217
7220
|
};
|
|
7218
7221
|
|
|
7219
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7222
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/writable.js
|
|
7220
7223
|
init_cjs_shims();
|
|
7221
7224
|
var createWritable = ({ subprocess, concurrentStreams }, { to } = {}) => {
|
|
7222
7225
|
const { subprocessStdin, waitWritableFinal, waitWritableDestroy } = getSubprocessStdin(subprocess, to, concurrentStreams);
|
|
@@ -7281,7 +7284,7 @@ var destroyOtherWritable = (stream, error) => {
|
|
|
7281
7284
|
destroyOtherStream(stream, stream.writable, error);
|
|
7282
7285
|
};
|
|
7283
7286
|
|
|
7284
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7287
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/duplex.js
|
|
7285
7288
|
init_cjs_shims();
|
|
7286
7289
|
var createDuplex = ({ subprocess, concurrentStreams, encoding }, { from, to, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
7287
7290
|
const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
|
|
@@ -7334,7 +7337,7 @@ var onDuplexDestroy = async ({ subprocessStdout, subprocessStdin, subprocess, wa
|
|
|
7334
7337
|
]);
|
|
7335
7338
|
};
|
|
7336
7339
|
|
|
7337
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7340
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/iterable.js
|
|
7338
7341
|
init_cjs_shims();
|
|
7339
7342
|
var createIterable = (subprocess, encoding, {
|
|
7340
7343
|
from,
|
|
@@ -7364,7 +7367,7 @@ var iterateOnStdoutData = async function* (onStdoutData, subprocessStdout, subpr
|
|
|
7364
7367
|
}
|
|
7365
7368
|
};
|
|
7366
7369
|
|
|
7367
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7370
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/convert/add.js
|
|
7368
7371
|
var addConvertedStreams = (subprocess, { encoding }) => {
|
|
7369
7372
|
const concurrentStreams = initializeConcurrentStreams();
|
|
7370
7373
|
subprocess.readable = createReadable.bind(void 0, { subprocess, concurrentStreams, encoding });
|
|
@@ -7374,7 +7377,7 @@ var addConvertedStreams = (subprocess, { encoding }) => {
|
|
|
7374
7377
|
subprocess[Symbol.asyncIterator] = createIterable.bind(void 0, subprocess, encoding, {});
|
|
7375
7378
|
};
|
|
7376
7379
|
|
|
7377
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7380
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/promise.js
|
|
7378
7381
|
init_cjs_shims();
|
|
7379
7382
|
var mergePromise = (subprocess, promise) => {
|
|
7380
7383
|
for (const [property, descriptor] of descriptors) {
|
|
@@ -7389,7 +7392,7 @@ var descriptors = ["then", "catch", "finally"].map((property) => [
|
|
|
7389
7392
|
Reflect.getOwnPropertyDescriptor(nativePromisePrototype, property)
|
|
7390
7393
|
]);
|
|
7391
7394
|
|
|
7392
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7395
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/main-async.js
|
|
7393
7396
|
var execaCoreAsync = (rawFile, rawArguments, rawOptions, createNested) => {
|
|
7394
7397
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleAsyncArguments(rawFile, rawArguments, rawOptions);
|
|
7395
7398
|
const { subprocess, promise } = spawnSubprocessAsync({
|
|
@@ -7544,7 +7547,7 @@ var getAsyncResult = ({ errorInfo, exitCode, signal, stdio, all, ipcOutput, cont
|
|
|
7544
7547
|
startTime
|
|
7545
7548
|
});
|
|
7546
7549
|
|
|
7547
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7550
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/bind.js
|
|
7548
7551
|
init_cjs_shims();
|
|
7549
7552
|
var mergeOptions = (boundOptions, options) => {
|
|
7550
7553
|
const newOptions = Object.fromEntries(
|
|
@@ -7563,7 +7566,7 @@ var mergeOption = (optionName, boundOptionValue, optionValue) => {
|
|
|
7563
7566
|
};
|
|
7564
7567
|
var DEEP_OPTIONS = /* @__PURE__ */ new Set(["env", ...FD_SPECIFIC_OPTIONS]);
|
|
7565
7568
|
|
|
7566
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7569
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/create.js
|
|
7567
7570
|
var createExeca = (mapArguments, boundOptions, deepOptions, setBoundExeca) => {
|
|
7568
7571
|
const createNested = (mapArguments2, boundOptions2, setBoundExeca2) => createExeca(mapArguments2, boundOptions2, deepOptions, setBoundExeca2);
|
|
7569
7572
|
const boundExeca = (...execaArguments) => callBoundExeca({
|
|
@@ -7609,7 +7612,7 @@ var parseArguments = ({ mapArguments, firstArgument, nextArguments, deepOptions,
|
|
|
7609
7612
|
};
|
|
7610
7613
|
};
|
|
7611
7614
|
|
|
7612
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7615
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/command.js
|
|
7613
7616
|
init_cjs_shims();
|
|
7614
7617
|
var mapCommandAsync = ({ file, commandArguments }) => parseCommand(file, commandArguments);
|
|
7615
7618
|
var mapCommandSync = ({ file, commandArguments }) => ({ ...parseCommand(file, commandArguments), isSync: true });
|
|
@@ -7641,7 +7644,7 @@ var parseCommandString = (command) => {
|
|
|
7641
7644
|
};
|
|
7642
7645
|
var SPACES_REGEXP = / +/g;
|
|
7643
7646
|
|
|
7644
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7647
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/lib/methods/script.js
|
|
7645
7648
|
init_cjs_shims();
|
|
7646
7649
|
var setScriptSync = (boundExeca, createNested, boundOptions) => {
|
|
7647
7650
|
boundExeca.sync = createNested(mapScriptSync, boundOptions);
|
|
@@ -7653,7 +7656,7 @@ var getScriptOptions = (options) => ({ options: { ...getScriptStdinOption(option
|
|
|
7653
7656
|
var getScriptStdinOption = ({ input, inputFile, stdio }) => input === void 0 && inputFile === void 0 && stdio === void 0 ? { stdin: "inherit" } : {};
|
|
7654
7657
|
var deepScriptOptions = { preferLocal: true };
|
|
7655
7658
|
|
|
7656
|
-
// ../../node_modules/.pnpm/execa@9.5.
|
|
7659
|
+
// ../../node_modules/.pnpm/execa@9.5.2/node_modules/execa/index.js
|
|
7657
7660
|
var execa = createExeca(() => ({}));
|
|
7658
7661
|
createExeca(() => ({ isSync: true }));
|
|
7659
7662
|
createExeca(mapCommandAsync);
|
|
@@ -8309,5 +8312,5 @@ ${logFiles.join("\n")}`);
|
|
|
8309
8312
|
exports.generate = generate;
|
|
8310
8313
|
exports.init_cjs_shims = init_cjs_shims;
|
|
8311
8314
|
exports.p = p2;
|
|
8312
|
-
//# sourceMappingURL=chunk-
|
|
8313
|
-
//# sourceMappingURL=chunk-
|
|
8315
|
+
//# sourceMappingURL=chunk-OW56LCTL.cjs.map
|
|
8316
|
+
//# sourceMappingURL=chunk-OW56LCTL.cjs.map
|