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