@kubb/cli 3.0.0-beta.1 → 3.0.0-beta.10
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-LA3QWVJI.js.map +1 -1
- package/dist/{chunk-PAOUPXAG.cjs → chunk-LV33XAJU.cjs} +170 -166
- package/dist/chunk-LV33XAJU.cjs.map +1 -0
- package/dist/{generate-JA5KME2H.js → generate-E3BIV7UD.js} +3 -3
- package/dist/generate-E3BIV7UD.js.map +1 -0
- package/dist/{generate-IZ3C56MV.cjs → generate-HD6YYTQO.cjs} +17 -17
- package/dist/generate-HD6YYTQO.cjs.map +1 -0
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
- package/src/utils/getCosmiConfig.ts +2 -2
- package/dist/chunk-PAOUPXAG.cjs.map +0 -1
- package/dist/generate-IZ3C56MV.cjs.map +0 -1
- package/dist/generate-JA5KME2H.js.map +0 -1
|
@@ -6,12 +6,12 @@ var child_process = require('child_process');
|
|
|
6
6
|
var string_decoder = require('string_decoder');
|
|
7
7
|
var util = require('util');
|
|
8
8
|
var process3 = require('process');
|
|
9
|
-
var fs = require('fs');
|
|
10
9
|
var path2 = require('path');
|
|
11
10
|
var promises$1 = require('timers/promises');
|
|
12
11
|
var os = require('os');
|
|
13
12
|
var events = require('events');
|
|
14
13
|
var v8 = require('v8');
|
|
14
|
+
var fs = require('fs');
|
|
15
15
|
var promises = require('stream/promises');
|
|
16
16
|
var stream = require('stream');
|
|
17
17
|
var buffer = require('buffer');
|
|
@@ -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.
|
|
82
|
+
// ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.47.11_@types+node@20.17.3__@swc+core@1.7.22_jiti@2.3.3__njwlryiwvpy37iky3y3g2bvfku/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.
|
|
85
|
+
"../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.47.11_@types+node@20.17.3__@swc+core@1.7.22_jiti@2.3.3__njwlryiwvpy37iky3y3g2bvfku/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
|
}
|
|
@@ -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.
|
|
838
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/index.js
|
|
839
839
|
init_cjs_shims();
|
|
840
840
|
|
|
841
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
841
|
+
// ../../node_modules/.pnpm/execa@9.5.1/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,21 +851,23 @@ 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.
|
|
854
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/parameters.js
|
|
855
855
|
init_cjs_shims();
|
|
856
856
|
|
|
857
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
857
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/file-url.js
|
|
858
858
|
init_cjs_shims();
|
|
859
859
|
var safeNormalizeFileUrl = (file, name) => {
|
|
860
|
-
const fileString = normalizeFileUrl(file);
|
|
860
|
+
const fileString = normalizeFileUrl(normalizeDenoExecPath(file));
|
|
861
861
|
if (typeof fileString !== "string") {
|
|
862
862
|
throw new TypeError(`${name} must be a string or a file URL: ${fileString}.`);
|
|
863
863
|
}
|
|
864
864
|
return fileString;
|
|
865
865
|
};
|
|
866
|
+
var normalizeDenoExecPath = (file) => isDenoExecPath(file) ? file.toString() : file;
|
|
867
|
+
var isDenoExecPath = (file) => typeof file !== "string" && file && Object.getPrototypeOf(file) === String.prototype;
|
|
866
868
|
var normalizeFileUrl = (file) => file instanceof URL ? url.fileURLToPath(file) : file;
|
|
867
869
|
|
|
868
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
870
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/parameters.js
|
|
869
871
|
var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
|
|
870
872
|
const filePath = safeNormalizeFileUrl(rawFile, "First argument");
|
|
871
873
|
const [commandArguments, options] = isPlainObject(rawArguments) ? [[], rawArguments] : [rawArguments, rawOptions];
|
|
@@ -886,10 +888,10 @@ var normalizeParameters = (rawFile, rawArguments = [], rawOptions = {}) => {
|
|
|
886
888
|
return [filePath, normalizedArguments, options];
|
|
887
889
|
};
|
|
888
890
|
|
|
889
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
891
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/template.js
|
|
890
892
|
init_cjs_shims();
|
|
891
893
|
|
|
892
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
894
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/utils/uint-array.js
|
|
893
895
|
init_cjs_shims();
|
|
894
896
|
var { toString: objectToString } = Object.prototype;
|
|
895
897
|
var isArrayBuffer = (value) => objectToString.call(value) === "[object ArrayBuffer]";
|
|
@@ -936,7 +938,7 @@ var getJoinLength = (uint8Arrays) => {
|
|
|
936
938
|
return joinLength;
|
|
937
939
|
};
|
|
938
940
|
|
|
939
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
941
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/template.js
|
|
940
942
|
var isTemplateString = (templates) => Array.isArray(templates) && Array.isArray(templates.raw);
|
|
941
943
|
var parseTemplates = (templates, expressions) => {
|
|
942
944
|
let tokens = [];
|
|
@@ -1033,29 +1035,29 @@ var getSubprocessResult = ({ stdout: stdout2 }) => {
|
|
|
1033
1035
|
throw new TypeError(`Unexpected "${typeof stdout2}" stdout in template expression`);
|
|
1034
1036
|
};
|
|
1035
1037
|
|
|
1036
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1038
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/main-sync.js
|
|
1037
1039
|
init_cjs_shims();
|
|
1038
1040
|
|
|
1039
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1041
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/command.js
|
|
1040
1042
|
init_cjs_shims();
|
|
1041
1043
|
|
|
1042
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1044
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/start.js
|
|
1043
1045
|
init_cjs_shims();
|
|
1044
1046
|
|
|
1045
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1047
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/values.js
|
|
1046
1048
|
init_cjs_shims();
|
|
1047
1049
|
|
|
1048
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1050
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/specific.js
|
|
1049
1051
|
init_cjs_shims();
|
|
1050
1052
|
|
|
1051
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1053
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/utils/standard-stream.js
|
|
1052
1054
|
init_cjs_shims();
|
|
1053
1055
|
var isStandardStream = (stream) => STANDARD_STREAMS.includes(stream);
|
|
1054
1056
|
var STANDARD_STREAMS = [process3__namespace.default.stdin, process3__namespace.default.stdout, process3__namespace.default.stderr];
|
|
1055
1057
|
var STANDARD_STREAMS_ALIASES = ["stdin", "stdout", "stderr"];
|
|
1056
1058
|
var getStreamName = (fdNumber) => STANDARD_STREAMS_ALIASES[fdNumber] ?? `stdio[${fdNumber}]`;
|
|
1057
1059
|
|
|
1058
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1060
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/specific.js
|
|
1059
1061
|
var normalizeFdSpecificOptions = (options) => {
|
|
1060
1062
|
const optionsCopy = { ...options };
|
|
1061
1063
|
for (const optionName of FD_SPECIFIC_OPTIONS) {
|
|
@@ -1125,7 +1127,7 @@ var DEFAULT_OPTIONS = {
|
|
|
1125
1127
|
var FD_SPECIFIC_OPTIONS = ["lines", "buffer", "maxBuffer", "verbose", "stripFinalNewline"];
|
|
1126
1128
|
var getFdSpecificValue = (optionArray, fdNumber) => fdNumber === "ipc" ? optionArray.at(-1) : optionArray[fdNumber];
|
|
1127
1129
|
|
|
1128
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1130
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/values.js
|
|
1129
1131
|
var isVerbose = ({ verbose }, fdNumber) => getFdVerbose(verbose, fdNumber) !== "none";
|
|
1130
1132
|
var isFullVerbose = ({ verbose }, fdNumber) => !["none", "short"].includes(getFdVerbose(verbose, fdNumber));
|
|
1131
1133
|
var getVerboseFunction = ({ verbose }, fdNumber) => {
|
|
@@ -1137,10 +1139,10 @@ var getFdGenericVerbose = (verbose) => verbose.find((fdVerbose) => isVerboseFunc
|
|
|
1137
1139
|
var isVerboseFunction = (fdVerbose) => typeof fdVerbose === "function";
|
|
1138
1140
|
var VERBOSE_VALUES = ["none", "short", "full"];
|
|
1139
1141
|
|
|
1140
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1142
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/log.js
|
|
1141
1143
|
init_cjs_shims();
|
|
1142
1144
|
|
|
1143
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1145
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/escape.js
|
|
1144
1146
|
init_cjs_shims();
|
|
1145
1147
|
var joinCommand = (filePath, rawArguments) => {
|
|
1146
1148
|
const fileAndArguments = [filePath, ...rawArguments];
|
|
@@ -1184,7 +1186,7 @@ var quoteString = (escapedArgument) => {
|
|
|
1184
1186
|
};
|
|
1185
1187
|
var NO_ESCAPE_REGEXP = /^[\w./-]+$/;
|
|
1186
1188
|
|
|
1187
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1189
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/default.js
|
|
1188
1190
|
init_cjs_shims();
|
|
1189
1191
|
|
|
1190
1192
|
// ../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js
|
|
@@ -1505,7 +1507,7 @@ var gray = format(90, 39);
|
|
|
1505
1507
|
var redBright = format(91, 39);
|
|
1506
1508
|
var yellowBright = format(93, 39);
|
|
1507
1509
|
|
|
1508
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1510
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/default.js
|
|
1509
1511
|
var defaultVerboseFunction = ({
|
|
1510
1512
|
type,
|
|
1511
1513
|
message,
|
|
@@ -1544,7 +1546,7 @@ var COLORS = {
|
|
|
1544
1546
|
duration: () => gray
|
|
1545
1547
|
};
|
|
1546
1548
|
|
|
1547
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1549
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/custom.js
|
|
1548
1550
|
init_cjs_shims();
|
|
1549
1551
|
var applyVerboseOnLines = (printedLines, verboseInfo, fdNumber) => {
|
|
1550
1552
|
const verboseFunction = getVerboseFunction(verboseInfo, fdNumber);
|
|
@@ -1562,12 +1564,14 @@ var applyVerboseFunction = (verboseLine, verboseObject, verboseFunction) => {
|
|
|
1562
1564
|
var appendNewline = (printedLine) => printedLine.endsWith("\n") ? printedLine : `${printedLine}
|
|
1563
1565
|
`;
|
|
1564
1566
|
|
|
1565
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1567
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/log.js
|
|
1566
1568
|
var verboseLog = ({ type, verboseMessage, fdNumber, verboseInfo, result }) => {
|
|
1567
1569
|
const verboseObject = getVerboseObject({ type, result, verboseInfo });
|
|
1568
1570
|
const printedLines = getPrintedLines(verboseMessage, verboseObject);
|
|
1569
1571
|
const finalLines = applyVerboseOnLines(printedLines, verboseInfo, fdNumber);
|
|
1570
|
-
|
|
1572
|
+
if (finalLines !== "") {
|
|
1573
|
+
console.warn(finalLines.slice(0, -1));
|
|
1574
|
+
}
|
|
1571
1575
|
};
|
|
1572
1576
|
var getVerboseObject = ({
|
|
1573
1577
|
type,
|
|
@@ -1587,7 +1591,6 @@ var getPrintedLine = (verboseObject) => {
|
|
|
1587
1591
|
const verboseLine = defaultVerboseFunction(verboseObject);
|
|
1588
1592
|
return { verboseLine, verboseObject };
|
|
1589
1593
|
};
|
|
1590
|
-
var STDERR_FD = 2;
|
|
1591
1594
|
var serializeVerboseMessage = (message) => {
|
|
1592
1595
|
const messageString = typeof message === "string" ? message : util.inspect(message);
|
|
1593
1596
|
const escapedMessage = escapeLines(messageString);
|
|
@@ -1595,7 +1598,7 @@ var serializeVerboseMessage = (message) => {
|
|
|
1595
1598
|
};
|
|
1596
1599
|
var TAB_SIZE = 2;
|
|
1597
1600
|
|
|
1598
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1601
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/start.js
|
|
1599
1602
|
var logCommand = (escapedCommand, verboseInfo) => {
|
|
1600
1603
|
if (!isVerbose(verboseInfo)) {
|
|
1601
1604
|
return;
|
|
@@ -1607,7 +1610,7 @@ var logCommand = (escapedCommand, verboseInfo) => {
|
|
|
1607
1610
|
});
|
|
1608
1611
|
};
|
|
1609
1612
|
|
|
1610
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1613
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/info.js
|
|
1611
1614
|
init_cjs_shims();
|
|
1612
1615
|
var getVerboseInfo = (verbose, escapedCommand, rawOptions) => {
|
|
1613
1616
|
validateVerbose(verbose);
|
|
@@ -1636,12 +1639,12 @@ var validateVerbose = (verbose) => {
|
|
|
1636
1639
|
}
|
|
1637
1640
|
};
|
|
1638
1641
|
|
|
1639
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1642
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/duration.js
|
|
1640
1643
|
init_cjs_shims();
|
|
1641
1644
|
var getStartTime = () => process3.hrtime.bigint();
|
|
1642
1645
|
var getDurationMs = (startTime) => Number(process3.hrtime.bigint() - startTime) / 1e6;
|
|
1643
1646
|
|
|
1644
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1647
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/command.js
|
|
1645
1648
|
var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
1646
1649
|
const startTime = getStartTime();
|
|
1647
1650
|
const { command, escapedCommand } = joinCommand(filePath, rawArguments);
|
|
@@ -1656,7 +1659,7 @@ var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
|
1656
1659
|
};
|
|
1657
1660
|
};
|
|
1658
1661
|
|
|
1659
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1662
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/options.js
|
|
1660
1663
|
init_cjs_shims();
|
|
1661
1664
|
var import_cross_spawn = __toESM(require_cross_spawn());
|
|
1662
1665
|
|
|
@@ -1737,10 +1740,10 @@ var npmRunPathEnv = ({ env = process3__namespace.default.env, ...options } = {})
|
|
|
1737
1740
|
return env;
|
|
1738
1741
|
};
|
|
1739
1742
|
|
|
1740
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1743
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/kill.js
|
|
1741
1744
|
init_cjs_shims();
|
|
1742
1745
|
|
|
1743
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1746
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/final-error.js
|
|
1744
1747
|
init_cjs_shims();
|
|
1745
1748
|
var getFinalError = (originalError, message, isSync) => {
|
|
1746
1749
|
const ErrorClass = isSync ? ExecaSyncError : ExecaError;
|
|
@@ -1773,7 +1776,7 @@ var ExecaSyncError = class extends Error {
|
|
|
1773
1776
|
};
|
|
1774
1777
|
setErrorName(ExecaSyncError, ExecaSyncError.name);
|
|
1775
1778
|
|
|
1776
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
1779
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/signal.js
|
|
1777
1780
|
init_cjs_shims();
|
|
1778
1781
|
|
|
1779
1782
|
// ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/main.js
|
|
@@ -2145,7 +2148,7 @@ var findSignalByNumber = (number, signals2) => {
|
|
|
2145
2148
|
};
|
|
2146
2149
|
getSignalsByNumber();
|
|
2147
2150
|
|
|
2148
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2151
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/signal.js
|
|
2149
2152
|
var normalizeKillSignal = (killSignal) => {
|
|
2150
2153
|
const optionName = "option `killSignal`";
|
|
2151
2154
|
if (killSignal === 0) {
|
|
@@ -2189,7 +2192,7 @@ var getAvailableSignalNames = () => Object.keys(os.constants.signals).sort().map
|
|
|
2189
2192
|
var getAvailableSignalIntegers = () => [...new Set(Object.values(os.constants.signals).sort((signalInteger, signalIntegerTwo) => signalInteger - signalIntegerTwo))].join(", ");
|
|
2190
2193
|
var getSignalDescription = (signal) => signalsByName[signal].description;
|
|
2191
2194
|
|
|
2192
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2195
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/kill.js
|
|
2193
2196
|
var normalizeForceKillAfterDelay = (forceKillAfterDelay) => {
|
|
2194
2197
|
if (forceKillAfterDelay === false) {
|
|
2195
2198
|
return forceKillAfterDelay;
|
|
@@ -2256,10 +2259,10 @@ var killOnTimeout = async ({ kill, forceKillAfterDelay, context, controllerSigna
|
|
|
2256
2259
|
}
|
|
2257
2260
|
};
|
|
2258
2261
|
|
|
2259
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2262
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/cancel.js
|
|
2260
2263
|
init_cjs_shims();
|
|
2261
2264
|
|
|
2262
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2265
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/utils/abort-signal.js
|
|
2263
2266
|
init_cjs_shims();
|
|
2264
2267
|
var onAbortedSignal = async (mainSignal, stopSignal) => {
|
|
2265
2268
|
if (!mainSignal.aborted) {
|
|
@@ -2267,7 +2270,7 @@ var onAbortedSignal = async (mainSignal, stopSignal) => {
|
|
|
2267
2270
|
}
|
|
2268
2271
|
};
|
|
2269
2272
|
|
|
2270
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2273
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/cancel.js
|
|
2271
2274
|
var validateCancelSignal = ({ cancelSignal }) => {
|
|
2272
2275
|
if (cancelSignal !== void 0 && Object.prototype.toString.call(cancelSignal) !== "[object AbortSignal]") {
|
|
2273
2276
|
throw new Error(`The \`cancelSignal\` option must be an AbortSignal: ${String(cancelSignal)}`);
|
|
@@ -2281,16 +2284,16 @@ var terminateOnCancel = async (subprocess, cancelSignal, context, { signal }) =>
|
|
|
2281
2284
|
throw cancelSignal.reason;
|
|
2282
2285
|
};
|
|
2283
2286
|
|
|
2284
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2287
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/graceful.js
|
|
2285
2288
|
init_cjs_shims();
|
|
2286
2289
|
|
|
2287
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2290
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/graceful.js
|
|
2288
2291
|
init_cjs_shims();
|
|
2289
2292
|
|
|
2290
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2293
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/send.js
|
|
2291
2294
|
init_cjs_shims();
|
|
2292
2295
|
|
|
2293
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2296
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/validation.js
|
|
2294
2297
|
init_cjs_shims();
|
|
2295
2298
|
var validateIpcMethod = ({ methodName, isSubprocess, ipc, isConnected: isConnected2 }) => {
|
|
2296
2299
|
validateIpcOption(methodName, isSubprocess, ipc);
|
|
@@ -2363,10 +2366,10 @@ var disconnect = (anyProcess) => {
|
|
|
2363
2366
|
}
|
|
2364
2367
|
};
|
|
2365
2368
|
|
|
2366
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2369
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/outgoing.js
|
|
2367
2370
|
init_cjs_shims();
|
|
2368
2371
|
|
|
2369
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2372
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/utils/deferred.js
|
|
2370
2373
|
init_cjs_shims();
|
|
2371
2374
|
var createDeferred = () => {
|
|
2372
2375
|
const methods = {};
|
|
@@ -2376,7 +2379,7 @@ var createDeferred = () => {
|
|
|
2376
2379
|
return Object.assign(promise, methods);
|
|
2377
2380
|
};
|
|
2378
2381
|
|
|
2379
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2382
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/fd-options.js
|
|
2380
2383
|
init_cjs_shims();
|
|
2381
2384
|
var getToStream = (destination, to = "stdin") => {
|
|
2382
2385
|
const isWritable = true;
|
|
@@ -2457,10 +2460,10 @@ var serializeOptionValue = (value) => {
|
|
|
2457
2460
|
return typeof value === "number" ? `${value}` : "Stream";
|
|
2458
2461
|
};
|
|
2459
2462
|
|
|
2460
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2463
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/strict.js
|
|
2461
2464
|
init_cjs_shims();
|
|
2462
2465
|
|
|
2463
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2466
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/utils/max-listeners.js
|
|
2464
2467
|
init_cjs_shims();
|
|
2465
2468
|
var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
|
|
2466
2469
|
const maxListeners = eventEmitter.getMaxListeners();
|
|
@@ -2473,13 +2476,13 @@ var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
|
|
|
2473
2476
|
});
|
|
2474
2477
|
};
|
|
2475
2478
|
|
|
2476
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2479
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/forward.js
|
|
2477
2480
|
init_cjs_shims();
|
|
2478
2481
|
|
|
2479
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2482
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/incoming.js
|
|
2480
2483
|
init_cjs_shims();
|
|
2481
2484
|
|
|
2482
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2485
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/reference.js
|
|
2483
2486
|
init_cjs_shims();
|
|
2484
2487
|
var addReference = (channel, reference) => {
|
|
2485
2488
|
if (reference) {
|
|
@@ -2510,7 +2513,7 @@ var redoAddedReferences = (channel, isSubprocess) => {
|
|
|
2510
2513
|
}
|
|
2511
2514
|
};
|
|
2512
2515
|
|
|
2513
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2516
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/incoming.js
|
|
2514
2517
|
var onMessage = async ({ anyProcess, channel, isSubprocess, ipcEmitter }, wrappedMessage) => {
|
|
2515
2518
|
if (handleStrictResponse(wrappedMessage) || handleAbort(wrappedMessage)) {
|
|
2516
2519
|
return;
|
|
@@ -2551,7 +2554,7 @@ var onDisconnect = async ({ anyProcess, channel, isSubprocess, ipcEmitter, bound
|
|
|
2551
2554
|
};
|
|
2552
2555
|
var INCOMING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
2553
2556
|
|
|
2554
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2557
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/forward.js
|
|
2555
2558
|
var getIpcEmitter = (anyProcess, channel, isSubprocess) => {
|
|
2556
2559
|
if (IPC_EMITTERS.has(anyProcess)) {
|
|
2557
2560
|
return IPC_EMITTERS.get(anyProcess);
|
|
@@ -2590,7 +2593,7 @@ var isConnected = (anyProcess) => {
|
|
|
2590
2593
|
return ipcEmitter === void 0 ? anyProcess.channel !== null : ipcEmitter.connected;
|
|
2591
2594
|
};
|
|
2592
2595
|
|
|
2593
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2596
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/strict.js
|
|
2594
2597
|
var handleSendStrict = ({ anyProcess, channel, isSubprocess, message, strict }) => {
|
|
2595
2598
|
if (!strict) {
|
|
2596
2599
|
return message;
|
|
@@ -2673,7 +2676,7 @@ var throwOnDisconnect = async (anyProcess, isSubprocess, { signal }) => {
|
|
|
2673
2676
|
var REQUEST_TYPE = "execa:ipc:request";
|
|
2674
2677
|
var RESPONSE_TYPE = "execa:ipc:response";
|
|
2675
2678
|
|
|
2676
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2679
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/outgoing.js
|
|
2677
2680
|
var startSendMessage = (anyProcess, wrappedMessage, strict) => {
|
|
2678
2681
|
if (!OUTGOING_MESSAGES.has(anyProcess)) {
|
|
2679
2682
|
OUTGOING_MESSAGES.set(anyProcess, /* @__PURE__ */ new Set());
|
|
@@ -2700,7 +2703,7 @@ var OUTGOING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
|
2700
2703
|
var hasMessageListeners = (anyProcess, ipcEmitter) => ipcEmitter.listenerCount("message") > getMinListenerCount(anyProcess);
|
|
2701
2704
|
var getMinListenerCount = (anyProcess) => SUBPROCESS_OPTIONS.has(anyProcess) && !getFdSpecificValue(SUBPROCESS_OPTIONS.get(anyProcess).options.buffer, "ipc") ? 1 : 0;
|
|
2702
2705
|
|
|
2703
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2706
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/send.js
|
|
2704
2707
|
var sendMessage = ({ anyProcess, channel, isSubprocess, ipc }, message, { strict = false } = {}) => {
|
|
2705
2708
|
const methodName = "sendMessage";
|
|
2706
2709
|
validateIpcMethod({
|
|
@@ -2770,7 +2773,7 @@ var getSendMethod = (anyProcess) => {
|
|
|
2770
2773
|
};
|
|
2771
2774
|
var PROCESS_SEND_METHODS = /* @__PURE__ */ new WeakMap();
|
|
2772
2775
|
|
|
2773
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2776
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/graceful.js
|
|
2774
2777
|
var sendAbort = (subprocess, message) => {
|
|
2775
2778
|
const methodName = "cancelSignal";
|
|
2776
2779
|
validateConnection(methodName, false, subprocess.connected);
|
|
@@ -2821,7 +2824,7 @@ var abortOnDisconnect = () => {
|
|
|
2821
2824
|
};
|
|
2822
2825
|
var cancelController = new AbortController();
|
|
2823
2826
|
|
|
2824
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2827
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/graceful.js
|
|
2825
2828
|
var validateGracefulCancel = ({ gracefulCancel, cancelSignal, ipc, serialization }) => {
|
|
2826
2829
|
if (!gracefulCancel) {
|
|
2827
2830
|
return;
|
|
@@ -2877,7 +2880,7 @@ var getReason = ({ reason }) => {
|
|
|
2877
2880
|
return error;
|
|
2878
2881
|
};
|
|
2879
2882
|
|
|
2880
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2883
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/timeout.js
|
|
2881
2884
|
init_cjs_shims();
|
|
2882
2885
|
var validateTimeout = ({ timeout }) => {
|
|
2883
2886
|
if (timeout !== void 0 && (!Number.isFinite(timeout) || timeout < 0)) {
|
|
@@ -2892,7 +2895,7 @@ var killAfterTimeout = async (subprocess, timeout, context, { signal }) => {
|
|
|
2892
2895
|
throw new DiscardedError();
|
|
2893
2896
|
};
|
|
2894
2897
|
|
|
2895
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2898
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/node.js
|
|
2896
2899
|
init_cjs_shims();
|
|
2897
2900
|
var mapNode = ({ options }) => {
|
|
2898
2901
|
if (options.node === false) {
|
|
@@ -2932,7 +2935,7 @@ var handleNodeOption = (file, commandArguments, {
|
|
|
2932
2935
|
];
|
|
2933
2936
|
};
|
|
2934
2937
|
|
|
2935
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2938
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/ipc-input.js
|
|
2936
2939
|
init_cjs_shims();
|
|
2937
2940
|
var validateIpcInputOption = ({ ipcInput, ipc, serialization }) => {
|
|
2938
2941
|
if (ipcInput === void 0) {
|
|
@@ -2968,7 +2971,7 @@ var sendIpcInput = async (subprocess, ipcInput) => {
|
|
|
2968
2971
|
await subprocess.sendMessage(ipcInput);
|
|
2969
2972
|
};
|
|
2970
2973
|
|
|
2971
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
2974
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/encoding-option.js
|
|
2972
2975
|
init_cjs_shims();
|
|
2973
2976
|
var validateEncoding = ({ encoding }) => {
|
|
2974
2977
|
if (ENCODINGS.has(encoding)) {
|
|
@@ -3011,7 +3014,7 @@ var ENCODING_ALIASES = {
|
|
|
3011
3014
|
};
|
|
3012
3015
|
var serializeEncoding = (encoding) => typeof encoding === "string" ? `"${encoding}"` : String(encoding);
|
|
3013
3016
|
|
|
3014
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3017
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/cwd.js
|
|
3015
3018
|
init_cjs_shims();
|
|
3016
3019
|
var normalizeCwd = (cwd = getDefaultCwd()) => {
|
|
3017
3020
|
const cwdString = safeNormalizeFileUrl(cwd, 'The "cwd" option');
|
|
@@ -3045,7 +3048,7 @@ ${originalMessage}`;
|
|
|
3045
3048
|
return originalMessage;
|
|
3046
3049
|
};
|
|
3047
3050
|
|
|
3048
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3051
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/arguments/options.js
|
|
3049
3052
|
var normalizeOptions = (filePath, rawArguments, rawOptions) => {
|
|
3050
3053
|
rawOptions.cwd = normalizeCwd(rawOptions.cwd);
|
|
3051
3054
|
const [processedFile, processedArguments, processedOptions] = handleNodeOption(filePath, rawArguments, rawOptions);
|
|
@@ -3116,10 +3119,10 @@ var getEnv = ({ env: envOption, extendEnv, preferLocal, node, localDirectory, no
|
|
|
3116
3119
|
return env;
|
|
3117
3120
|
};
|
|
3118
3121
|
|
|
3119
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3122
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/result.js
|
|
3120
3123
|
init_cjs_shims();
|
|
3121
3124
|
|
|
3122
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3125
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/message.js
|
|
3123
3126
|
init_cjs_shims();
|
|
3124
3127
|
|
|
3125
3128
|
// ../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js
|
|
@@ -3140,7 +3143,7 @@ var LF_BINARY = LF.codePointAt(0);
|
|
|
3140
3143
|
var CR = "\r";
|
|
3141
3144
|
var CR_BINARY = CR.codePointAt(0);
|
|
3142
3145
|
|
|
3143
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3146
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/max-buffer.js
|
|
3144
3147
|
init_cjs_shims();
|
|
3145
3148
|
|
|
3146
3149
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
|
|
@@ -3533,7 +3536,7 @@ var stringMethods = {
|
|
|
3533
3536
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
|
|
3534
3537
|
Object.assign(nodeImports, { on: events.on, finished: promises.finished });
|
|
3535
3538
|
|
|
3536
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3539
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/max-buffer.js
|
|
3537
3540
|
var handleMaxBuffer = ({ error, stream, readableObjectMode, lines, encoding, fdNumber }) => {
|
|
3538
3541
|
if (!(error instanceof MaxBufferError)) {
|
|
3539
3542
|
throw error;
|
|
@@ -3592,7 +3595,7 @@ var truncateMaxBufferSync = (result, isMaxBuffer, maxBuffer) => {
|
|
|
3592
3595
|
};
|
|
3593
3596
|
var getMaxBufferSync = ([, stdoutMaxBuffer]) => stdoutMaxBuffer;
|
|
3594
3597
|
|
|
3595
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3598
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/message.js
|
|
3596
3599
|
var createMessages = ({
|
|
3597
3600
|
stdio,
|
|
3598
3601
|
all,
|
|
@@ -3710,7 +3713,7 @@ var serializeMessageItem = (messageItem) => {
|
|
|
3710
3713
|
return "";
|
|
3711
3714
|
};
|
|
3712
3715
|
|
|
3713
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3716
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/result.js
|
|
3714
3717
|
var makeSuccessResult = ({
|
|
3715
3718
|
command,
|
|
3716
3719
|
escapedCommand,
|
|
@@ -3883,10 +3886,10 @@ var normalizeExitPayload = (rawExitCode, rawSignal) => {
|
|
|
3883
3886
|
return { exitCode, signal, signalDescription };
|
|
3884
3887
|
};
|
|
3885
3888
|
|
|
3886
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3889
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/reject.js
|
|
3887
3890
|
init_cjs_shims();
|
|
3888
3891
|
|
|
3889
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
3892
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/complete.js
|
|
3890
3893
|
init_cjs_shims();
|
|
3891
3894
|
|
|
3892
3895
|
// ../../node_modules/.pnpm/pretty-ms@9.0.0/node_modules/pretty-ms/index.js
|
|
@@ -4019,7 +4022,7 @@ function prettyMilliseconds(milliseconds, options) {
|
|
|
4019
4022
|
return result.join(separator);
|
|
4020
4023
|
}
|
|
4021
4024
|
|
|
4022
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4025
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/error.js
|
|
4023
4026
|
init_cjs_shims();
|
|
4024
4027
|
var logError = (result, verboseInfo) => {
|
|
4025
4028
|
if (result.failed) {
|
|
@@ -4032,7 +4035,7 @@ var logError = (result, verboseInfo) => {
|
|
|
4032
4035
|
}
|
|
4033
4036
|
};
|
|
4034
4037
|
|
|
4035
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4038
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/complete.js
|
|
4036
4039
|
var logResult = (result, verboseInfo) => {
|
|
4037
4040
|
if (!isVerbose(verboseInfo)) {
|
|
4038
4041
|
return;
|
|
@@ -4050,7 +4053,7 @@ var logDuration = (result, verboseInfo) => {
|
|
|
4050
4053
|
});
|
|
4051
4054
|
};
|
|
4052
4055
|
|
|
4053
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4056
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/reject.js
|
|
4054
4057
|
var handleResult = (result, verboseInfo, { reject }) => {
|
|
4055
4058
|
logResult(result, verboseInfo);
|
|
4056
4059
|
if (result.failed && reject) {
|
|
@@ -4059,16 +4062,16 @@ var handleResult = (result, verboseInfo, { reject }) => {
|
|
|
4059
4062
|
return result;
|
|
4060
4063
|
};
|
|
4061
4064
|
|
|
4062
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4065
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/handle-sync.js
|
|
4063
4066
|
init_cjs_shims();
|
|
4064
4067
|
|
|
4065
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4068
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/handle.js
|
|
4066
4069
|
init_cjs_shims();
|
|
4067
4070
|
|
|
4068
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4071
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/normalize.js
|
|
4069
4072
|
init_cjs_shims();
|
|
4070
4073
|
|
|
4071
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4074
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/type.js
|
|
4072
4075
|
init_cjs_shims();
|
|
4073
4076
|
var getStdioItemType = (value, optionName) => {
|
|
4074
4077
|
if (isAsyncGenerator(value)) {
|
|
@@ -4161,7 +4164,8 @@ var isSyncGenerator = (value) => Object.prototype.toString.call(value) === "[obj
|
|
|
4161
4164
|
var isTransformOptions = (value) => isPlainObject(value) && (value.transform !== void 0 || value.final !== void 0);
|
|
4162
4165
|
var isUrl = (value) => Object.prototype.toString.call(value) === "[object URL]";
|
|
4163
4166
|
var isRegularUrl = (value) => isUrl(value) && value.protocol !== "file:";
|
|
4164
|
-
var isFilePathObject = (value) => isPlainObject(value) && Object.keys(value).length
|
|
4167
|
+
var isFilePathObject = (value) => isPlainObject(value) && Object.keys(value).length > 0 && Object.keys(value).every((key) => FILE_PATH_KEYS.has(key)) && isFilePathString(value.file);
|
|
4168
|
+
var FILE_PATH_KEYS = /* @__PURE__ */ new Set(["file", "append"]);
|
|
4165
4169
|
var isFilePathString = (file) => typeof file === "string";
|
|
4166
4170
|
var isUnknownStdioString = (type, value) => type === "native" && typeof value === "string" && !KNOWN_STDIO_STRINGS.has(value);
|
|
4167
4171
|
var KNOWN_STDIO_STRINGS = /* @__PURE__ */ new Set(["ipc", "ignore", "inherit", "overlapped", "pipe"]);
|
|
@@ -4194,7 +4198,7 @@ var TYPE_TO_MESSAGE = {
|
|
|
4194
4198
|
uint8Array: "a Uint8Array"
|
|
4195
4199
|
};
|
|
4196
4200
|
|
|
4197
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4201
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/object-mode.js
|
|
4198
4202
|
init_cjs_shims();
|
|
4199
4203
|
var getTransformObjectModes = (objectMode, index, newTransforms, direction) => direction === "output" ? getOutputObjectModes(objectMode, index, newTransforms) : getInputObjectModes(objectMode, index, newTransforms);
|
|
4200
4204
|
var getOutputObjectModes = (objectMode, index, newTransforms) => {
|
|
@@ -4215,7 +4219,7 @@ var getFdObjectMode = (stdioItems, direction) => {
|
|
|
4215
4219
|
return direction === "input" ? lastTransform.value.writableObjectMode : lastTransform.value.readableObjectMode;
|
|
4216
4220
|
};
|
|
4217
4221
|
|
|
4218
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4222
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/normalize.js
|
|
4219
4223
|
var normalizeTransforms = (stdioItems, optionName, direction, options) => [
|
|
4220
4224
|
...stdioItems.filter(({ type }) => !TRANSFORM_TYPES.has(type)),
|
|
4221
4225
|
...getTransforms(stdioItems, optionName, direction, options)
|
|
@@ -4309,7 +4313,7 @@ var normalizeGenerator = ({ stdioItem, stdioItem: { value }, index, newTransform
|
|
|
4309
4313
|
};
|
|
4310
4314
|
var sortTransforms = (newTransforms, direction) => direction === "input" ? newTransforms.reverse() : newTransforms;
|
|
4311
4315
|
|
|
4312
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4316
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/direction.js
|
|
4313
4317
|
init_cjs_shims();
|
|
4314
4318
|
var getStreamDirection = (stdioItems, fdNumber, optionName) => {
|
|
4315
4319
|
const directions = stdioItems.map((stdioItem) => getStdioItemDirection(stdioItem, fdNumber));
|
|
@@ -4359,14 +4363,14 @@ var getStandardStreamDirection = (value) => {
|
|
|
4359
4363
|
};
|
|
4360
4364
|
var DEFAULT_DIRECTION = "output";
|
|
4361
4365
|
|
|
4362
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4366
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/stdio-option.js
|
|
4363
4367
|
init_cjs_shims();
|
|
4364
4368
|
|
|
4365
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4369
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/array.js
|
|
4366
4370
|
init_cjs_shims();
|
|
4367
4371
|
var normalizeIpcStdioArray = (stdioArray, ipc) => ipc && !stdioArray.includes("ipc") ? [...stdioArray, "ipc"] : stdioArray;
|
|
4368
4372
|
|
|
4369
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4373
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/stdio-option.js
|
|
4370
4374
|
var normalizeStdioOption = ({ stdio, ipc, buffer, ...options }, verboseInfo, isSync) => {
|
|
4371
4375
|
const stdioArray = getStdioArray(stdio, options).map((stdioOption, fdNumber) => addDefaultValue2(stdioOption, fdNumber));
|
|
4372
4376
|
return isSync ? normalizeStdioSync(stdioArray, buffer, verboseInfo) : normalizeIpcStdioArray(stdioArray, ipc);
|
|
@@ -4400,7 +4404,7 @@ var addDefaultValue2 = (stdioOption, fdNumber) => {
|
|
|
4400
4404
|
var normalizeStdioSync = (stdioArray, buffer, verboseInfo) => stdioArray.map((stdioOption, fdNumber) => !buffer[fdNumber] && fdNumber !== 0 && !isFullVerbose(verboseInfo, fdNumber) && isOutputPipeOnly(stdioOption) ? "ignore" : stdioOption);
|
|
4401
4405
|
var isOutputPipeOnly = (stdioOption) => stdioOption === "pipe" || Array.isArray(stdioOption) && stdioOption.every((item) => item === "pipe");
|
|
4402
4406
|
|
|
4403
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4407
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/native.js
|
|
4404
4408
|
init_cjs_shims();
|
|
4405
4409
|
var handleNativeStream = ({ stdioItem, stdioItem: { type }, isStdioArray, fdNumber, direction, isSync }) => {
|
|
4406
4410
|
if (!isStdioArray || type !== "native") {
|
|
@@ -4468,7 +4472,7 @@ var getStandardStream = (fdNumber, value, optionName) => {
|
|
|
4468
4472
|
return standardStream;
|
|
4469
4473
|
};
|
|
4470
4474
|
|
|
4471
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4475
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/input-option.js
|
|
4472
4476
|
init_cjs_shims();
|
|
4473
4477
|
var handleInputOptions = ({ input, inputFile }, fdNumber) => fdNumber === 0 ? [
|
|
4474
4478
|
...handleInputOption(input),
|
|
@@ -4505,7 +4509,7 @@ var getInputFileType = (inputFile) => {
|
|
|
4505
4509
|
throw new Error("The `inputFile` option must be a file path string or a file URL.");
|
|
4506
4510
|
};
|
|
4507
4511
|
|
|
4508
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4512
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/duplicate.js
|
|
4509
4513
|
init_cjs_shims();
|
|
4510
4514
|
var filterDuplicates = (stdioItems) => stdioItems.filter((stdioItemOne, indexOne) => stdioItems.every((stdioItemTwo, indexTwo) => stdioItemOne.value !== stdioItemTwo.value || indexOne >= indexTwo || stdioItemOne.type === "generator" || stdioItemOne.type === "asyncGenerator"));
|
|
4511
4515
|
var getDuplicateStream = ({ stdioItem: { type, value, optionName }, direction, fileDescriptors, isSync }) => {
|
|
@@ -4581,7 +4585,7 @@ var throwOnDuplicateStream = (stdioItem, optionName, type) => {
|
|
|
4581
4585
|
}
|
|
4582
4586
|
};
|
|
4583
4587
|
|
|
4584
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4588
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/handle.js
|
|
4585
4589
|
var handleStdio = (addProperties3, options, verboseInfo, isSync) => {
|
|
4586
4590
|
const stdio = normalizeStdioOption(options, verboseInfo, isSync);
|
|
4587
4591
|
const initialFileDescriptors = stdio.map((stdioOption, fdNumber) => getFileDescriptor({
|
|
@@ -4741,7 +4745,7 @@ var forwardStdio = (stdioItems) => {
|
|
|
4741
4745
|
return type === "native" ? value : "pipe";
|
|
4742
4746
|
};
|
|
4743
4747
|
|
|
4744
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4748
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/handle-sync.js
|
|
4745
4749
|
var handleStdioSync = (options, verboseInfo) => handleStdio(addPropertiesSync, options, verboseInfo, true);
|
|
4746
4750
|
var forbiddenIfSync = ({ type, optionName }) => {
|
|
4747
4751
|
throwInvalidSyncValue(optionName, TYPE_TO_MESSAGE[type]);
|
|
@@ -4779,7 +4783,7 @@ var addPropertiesSync = {
|
|
|
4779
4783
|
output: {
|
|
4780
4784
|
...addProperties,
|
|
4781
4785
|
fileUrl: ({ value }) => ({ path: value }),
|
|
4782
|
-
filePath: ({ value: { file } }) => ({ path: file }),
|
|
4786
|
+
filePath: ({ value: { file, append } }) => ({ path: file, append }),
|
|
4783
4787
|
fileNumber: ({ value }) => ({ path: value }),
|
|
4784
4788
|
iterable: forbiddenIfSync,
|
|
4785
4789
|
string: forbiddenIfSync,
|
|
@@ -4787,18 +4791,18 @@ var addPropertiesSync = {
|
|
|
4787
4791
|
}
|
|
4788
4792
|
};
|
|
4789
4793
|
|
|
4790
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4794
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/strip-newline.js
|
|
4791
4795
|
init_cjs_shims();
|
|
4792
4796
|
var stripNewline = (value, { stripFinalNewline: stripFinalNewline2 }, fdNumber) => getStripFinalNewline(stripFinalNewline2, fdNumber) && value !== void 0 && !Array.isArray(value) ? stripFinalNewline(value) : value;
|
|
4793
4797
|
var getStripFinalNewline = (stripFinalNewline2, fdNumber) => fdNumber === "all" ? stripFinalNewline2[1] || stripFinalNewline2[2] : stripFinalNewline2[fdNumber];
|
|
4794
4798
|
|
|
4795
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4799
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/input-sync.js
|
|
4796
4800
|
init_cjs_shims();
|
|
4797
4801
|
|
|
4798
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4802
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/generator.js
|
|
4799
4803
|
init_cjs_shims();
|
|
4800
4804
|
|
|
4801
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4805
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/split.js
|
|
4802
4806
|
init_cjs_shims();
|
|
4803
4807
|
var getSplitLinesGenerator = (binary, preserveNewlines, skipped, state) => binary || skipped ? void 0 : initializeSplitLines(preserveNewlines, state);
|
|
4804
4808
|
var splitLinesSync = (chunk, preserveNewlines, objectMode) => objectMode ? chunk.flatMap((item) => splitLinesItemSync(item, preserveNewlines)) : splitLinesItemSync(chunk, preserveNewlines);
|
|
@@ -4879,7 +4883,7 @@ var linesUint8ArrayInfo = {
|
|
|
4879
4883
|
concatBytes: concatUint8Array
|
|
4880
4884
|
};
|
|
4881
4885
|
|
|
4882
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4886
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/validate.js
|
|
4883
4887
|
init_cjs_shims();
|
|
4884
4888
|
var getValidateTransformInput = (writableObjectMode, optionName) => writableObjectMode ? void 0 : validateStringTransformInput.bind(void 0, optionName);
|
|
4885
4889
|
var validateStringTransformInput = function* (optionName, chunk) {
|
|
@@ -4908,7 +4912,7 @@ Instead, \`yield\` should either be called with a value, or not be called at all
|
|
|
4908
4912
|
}
|
|
4909
4913
|
};
|
|
4910
4914
|
|
|
4911
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4915
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/encoding-transform.js
|
|
4912
4916
|
init_cjs_shims();
|
|
4913
4917
|
var getEncodingTransformGenerator = (binary, encoding, skipped) => {
|
|
4914
4918
|
if (skipped) {
|
|
@@ -4942,7 +4946,7 @@ var encodingStringFinal = function* (stringDecoder) {
|
|
|
4942
4946
|
}
|
|
4943
4947
|
};
|
|
4944
4948
|
|
|
4945
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4949
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/run-async.js
|
|
4946
4950
|
init_cjs_shims();
|
|
4947
4951
|
var pushChunks = util.callbackify(async (getChunks, state, getChunksArguments, transformStream) => {
|
|
4948
4952
|
state.currentIterable = getChunks(...getChunksArguments);
|
|
@@ -4990,7 +4994,7 @@ var identityGenerator = function* (chunk) {
|
|
|
4990
4994
|
yield chunk;
|
|
4991
4995
|
};
|
|
4992
4996
|
|
|
4993
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
4997
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/run-sync.js
|
|
4994
4998
|
init_cjs_shims();
|
|
4995
4999
|
var pushChunksSync = (getChunksSync, getChunksArguments, transformStream, done) => {
|
|
4996
5000
|
try {
|
|
@@ -5033,7 +5037,7 @@ var identityGenerator2 = function* (chunk) {
|
|
|
5033
5037
|
yield chunk;
|
|
5034
5038
|
};
|
|
5035
5039
|
|
|
5036
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5040
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/transform/generator.js
|
|
5037
5041
|
var generatorToStream = ({
|
|
5038
5042
|
value,
|
|
5039
5043
|
value: { transform, final, writableObjectMode, readableObjectMode },
|
|
@@ -5087,7 +5091,7 @@ var addInternalGenerators = ({ transform, final, binary, writableObjectMode, rea
|
|
|
5087
5091
|
].filter(Boolean);
|
|
5088
5092
|
};
|
|
5089
5093
|
|
|
5090
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5094
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/input-sync.js
|
|
5091
5095
|
var addInputOptionsSync = (fileDescriptors, options) => {
|
|
5092
5096
|
for (const fdNumber of getInputFdNumbers(fileDescriptors)) {
|
|
5093
5097
|
addInputOptionSync(fileDescriptors, fdNumber, options);
|
|
@@ -5120,10 +5124,10 @@ var validateSerializable = (newContents) => {
|
|
|
5120
5124
|
}
|
|
5121
5125
|
};
|
|
5122
5126
|
|
|
5123
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5127
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/output-sync.js
|
|
5124
5128
|
init_cjs_shims();
|
|
5125
5129
|
|
|
5126
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5130
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/output.js
|
|
5127
5131
|
init_cjs_shims();
|
|
5128
5132
|
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)));
|
|
5129
5133
|
var fdUsesVerbose = (fdNumber) => fdNumber === 1 || fdNumber === 2;
|
|
@@ -5151,7 +5155,7 @@ var logLine = (line, fdNumber, verboseInfo) => {
|
|
|
5151
5155
|
});
|
|
5152
5156
|
};
|
|
5153
5157
|
|
|
5154
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5158
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/output-sync.js
|
|
5155
5159
|
var transformOutputSync = ({ fileDescriptors, syncResult: { output }, options, isMaxBuffer, verboseInfo }) => {
|
|
5156
5160
|
if (output === null) {
|
|
5157
5161
|
return { output: Array.from({ length: 3 }) };
|
|
@@ -5243,9 +5247,9 @@ var logOutputSync = ({ serializedResult, fdNumber, state, verboseInfo, encoding,
|
|
|
5243
5247
|
}
|
|
5244
5248
|
};
|
|
5245
5249
|
var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
|
|
5246
|
-
for (const { path: path7 } of stdioItems.filter(({ type }) => FILE_TYPES.has(type))) {
|
|
5250
|
+
for (const { path: path7, append } of stdioItems.filter(({ type }) => FILE_TYPES.has(type))) {
|
|
5247
5251
|
const pathString = typeof path7 === "string" ? path7 : path7.toString();
|
|
5248
|
-
if (outputFiles.has(pathString)) {
|
|
5252
|
+
if (append || outputFiles.has(pathString)) {
|
|
5249
5253
|
fs.appendFileSync(path7, serializedResult);
|
|
5250
5254
|
} else {
|
|
5251
5255
|
outputFiles.add(pathString);
|
|
@@ -5254,7 +5258,7 @@ var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
|
|
|
5254
5258
|
}
|
|
5255
5259
|
};
|
|
5256
5260
|
|
|
5257
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5261
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/all-sync.js
|
|
5258
5262
|
init_cjs_shims();
|
|
5259
5263
|
var getAllSync = ([, stdout2, stderr], options) => {
|
|
5260
5264
|
if (!options.all) {
|
|
@@ -5278,10 +5282,10 @@ var getAllSync = ([, stdout2, stderr], options) => {
|
|
|
5278
5282
|
return `${stdout2}${stderr}`;
|
|
5279
5283
|
};
|
|
5280
5284
|
|
|
5281
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5285
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/exit-sync.js
|
|
5282
5286
|
init_cjs_shims();
|
|
5283
5287
|
|
|
5284
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5288
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/exit-async.js
|
|
5285
5289
|
init_cjs_shims();
|
|
5286
5290
|
var waitForExit = async (subprocess, context) => {
|
|
5287
5291
|
const [exitCode, signal] = await waitForExitOrError(subprocess);
|
|
@@ -5315,7 +5319,7 @@ var waitForSuccessfulExit = async (exitPromise) => {
|
|
|
5315
5319
|
var isSubprocessErrorExit = (exitCode, signal) => exitCode === void 0 && signal === void 0;
|
|
5316
5320
|
var isFailedExit = (exitCode, signal) => exitCode !== 0 || signal !== null;
|
|
5317
5321
|
|
|
5318
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5322
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/exit-sync.js
|
|
5319
5323
|
var getExitResultSync = ({ error, status: exitCode, signal, output }, { maxBuffer }) => {
|
|
5320
5324
|
const resultError = getResultError(error, exitCode, signal);
|
|
5321
5325
|
const timedOut = resultError?.code === "ETIMEDOUT";
|
|
@@ -5335,7 +5339,7 @@ var getResultError = (error, exitCode, signal) => {
|
|
|
5335
5339
|
return isFailedExit(exitCode, signal) ? new DiscardedError() : void 0;
|
|
5336
5340
|
};
|
|
5337
5341
|
|
|
5338
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5342
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/main-sync.js
|
|
5339
5343
|
var execaCoreSync = (rawFile, rawArguments, rawOptions) => {
|
|
5340
5344
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleSyncArguments(rawFile, rawArguments, rawOptions);
|
|
5341
5345
|
const result = spawnSubprocessSync({
|
|
@@ -5467,13 +5471,13 @@ var getSyncResult = ({ error, exitCode, signal, timedOut, isMaxBuffer, stdio, al
|
|
|
5467
5471
|
isSync: true
|
|
5468
5472
|
});
|
|
5469
5473
|
|
|
5470
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5474
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/main-async.js
|
|
5471
5475
|
init_cjs_shims();
|
|
5472
5476
|
|
|
5473
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5477
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/methods.js
|
|
5474
5478
|
init_cjs_shims();
|
|
5475
5479
|
|
|
5476
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5480
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/get-one.js
|
|
5477
5481
|
init_cjs_shims();
|
|
5478
5482
|
var getOneMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true, filter } = {}) => {
|
|
5479
5483
|
validateIpcMethod({
|
|
@@ -5528,7 +5532,7 @@ var throwOnStrictError = async (ipcEmitter, isSubprocess, { signal }) => {
|
|
|
5528
5532
|
throw getStrictResponseError(error, isSubprocess);
|
|
5529
5533
|
};
|
|
5530
5534
|
|
|
5531
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5535
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/get-each.js
|
|
5532
5536
|
init_cjs_shims();
|
|
5533
5537
|
var getEachMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true } = {}) => loopOnMessages({
|
|
5534
5538
|
anyProcess,
|
|
@@ -5607,7 +5611,7 @@ var throwIfStrictError = ({ error }) => {
|
|
|
5607
5611
|
}
|
|
5608
5612
|
};
|
|
5609
5613
|
|
|
5610
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5614
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/methods.js
|
|
5611
5615
|
var addIpcMethods = (subprocess, { ipc }) => {
|
|
5612
5616
|
Object.assign(subprocess, getIpcMethods(subprocess, false, ipc));
|
|
5613
5617
|
};
|
|
@@ -5646,7 +5650,7 @@ var getIpcMethods = (anyProcess, isSubprocess, ipc) => ({
|
|
|
5646
5650
|
})
|
|
5647
5651
|
});
|
|
5648
5652
|
|
|
5649
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5653
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/return/early-error.js
|
|
5650
5654
|
init_cjs_shims();
|
|
5651
5655
|
var handleEarlyError = ({ error, command, escapedCommand, fileDescriptors, options, startTime, verboseInfo }) => {
|
|
5652
5656
|
cleanupCustomStreams(fileDescriptors);
|
|
@@ -5694,7 +5698,7 @@ var duplex = () => new stream.Duplex({ read() {
|
|
|
5694
5698
|
} });
|
|
5695
5699
|
var handleDummyPromise = async (error, verboseInfo, options) => handleResult(error, verboseInfo, options);
|
|
5696
5700
|
|
|
5697
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5701
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/stdio/handle-async.js
|
|
5698
5702
|
init_cjs_shims();
|
|
5699
5703
|
var handleStdioAsync = (options, verboseInfo) => handleStdio(addPropertiesAsync, options, verboseInfo, false);
|
|
5700
5704
|
var forbiddenIfAsync = ({ type, optionName }) => {
|
|
@@ -5728,7 +5732,7 @@ var addPropertiesAsync = {
|
|
|
5728
5732
|
output: {
|
|
5729
5733
|
...addProperties2,
|
|
5730
5734
|
fileUrl: ({ value }) => ({ stream: fs.createWriteStream(value) }),
|
|
5731
|
-
filePath: ({ value: { file } }) => ({ stream: fs.createWriteStream(file) }),
|
|
5735
|
+
filePath: ({ value: { file, append } }) => ({ stream: fs.createWriteStream(file, append ? { flags: "a" } : {}) }),
|
|
5732
5736
|
webStream: ({ value }) => ({ stream: stream.Writable.fromWeb(value) }),
|
|
5733
5737
|
iterable: forbiddenIfAsync,
|
|
5734
5738
|
asyncIterable: forbiddenIfAsync,
|
|
@@ -5737,7 +5741,7 @@ var addPropertiesAsync = {
|
|
|
5737
5741
|
}
|
|
5738
5742
|
};
|
|
5739
5743
|
|
|
5740
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5744
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/output-async.js
|
|
5741
5745
|
init_cjs_shims();
|
|
5742
5746
|
|
|
5743
5747
|
// ../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js
|
|
@@ -5955,7 +5959,7 @@ var updateMaxListeners = (passThroughStream, increment2) => {
|
|
|
5955
5959
|
var PASSTHROUGH_LISTENERS_COUNT = 2;
|
|
5956
5960
|
var PASSTHROUGH_LISTENERS_PER_STREAM = 1;
|
|
5957
5961
|
|
|
5958
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
5962
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/pipeline.js
|
|
5959
5963
|
init_cjs_shims();
|
|
5960
5964
|
var pipeStreams = (source, destination) => {
|
|
5961
5965
|
source.pipe(destination);
|
|
@@ -5993,7 +5997,7 @@ var abortSourceStream = (source) => {
|
|
|
5993
5997
|
}
|
|
5994
5998
|
};
|
|
5995
5999
|
|
|
5996
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6000
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/output-async.js
|
|
5997
6001
|
var pipeOutputAsync = (subprocess, fileDescriptors, controller) => {
|
|
5998
6002
|
const pipeGroups = /* @__PURE__ */ new Map();
|
|
5999
6003
|
for (const [fdNumber, { stdioItems, direction }] of Object.entries(fileDescriptors)) {
|
|
@@ -6045,7 +6049,7 @@ var setStandardStreamMaxListeners = (stream, { signal }) => {
|
|
|
6045
6049
|
};
|
|
6046
6050
|
var MAX_LISTENERS_INCREMENT = 2;
|
|
6047
6051
|
|
|
6048
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6052
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/cleanup.js
|
|
6049
6053
|
init_cjs_shims();
|
|
6050
6054
|
|
|
6051
6055
|
// ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js
|
|
@@ -6303,7 +6307,7 @@ var {
|
|
|
6303
6307
|
unload
|
|
6304
6308
|
} = signalExitWrap(processOk(process9) ? new SignalExit(process9) : new SignalExitFallback());
|
|
6305
6309
|
|
|
6306
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6310
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/terminate/cleanup.js
|
|
6307
6311
|
var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
6308
6312
|
if (!cleanup || detached) {
|
|
6309
6313
|
return;
|
|
@@ -6316,10 +6320,10 @@ var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
|
6316
6320
|
});
|
|
6317
6321
|
};
|
|
6318
6322
|
|
|
6319
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6323
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/pipe/setup.js
|
|
6320
6324
|
init_cjs_shims();
|
|
6321
6325
|
|
|
6322
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6326
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/pipe/pipe-arguments.js
|
|
6323
6327
|
init_cjs_shims();
|
|
6324
6328
|
var normalizePipeArguments = ({ source, sourcePromise, boundOptions, createNested }, ...pipeArguments) => {
|
|
6325
6329
|
const startTime = getStartTime();
|
|
@@ -6367,7 +6371,7 @@ var getDestination = (boundOptions, createNested, firstArgument, ...pipeArgument
|
|
|
6367
6371
|
const destination = createNested(mapDestinationArguments, boundOptions)(firstArgument, ...pipeArguments);
|
|
6368
6372
|
return { destination, pipeOptions: boundOptions };
|
|
6369
6373
|
}
|
|
6370
|
-
if (typeof firstArgument === "string" || firstArgument instanceof URL) {
|
|
6374
|
+
if (typeof firstArgument === "string" || firstArgument instanceof URL || isDenoExecPath(firstArgument)) {
|
|
6371
6375
|
if (Object.keys(boundOptions).length > 0) {
|
|
6372
6376
|
throw new TypeError('Please use .pipe("file", ..., options) or .pipe(execa("file", ..., options)) instead of .pipe(options)("file", ...).');
|
|
6373
6377
|
}
|
|
@@ -6393,7 +6397,7 @@ var getSourceStream = (source, from) => {
|
|
|
6393
6397
|
}
|
|
6394
6398
|
};
|
|
6395
6399
|
|
|
6396
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6400
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/pipe/throw.js
|
|
6397
6401
|
init_cjs_shims();
|
|
6398
6402
|
var handlePipeArgumentsError = ({
|
|
6399
6403
|
sourceStream,
|
|
@@ -6443,7 +6447,7 @@ var createNonCommandError = ({ error, fileDescriptors, sourceOptions, startTime
|
|
|
6443
6447
|
});
|
|
6444
6448
|
var PIPE_COMMAND_MESSAGE = "source.pipe(destination)";
|
|
6445
6449
|
|
|
6446
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6450
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/pipe/sequence.js
|
|
6447
6451
|
init_cjs_shims();
|
|
6448
6452
|
var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
6449
6453
|
const [
|
|
@@ -6462,7 +6466,7 @@ var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
|
6462
6466
|
return destinationResult;
|
|
6463
6467
|
};
|
|
6464
6468
|
|
|
6465
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6469
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/pipe/streaming.js
|
|
6466
6470
|
init_cjs_shims();
|
|
6467
6471
|
var pipeSubprocessStream = (sourceStream, destinationStream, maxListenersController) => {
|
|
6468
6472
|
const mergedStream = MERGED_STREAMS.has(destinationStream) ? pipeMoreSubprocessStream(sourceStream, destinationStream) : pipeFirstSubprocessStream(sourceStream, destinationStream);
|
|
@@ -6493,7 +6497,7 @@ var MERGED_STREAMS = /* @__PURE__ */ new WeakMap();
|
|
|
6493
6497
|
var SOURCE_LISTENERS_PER_PIPE = 2;
|
|
6494
6498
|
var DESTINATION_LISTENERS_PER_PIPE = 1;
|
|
6495
6499
|
|
|
6496
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6500
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/pipe/abort.js
|
|
6497
6501
|
init_cjs_shims();
|
|
6498
6502
|
var unpipeOnAbort = (unpipeSignal, unpipeContext) => unpipeSignal === void 0 ? [] : [unpipeOnSignalAbort(unpipeSignal, unpipeContext)];
|
|
6499
6503
|
var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fileDescriptors, sourceOptions, startTime }) => {
|
|
@@ -6508,7 +6512,7 @@ var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fil
|
|
|
6508
6512
|
});
|
|
6509
6513
|
};
|
|
6510
6514
|
|
|
6511
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6515
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/pipe/setup.js
|
|
6512
6516
|
var pipeToSubprocess = (sourceInfo, ...pipeArguments) => {
|
|
6513
6517
|
if (isPlainObject(pipeArguments[0])) {
|
|
6514
6518
|
return pipeToSubprocess.bind(void 0, {
|
|
@@ -6567,16 +6571,16 @@ var handlePipePromise = async ({
|
|
|
6567
6571
|
};
|
|
6568
6572
|
var getSubprocessPromises = (sourcePromise, destination) => Promise.allSettled([sourcePromise, destination]);
|
|
6569
6573
|
|
|
6570
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6574
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/all-async.js
|
|
6571
6575
|
init_cjs_shims();
|
|
6572
6576
|
|
|
6573
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6577
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/stdio.js
|
|
6574
6578
|
init_cjs_shims();
|
|
6575
6579
|
|
|
6576
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6580
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/contents.js
|
|
6577
6581
|
init_cjs_shims();
|
|
6578
6582
|
|
|
6579
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6583
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/iterate.js
|
|
6580
6584
|
init_cjs_shims();
|
|
6581
6585
|
var iterateOnSubprocessStream = ({ subprocessStdout, subprocess, binary, shouldEncode, encoding, preserveNewlines }) => {
|
|
6582
6586
|
const controller = new AbortController();
|
|
@@ -6668,7 +6672,7 @@ var getGenerators = ({ binary, shouldEncode, encoding, shouldSplit, preserveNewl
|
|
|
6668
6672
|
getSplitLinesGenerator(binary, preserveNewlines, !shouldSplit, {})
|
|
6669
6673
|
].filter(Boolean);
|
|
6670
6674
|
|
|
6671
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6675
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/io/contents.js
|
|
6672
6676
|
var getStreamOutput = async ({ stream, onStreamEnd, fdNumber, encoding, buffer, maxBuffer, lines, allMixed, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => {
|
|
6673
6677
|
const logPromise = logOutputAsync({
|
|
6674
6678
|
stream,
|
|
@@ -6759,7 +6763,7 @@ var getBufferedData = async (streamPromise) => {
|
|
|
6759
6763
|
};
|
|
6760
6764
|
var handleBufferedData = ({ bufferedData }) => isArrayBuffer(bufferedData) ? new Uint8Array(bufferedData) : bufferedData;
|
|
6761
6765
|
|
|
6762
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6766
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/wait-stream.js
|
|
6763
6767
|
init_cjs_shims();
|
|
6764
6768
|
var waitForStream = async (stream, fdNumber, streamInfo, { isSameDirection, stopOnExit = false } = {}) => {
|
|
6765
6769
|
const state = handleStdinDestroy(stream, streamInfo);
|
|
@@ -6812,7 +6816,7 @@ var isInputFileDescriptor = ({ fileDescriptors }, fdNumber) => fdNumber !== "all
|
|
|
6812
6816
|
var isStreamAbort = (error) => error?.code === "ERR_STREAM_PREMATURE_CLOSE";
|
|
6813
6817
|
var isStreamEpipe = (error) => error?.code === "EPIPE";
|
|
6814
6818
|
|
|
6815
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6819
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/stdio.js
|
|
6816
6820
|
var waitForStdioStreams = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => subprocess.stdio.map((stream, fdNumber) => waitForSubprocessStream({
|
|
6817
6821
|
stream,
|
|
6818
6822
|
fdNumber,
|
|
@@ -6853,7 +6857,7 @@ var waitForSubprocessStream = async ({ stream, fdNumber, encoding, buffer, maxBu
|
|
|
6853
6857
|
return output;
|
|
6854
6858
|
};
|
|
6855
6859
|
|
|
6856
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6860
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/all-async.js
|
|
6857
6861
|
var makeAllStream = ({ stdout: stdout2, stderr }, { all }) => all && (stdout2 || stderr) ? mergeStreams([stdout2, stderr].filter(Boolean)) : void 0;
|
|
6858
6862
|
var waitForAllStream = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => waitForSubprocessStream({
|
|
6859
6863
|
...getAllStream(subprocess, buffer),
|
|
@@ -6881,13 +6885,13 @@ var getAllStream = ({ stdout: stdout2, stderr, all }, [, bufferStdout, bufferStd
|
|
|
6881
6885
|
};
|
|
6882
6886
|
var getAllMixed = ({ all, stdout: stdout2, stderr }) => all && stdout2 && stderr && stdout2.readableObjectMode !== stderr.readableObjectMode;
|
|
6883
6887
|
|
|
6884
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6888
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/wait-subprocess.js
|
|
6885
6889
|
init_cjs_shims();
|
|
6886
6890
|
|
|
6887
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6891
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/buffer-messages.js
|
|
6888
6892
|
init_cjs_shims();
|
|
6889
6893
|
|
|
6890
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6894
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/verbose/ipc.js
|
|
6891
6895
|
init_cjs_shims();
|
|
6892
6896
|
var shouldLogIpc = (verboseInfo) => isFullVerbose(verboseInfo, "ipc");
|
|
6893
6897
|
var logIpcOutput = (message, verboseInfo) => {
|
|
@@ -6900,7 +6904,7 @@ var logIpcOutput = (message, verboseInfo) => {
|
|
|
6900
6904
|
});
|
|
6901
6905
|
};
|
|
6902
6906
|
|
|
6903
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6907
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/ipc/buffer-messages.js
|
|
6904
6908
|
var waitForIpcOutput = async ({
|
|
6905
6909
|
subprocess,
|
|
6906
6910
|
buffer: bufferArray,
|
|
@@ -6938,7 +6942,7 @@ var getBufferedIpcOutput = async (ipcOutputPromise, ipcOutput) => {
|
|
|
6938
6942
|
return ipcOutput;
|
|
6939
6943
|
};
|
|
6940
6944
|
|
|
6941
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
6945
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/resolve/wait-subprocess.js
|
|
6942
6946
|
var waitForSubprocessResult = async ({
|
|
6943
6947
|
subprocess,
|
|
6944
6948
|
options: {
|
|
@@ -7054,10 +7058,10 @@ var throwOnSubprocessError = async (subprocess, { signal }) => {
|
|
|
7054
7058
|
throw error;
|
|
7055
7059
|
};
|
|
7056
7060
|
|
|
7057
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7061
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/convert/add.js
|
|
7058
7062
|
init_cjs_shims();
|
|
7059
7063
|
|
|
7060
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7064
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/convert/concurrent.js
|
|
7061
7065
|
init_cjs_shims();
|
|
7062
7066
|
var initializeConcurrentStreams = () => ({
|
|
7063
7067
|
readableDestroy: /* @__PURE__ */ new WeakMap(),
|
|
@@ -7084,10 +7088,10 @@ var waitForConcurrentStreams = async ({ resolve, promises }, subprocess) => {
|
|
|
7084
7088
|
return !isSubprocessExit;
|
|
7085
7089
|
};
|
|
7086
7090
|
|
|
7087
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7091
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/convert/readable.js
|
|
7088
7092
|
init_cjs_shims();
|
|
7089
7093
|
|
|
7090
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7094
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/convert/shared.js
|
|
7091
7095
|
init_cjs_shims();
|
|
7092
7096
|
var safeWaitForSubprocessStdin = async (subprocessStdin) => {
|
|
7093
7097
|
if (subprocessStdin === void 0) {
|
|
@@ -7127,7 +7131,7 @@ var destroyOtherStream = (stream, isOpen, error) => {
|
|
|
7127
7131
|
}
|
|
7128
7132
|
};
|
|
7129
7133
|
|
|
7130
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7134
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/convert/readable.js
|
|
7131
7135
|
var createReadable = ({ subprocess, concurrentStreams, encoding }, { from, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
7132
7136
|
const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
|
|
7133
7137
|
const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
|
|
@@ -7212,7 +7216,7 @@ var destroyOtherReadable = (stream, error) => {
|
|
|
7212
7216
|
destroyOtherStream(stream, stream.readable, error);
|
|
7213
7217
|
};
|
|
7214
7218
|
|
|
7215
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7219
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/convert/writable.js
|
|
7216
7220
|
init_cjs_shims();
|
|
7217
7221
|
var createWritable = ({ subprocess, concurrentStreams }, { to } = {}) => {
|
|
7218
7222
|
const { subprocessStdin, waitWritableFinal, waitWritableDestroy } = getSubprocessStdin(subprocess, to, concurrentStreams);
|
|
@@ -7277,7 +7281,7 @@ var destroyOtherWritable = (stream, error) => {
|
|
|
7277
7281
|
destroyOtherStream(stream, stream.writable, error);
|
|
7278
7282
|
};
|
|
7279
7283
|
|
|
7280
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7284
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/convert/duplex.js
|
|
7281
7285
|
init_cjs_shims();
|
|
7282
7286
|
var createDuplex = ({ subprocess, concurrentStreams, encoding }, { from, to, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
7283
7287
|
const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
|
|
@@ -7330,7 +7334,7 @@ var onDuplexDestroy = async ({ subprocessStdout, subprocessStdin, subprocess, wa
|
|
|
7330
7334
|
]);
|
|
7331
7335
|
};
|
|
7332
7336
|
|
|
7333
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7337
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/convert/iterable.js
|
|
7334
7338
|
init_cjs_shims();
|
|
7335
7339
|
var createIterable = (subprocess, encoding, {
|
|
7336
7340
|
from,
|
|
@@ -7360,7 +7364,7 @@ var iterateOnStdoutData = async function* (onStdoutData, subprocessStdout, subpr
|
|
|
7360
7364
|
}
|
|
7361
7365
|
};
|
|
7362
7366
|
|
|
7363
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7367
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/convert/add.js
|
|
7364
7368
|
var addConvertedStreams = (subprocess, { encoding }) => {
|
|
7365
7369
|
const concurrentStreams = initializeConcurrentStreams();
|
|
7366
7370
|
subprocess.readable = createReadable.bind(void 0, { subprocess, concurrentStreams, encoding });
|
|
@@ -7370,7 +7374,7 @@ var addConvertedStreams = (subprocess, { encoding }) => {
|
|
|
7370
7374
|
subprocess[Symbol.asyncIterator] = createIterable.bind(void 0, subprocess, encoding, {});
|
|
7371
7375
|
};
|
|
7372
7376
|
|
|
7373
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7377
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/promise.js
|
|
7374
7378
|
init_cjs_shims();
|
|
7375
7379
|
var mergePromise = (subprocess, promise) => {
|
|
7376
7380
|
for (const [property, descriptor] of descriptors) {
|
|
@@ -7385,7 +7389,7 @@ var descriptors = ["then", "catch", "finally"].map((property) => [
|
|
|
7385
7389
|
Reflect.getOwnPropertyDescriptor(nativePromisePrototype, property)
|
|
7386
7390
|
]);
|
|
7387
7391
|
|
|
7388
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7392
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/main-async.js
|
|
7389
7393
|
var execaCoreAsync = (rawFile, rawArguments, rawOptions, createNested) => {
|
|
7390
7394
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleAsyncArguments(rawFile, rawArguments, rawOptions);
|
|
7391
7395
|
const { subprocess, promise } = spawnSubprocessAsync({
|
|
@@ -7540,7 +7544,7 @@ var getAsyncResult = ({ errorInfo, exitCode, signal, stdio, all, ipcOutput, cont
|
|
|
7540
7544
|
startTime
|
|
7541
7545
|
});
|
|
7542
7546
|
|
|
7543
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7547
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/bind.js
|
|
7544
7548
|
init_cjs_shims();
|
|
7545
7549
|
var mergeOptions = (boundOptions, options) => {
|
|
7546
7550
|
const newOptions = Object.fromEntries(
|
|
@@ -7559,7 +7563,7 @@ var mergeOption = (optionName, boundOptionValue, optionValue) => {
|
|
|
7559
7563
|
};
|
|
7560
7564
|
var DEEP_OPTIONS = /* @__PURE__ */ new Set(["env", ...FD_SPECIFIC_OPTIONS]);
|
|
7561
7565
|
|
|
7562
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7566
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/create.js
|
|
7563
7567
|
var createExeca = (mapArguments, boundOptions, deepOptions, setBoundExeca) => {
|
|
7564
7568
|
const createNested = (mapArguments2, boundOptions2, setBoundExeca2) => createExeca(mapArguments2, boundOptions2, deepOptions, setBoundExeca2);
|
|
7565
7569
|
const boundExeca = (...execaArguments) => callBoundExeca({
|
|
@@ -7605,7 +7609,7 @@ var parseArguments = ({ mapArguments, firstArgument, nextArguments, deepOptions,
|
|
|
7605
7609
|
};
|
|
7606
7610
|
};
|
|
7607
7611
|
|
|
7608
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7612
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/command.js
|
|
7609
7613
|
init_cjs_shims();
|
|
7610
7614
|
var mapCommandAsync = ({ file, commandArguments }) => parseCommand(file, commandArguments);
|
|
7611
7615
|
var mapCommandSync = ({ file, commandArguments }) => ({ ...parseCommand(file, commandArguments), isSync: true });
|
|
@@ -7637,7 +7641,7 @@ var parseCommandString = (command) => {
|
|
|
7637
7641
|
};
|
|
7638
7642
|
var SPACES_REGEXP = / +/g;
|
|
7639
7643
|
|
|
7640
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7644
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/lib/methods/script.js
|
|
7641
7645
|
init_cjs_shims();
|
|
7642
7646
|
var setScriptSync = (boundExeca, createNested, boundOptions) => {
|
|
7643
7647
|
boundExeca.sync = createNested(mapScriptSync, boundOptions);
|
|
@@ -7649,7 +7653,7 @@ var getScriptOptions = (options) => ({ options: { ...getScriptStdinOption(option
|
|
|
7649
7653
|
var getScriptStdinOption = ({ input, inputFile, stdio }) => input === void 0 && inputFile === void 0 && stdio === void 0 ? { stdin: "inherit" } : {};
|
|
7650
7654
|
var deepScriptOptions = { preferLocal: true };
|
|
7651
7655
|
|
|
7652
|
-
// ../../node_modules/.pnpm/execa@9.
|
|
7656
|
+
// ../../node_modules/.pnpm/execa@9.5.1/node_modules/execa/index.js
|
|
7653
7657
|
var execa = createExeca(() => ({}));
|
|
7654
7658
|
createExeca(() => ({ isSync: true }));
|
|
7655
7659
|
createExeca(mapCommandAsync);
|
|
@@ -8305,5 +8309,5 @@ ${logFiles.join("\n")}`);
|
|
|
8305
8309
|
exports.generate = generate;
|
|
8306
8310
|
exports.init_cjs_shims = init_cjs_shims;
|
|
8307
8311
|
exports.p = p2;
|
|
8308
|
-
//# sourceMappingURL=chunk-
|
|
8309
|
-
//# sourceMappingURL=chunk-
|
|
8312
|
+
//# sourceMappingURL=chunk-LV33XAJU.cjs.map
|
|
8313
|
+
//# sourceMappingURL=chunk-LV33XAJU.cjs.map
|