@kubb/cli 3.0.0-beta.6 → 3.0.0-beta.8
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-WUASBEHV.cjs → chunk-FW5S3I6X.cjs} +160 -158
- package/dist/chunk-FW5S3I6X.cjs.map +1 -0
- package/dist/{generate-TB2SKZH4.cjs → generate-BSFGMCHQ.cjs} +16 -16
- package/dist/{generate-TB2SKZH4.cjs.map → generate-BSFGMCHQ.cjs.map} +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
- package/dist/chunk-WUASBEHV.cjs.map +0 -1
|
@@ -79,10 +79,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
79
79
|
mod
|
|
80
80
|
));
|
|
81
81
|
|
|
82
|
-
// ../../node_modules/.pnpm/tsup@8.3.0_@microsoft+api-extractor@7.47.
|
|
82
|
+
// ../../node_modules/.pnpm/tsup@8.3.0_@microsoft+api-extractor@7.47.11_@types+node@20.16.13__@swc+core@1.7.22_jiti@2.3.3_qfogqmursgifq33oquwsslsdzi/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.0_@microsoft+api-extractor@7.47.
|
|
85
|
+
"../../node_modules/.pnpm/tsup@8.3.0_@microsoft+api-extractor@7.47.11_@types+node@20.16.13__@swc+core@1.7.22_jiti@2.3.3_qfogqmursgifq33oquwsslsdzi/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.4.
|
|
838
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/index.js
|
|
839
839
|
init_cjs_shims();
|
|
840
840
|
|
|
841
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
841
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
854
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/parameters.js
|
|
855
855
|
init_cjs_shims();
|
|
856
856
|
|
|
857
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
857
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
870
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
891
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/template.js
|
|
890
892
|
init_cjs_shims();
|
|
891
893
|
|
|
892
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
894
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
941
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
1038
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/main-sync.js
|
|
1037
1039
|
init_cjs_shims();
|
|
1038
1040
|
|
|
1039
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1041
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/arguments/command.js
|
|
1040
1042
|
init_cjs_shims();
|
|
1041
1043
|
|
|
1042
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1044
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/start.js
|
|
1043
1045
|
init_cjs_shims();
|
|
1044
1046
|
|
|
1045
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1047
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/values.js
|
|
1046
1048
|
init_cjs_shims();
|
|
1047
1049
|
|
|
1048
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1050
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/arguments/specific.js
|
|
1049
1051
|
init_cjs_shims();
|
|
1050
1052
|
|
|
1051
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1053
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
1060
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
1130
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
1142
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/log.js
|
|
1141
1143
|
init_cjs_shims();
|
|
1142
1144
|
|
|
1143
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1145
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
1189
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
1510
|
+
// ../../node_modules/.pnpm/execa@9.4.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.4.
|
|
1549
|
+
// ../../node_modules/.pnpm/execa@9.4.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,7 +1564,7 @@ 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.4.
|
|
1567
|
+
// ../../node_modules/.pnpm/execa@9.4.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);
|
|
@@ -1595,7 +1597,7 @@ var serializeVerboseMessage = (message) => {
|
|
|
1595
1597
|
};
|
|
1596
1598
|
var TAB_SIZE = 2;
|
|
1597
1599
|
|
|
1598
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1600
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/start.js
|
|
1599
1601
|
var logCommand = (escapedCommand, verboseInfo) => {
|
|
1600
1602
|
if (!isVerbose(verboseInfo)) {
|
|
1601
1603
|
return;
|
|
@@ -1607,7 +1609,7 @@ var logCommand = (escapedCommand, verboseInfo) => {
|
|
|
1607
1609
|
});
|
|
1608
1610
|
};
|
|
1609
1611
|
|
|
1610
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1612
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/info.js
|
|
1611
1613
|
init_cjs_shims();
|
|
1612
1614
|
var getVerboseInfo = (verbose, escapedCommand, rawOptions) => {
|
|
1613
1615
|
validateVerbose(verbose);
|
|
@@ -1636,12 +1638,12 @@ var validateVerbose = (verbose) => {
|
|
|
1636
1638
|
}
|
|
1637
1639
|
};
|
|
1638
1640
|
|
|
1639
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1641
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/return/duration.js
|
|
1640
1642
|
init_cjs_shims();
|
|
1641
1643
|
var getStartTime = () => process3.hrtime.bigint();
|
|
1642
1644
|
var getDurationMs = (startTime) => Number(process3.hrtime.bigint() - startTime) / 1e6;
|
|
1643
1645
|
|
|
1644
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1646
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/arguments/command.js
|
|
1645
1647
|
var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
1646
1648
|
const startTime = getStartTime();
|
|
1647
1649
|
const { command, escapedCommand } = joinCommand(filePath, rawArguments);
|
|
@@ -1656,7 +1658,7 @@ var handleCommand = (filePath, rawArguments, rawOptions) => {
|
|
|
1656
1658
|
};
|
|
1657
1659
|
};
|
|
1658
1660
|
|
|
1659
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1661
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/arguments/options.js
|
|
1660
1662
|
init_cjs_shims();
|
|
1661
1663
|
var import_cross_spawn = __toESM(require_cross_spawn());
|
|
1662
1664
|
|
|
@@ -1737,10 +1739,10 @@ var npmRunPathEnv = ({ env = process3__namespace.default.env, ...options } = {})
|
|
|
1737
1739
|
return env;
|
|
1738
1740
|
};
|
|
1739
1741
|
|
|
1740
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1742
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/kill.js
|
|
1741
1743
|
init_cjs_shims();
|
|
1742
1744
|
|
|
1743
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1745
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/return/final-error.js
|
|
1744
1746
|
init_cjs_shims();
|
|
1745
1747
|
var getFinalError = (originalError, message, isSync) => {
|
|
1746
1748
|
const ErrorClass = isSync ? ExecaSyncError : ExecaError;
|
|
@@ -1773,7 +1775,7 @@ var ExecaSyncError = class extends Error {
|
|
|
1773
1775
|
};
|
|
1774
1776
|
setErrorName(ExecaSyncError, ExecaSyncError.name);
|
|
1775
1777
|
|
|
1776
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
1778
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/signal.js
|
|
1777
1779
|
init_cjs_shims();
|
|
1778
1780
|
|
|
1779
1781
|
// ../../node_modules/.pnpm/human-signals@8.0.0/node_modules/human-signals/build/src/main.js
|
|
@@ -2145,7 +2147,7 @@ var findSignalByNumber = (number, signals2) => {
|
|
|
2145
2147
|
};
|
|
2146
2148
|
getSignalsByNumber();
|
|
2147
2149
|
|
|
2148
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2150
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/signal.js
|
|
2149
2151
|
var normalizeKillSignal = (killSignal) => {
|
|
2150
2152
|
const optionName = "option `killSignal`";
|
|
2151
2153
|
if (killSignal === 0) {
|
|
@@ -2189,7 +2191,7 @@ var getAvailableSignalNames = () => Object.keys(os.constants.signals).sort().map
|
|
|
2189
2191
|
var getAvailableSignalIntegers = () => [...new Set(Object.values(os.constants.signals).sort((signalInteger, signalIntegerTwo) => signalInteger - signalIntegerTwo))].join(", ");
|
|
2190
2192
|
var getSignalDescription = (signal) => signalsByName[signal].description;
|
|
2191
2193
|
|
|
2192
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2194
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/kill.js
|
|
2193
2195
|
var normalizeForceKillAfterDelay = (forceKillAfterDelay) => {
|
|
2194
2196
|
if (forceKillAfterDelay === false) {
|
|
2195
2197
|
return forceKillAfterDelay;
|
|
@@ -2256,10 +2258,10 @@ var killOnTimeout = async ({ kill, forceKillAfterDelay, context, controllerSigna
|
|
|
2256
2258
|
}
|
|
2257
2259
|
};
|
|
2258
2260
|
|
|
2259
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2261
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/cancel.js
|
|
2260
2262
|
init_cjs_shims();
|
|
2261
2263
|
|
|
2262
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2264
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/utils/abort-signal.js
|
|
2263
2265
|
init_cjs_shims();
|
|
2264
2266
|
var onAbortedSignal = async (mainSignal, stopSignal) => {
|
|
2265
2267
|
if (!mainSignal.aborted) {
|
|
@@ -2267,7 +2269,7 @@ var onAbortedSignal = async (mainSignal, stopSignal) => {
|
|
|
2267
2269
|
}
|
|
2268
2270
|
};
|
|
2269
2271
|
|
|
2270
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2272
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/cancel.js
|
|
2271
2273
|
var validateCancelSignal = ({ cancelSignal }) => {
|
|
2272
2274
|
if (cancelSignal !== void 0 && Object.prototype.toString.call(cancelSignal) !== "[object AbortSignal]") {
|
|
2273
2275
|
throw new Error(`The \`cancelSignal\` option must be an AbortSignal: ${String(cancelSignal)}`);
|
|
@@ -2281,16 +2283,16 @@ var terminateOnCancel = async (subprocess, cancelSignal, context, { signal }) =>
|
|
|
2281
2283
|
throw cancelSignal.reason;
|
|
2282
2284
|
};
|
|
2283
2285
|
|
|
2284
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2286
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/graceful.js
|
|
2285
2287
|
init_cjs_shims();
|
|
2286
2288
|
|
|
2287
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2289
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/graceful.js
|
|
2288
2290
|
init_cjs_shims();
|
|
2289
2291
|
|
|
2290
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2292
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/send.js
|
|
2291
2293
|
init_cjs_shims();
|
|
2292
2294
|
|
|
2293
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2295
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/validation.js
|
|
2294
2296
|
init_cjs_shims();
|
|
2295
2297
|
var validateIpcMethod = ({ methodName, isSubprocess, ipc, isConnected: isConnected2 }) => {
|
|
2296
2298
|
validateIpcOption(methodName, isSubprocess, ipc);
|
|
@@ -2363,10 +2365,10 @@ var disconnect = (anyProcess) => {
|
|
|
2363
2365
|
}
|
|
2364
2366
|
};
|
|
2365
2367
|
|
|
2366
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2368
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/outgoing.js
|
|
2367
2369
|
init_cjs_shims();
|
|
2368
2370
|
|
|
2369
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2371
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/utils/deferred.js
|
|
2370
2372
|
init_cjs_shims();
|
|
2371
2373
|
var createDeferred = () => {
|
|
2372
2374
|
const methods = {};
|
|
@@ -2376,7 +2378,7 @@ var createDeferred = () => {
|
|
|
2376
2378
|
return Object.assign(promise, methods);
|
|
2377
2379
|
};
|
|
2378
2380
|
|
|
2379
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2381
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/arguments/fd-options.js
|
|
2380
2382
|
init_cjs_shims();
|
|
2381
2383
|
var getToStream = (destination, to = "stdin") => {
|
|
2382
2384
|
const isWritable = true;
|
|
@@ -2457,10 +2459,10 @@ var serializeOptionValue = (value) => {
|
|
|
2457
2459
|
return typeof value === "number" ? `${value}` : "Stream";
|
|
2458
2460
|
};
|
|
2459
2461
|
|
|
2460
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2462
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/strict.js
|
|
2461
2463
|
init_cjs_shims();
|
|
2462
2464
|
|
|
2463
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2465
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/utils/max-listeners.js
|
|
2464
2466
|
init_cjs_shims();
|
|
2465
2467
|
var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
|
|
2466
2468
|
const maxListeners = eventEmitter.getMaxListeners();
|
|
@@ -2473,13 +2475,13 @@ var incrementMaxListeners = (eventEmitter, maxListenersIncrement, signal) => {
|
|
|
2473
2475
|
});
|
|
2474
2476
|
};
|
|
2475
2477
|
|
|
2476
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2478
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/forward.js
|
|
2477
2479
|
init_cjs_shims();
|
|
2478
2480
|
|
|
2479
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2481
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/incoming.js
|
|
2480
2482
|
init_cjs_shims();
|
|
2481
2483
|
|
|
2482
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2484
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/reference.js
|
|
2483
2485
|
init_cjs_shims();
|
|
2484
2486
|
var addReference = (channel, reference) => {
|
|
2485
2487
|
if (reference) {
|
|
@@ -2510,7 +2512,7 @@ var redoAddedReferences = (channel, isSubprocess) => {
|
|
|
2510
2512
|
}
|
|
2511
2513
|
};
|
|
2512
2514
|
|
|
2513
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2515
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/incoming.js
|
|
2514
2516
|
var onMessage = async ({ anyProcess, channel, isSubprocess, ipcEmitter }, wrappedMessage) => {
|
|
2515
2517
|
if (handleStrictResponse(wrappedMessage) || handleAbort(wrappedMessage)) {
|
|
2516
2518
|
return;
|
|
@@ -2551,7 +2553,7 @@ var onDisconnect = async ({ anyProcess, channel, isSubprocess, ipcEmitter, bound
|
|
|
2551
2553
|
};
|
|
2552
2554
|
var INCOMING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
2553
2555
|
|
|
2554
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2556
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/forward.js
|
|
2555
2557
|
var getIpcEmitter = (anyProcess, channel, isSubprocess) => {
|
|
2556
2558
|
if (IPC_EMITTERS.has(anyProcess)) {
|
|
2557
2559
|
return IPC_EMITTERS.get(anyProcess);
|
|
@@ -2590,7 +2592,7 @@ var isConnected = (anyProcess) => {
|
|
|
2590
2592
|
return ipcEmitter === void 0 ? anyProcess.channel !== null : ipcEmitter.connected;
|
|
2591
2593
|
};
|
|
2592
2594
|
|
|
2593
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2595
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/strict.js
|
|
2594
2596
|
var handleSendStrict = ({ anyProcess, channel, isSubprocess, message, strict }) => {
|
|
2595
2597
|
if (!strict) {
|
|
2596
2598
|
return message;
|
|
@@ -2673,7 +2675,7 @@ var throwOnDisconnect = async (anyProcess, isSubprocess, { signal }) => {
|
|
|
2673
2675
|
var REQUEST_TYPE = "execa:ipc:request";
|
|
2674
2676
|
var RESPONSE_TYPE = "execa:ipc:response";
|
|
2675
2677
|
|
|
2676
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2678
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/outgoing.js
|
|
2677
2679
|
var startSendMessage = (anyProcess, wrappedMessage, strict) => {
|
|
2678
2680
|
if (!OUTGOING_MESSAGES.has(anyProcess)) {
|
|
2679
2681
|
OUTGOING_MESSAGES.set(anyProcess, /* @__PURE__ */ new Set());
|
|
@@ -2700,7 +2702,7 @@ var OUTGOING_MESSAGES = /* @__PURE__ */ new WeakMap();
|
|
|
2700
2702
|
var hasMessageListeners = (anyProcess, ipcEmitter) => ipcEmitter.listenerCount("message") > getMinListenerCount(anyProcess);
|
|
2701
2703
|
var getMinListenerCount = (anyProcess) => SUBPROCESS_OPTIONS.has(anyProcess) && !getFdSpecificValue(SUBPROCESS_OPTIONS.get(anyProcess).options.buffer, "ipc") ? 1 : 0;
|
|
2702
2704
|
|
|
2703
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2705
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/send.js
|
|
2704
2706
|
var sendMessage = ({ anyProcess, channel, isSubprocess, ipc }, message, { strict = false } = {}) => {
|
|
2705
2707
|
const methodName = "sendMessage";
|
|
2706
2708
|
validateIpcMethod({
|
|
@@ -2770,7 +2772,7 @@ var getSendMethod = (anyProcess) => {
|
|
|
2770
2772
|
};
|
|
2771
2773
|
var PROCESS_SEND_METHODS = /* @__PURE__ */ new WeakMap();
|
|
2772
2774
|
|
|
2773
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2775
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/graceful.js
|
|
2774
2776
|
var sendAbort = (subprocess, message) => {
|
|
2775
2777
|
const methodName = "cancelSignal";
|
|
2776
2778
|
validateConnection(methodName, false, subprocess.connected);
|
|
@@ -2821,7 +2823,7 @@ var abortOnDisconnect = () => {
|
|
|
2821
2823
|
};
|
|
2822
2824
|
var cancelController = new AbortController();
|
|
2823
2825
|
|
|
2824
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2826
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/graceful.js
|
|
2825
2827
|
var validateGracefulCancel = ({ gracefulCancel, cancelSignal, ipc, serialization }) => {
|
|
2826
2828
|
if (!gracefulCancel) {
|
|
2827
2829
|
return;
|
|
@@ -2877,7 +2879,7 @@ var getReason = ({ reason }) => {
|
|
|
2877
2879
|
return error;
|
|
2878
2880
|
};
|
|
2879
2881
|
|
|
2880
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2882
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/timeout.js
|
|
2881
2883
|
init_cjs_shims();
|
|
2882
2884
|
var validateTimeout = ({ timeout }) => {
|
|
2883
2885
|
if (timeout !== void 0 && (!Number.isFinite(timeout) || timeout < 0)) {
|
|
@@ -2892,7 +2894,7 @@ var killAfterTimeout = async (subprocess, timeout, context, { signal }) => {
|
|
|
2892
2894
|
throw new DiscardedError();
|
|
2893
2895
|
};
|
|
2894
2896
|
|
|
2895
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2897
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/node.js
|
|
2896
2898
|
init_cjs_shims();
|
|
2897
2899
|
var mapNode = ({ options }) => {
|
|
2898
2900
|
if (options.node === false) {
|
|
@@ -2932,7 +2934,7 @@ var handleNodeOption = (file, commandArguments, {
|
|
|
2932
2934
|
];
|
|
2933
2935
|
};
|
|
2934
2936
|
|
|
2935
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2937
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/ipc-input.js
|
|
2936
2938
|
init_cjs_shims();
|
|
2937
2939
|
var validateIpcInputOption = ({ ipcInput, ipc, serialization }) => {
|
|
2938
2940
|
if (ipcInput === void 0) {
|
|
@@ -2968,7 +2970,7 @@ var sendIpcInput = async (subprocess, ipcInput) => {
|
|
|
2968
2970
|
await subprocess.sendMessage(ipcInput);
|
|
2969
2971
|
};
|
|
2970
2972
|
|
|
2971
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
2973
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/arguments/encoding-option.js
|
|
2972
2974
|
init_cjs_shims();
|
|
2973
2975
|
var validateEncoding = ({ encoding }) => {
|
|
2974
2976
|
if (ENCODINGS.has(encoding)) {
|
|
@@ -3011,7 +3013,7 @@ var ENCODING_ALIASES = {
|
|
|
3011
3013
|
};
|
|
3012
3014
|
var serializeEncoding = (encoding) => typeof encoding === "string" ? `"${encoding}"` : String(encoding);
|
|
3013
3015
|
|
|
3014
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3016
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/arguments/cwd.js
|
|
3015
3017
|
init_cjs_shims();
|
|
3016
3018
|
var normalizeCwd = (cwd = getDefaultCwd()) => {
|
|
3017
3019
|
const cwdString = safeNormalizeFileUrl(cwd, 'The "cwd" option');
|
|
@@ -3045,7 +3047,7 @@ ${originalMessage}`;
|
|
|
3045
3047
|
return originalMessage;
|
|
3046
3048
|
};
|
|
3047
3049
|
|
|
3048
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3050
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/arguments/options.js
|
|
3049
3051
|
var normalizeOptions = (filePath, rawArguments, rawOptions) => {
|
|
3050
3052
|
rawOptions.cwd = normalizeCwd(rawOptions.cwd);
|
|
3051
3053
|
const [processedFile, processedArguments, processedOptions] = handleNodeOption(filePath, rawArguments, rawOptions);
|
|
@@ -3116,10 +3118,10 @@ var getEnv = ({ env: envOption, extendEnv, preferLocal, node, localDirectory, no
|
|
|
3116
3118
|
return env;
|
|
3117
3119
|
};
|
|
3118
3120
|
|
|
3119
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3121
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/return/result.js
|
|
3120
3122
|
init_cjs_shims();
|
|
3121
3123
|
|
|
3122
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3124
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/return/message.js
|
|
3123
3125
|
init_cjs_shims();
|
|
3124
3126
|
|
|
3125
3127
|
// ../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js
|
|
@@ -3140,7 +3142,7 @@ var LF_BINARY = LF.codePointAt(0);
|
|
|
3140
3142
|
var CR = "\r";
|
|
3141
3143
|
var CR_BINARY = CR.codePointAt(0);
|
|
3142
3144
|
|
|
3143
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3145
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/max-buffer.js
|
|
3144
3146
|
init_cjs_shims();
|
|
3145
3147
|
|
|
3146
3148
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
|
|
@@ -3533,7 +3535,7 @@ var stringMethods = {
|
|
|
3533
3535
|
// ../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js
|
|
3534
3536
|
Object.assign(nodeImports, { on: events.on, finished: promises.finished });
|
|
3535
3537
|
|
|
3536
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3538
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/max-buffer.js
|
|
3537
3539
|
var handleMaxBuffer = ({ error, stream, readableObjectMode, lines, encoding, fdNumber }) => {
|
|
3538
3540
|
if (!(error instanceof MaxBufferError)) {
|
|
3539
3541
|
throw error;
|
|
@@ -3592,7 +3594,7 @@ var truncateMaxBufferSync = (result, isMaxBuffer, maxBuffer) => {
|
|
|
3592
3594
|
};
|
|
3593
3595
|
var getMaxBufferSync = ([, stdoutMaxBuffer]) => stdoutMaxBuffer;
|
|
3594
3596
|
|
|
3595
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3597
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/return/message.js
|
|
3596
3598
|
var createMessages = ({
|
|
3597
3599
|
stdio,
|
|
3598
3600
|
all,
|
|
@@ -3710,7 +3712,7 @@ var serializeMessageItem = (messageItem) => {
|
|
|
3710
3712
|
return "";
|
|
3711
3713
|
};
|
|
3712
3714
|
|
|
3713
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3715
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/return/result.js
|
|
3714
3716
|
var makeSuccessResult = ({
|
|
3715
3717
|
command,
|
|
3716
3718
|
escapedCommand,
|
|
@@ -3883,10 +3885,10 @@ var normalizeExitPayload = (rawExitCode, rawSignal) => {
|
|
|
3883
3885
|
return { exitCode, signal, signalDescription };
|
|
3884
3886
|
};
|
|
3885
3887
|
|
|
3886
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3888
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/return/reject.js
|
|
3887
3889
|
init_cjs_shims();
|
|
3888
3890
|
|
|
3889
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
3891
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/complete.js
|
|
3890
3892
|
init_cjs_shims();
|
|
3891
3893
|
|
|
3892
3894
|
// ../../node_modules/.pnpm/pretty-ms@9.0.0/node_modules/pretty-ms/index.js
|
|
@@ -4019,7 +4021,7 @@ function prettyMilliseconds(milliseconds, options) {
|
|
|
4019
4021
|
return result.join(separator);
|
|
4020
4022
|
}
|
|
4021
4023
|
|
|
4022
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4024
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/error.js
|
|
4023
4025
|
init_cjs_shims();
|
|
4024
4026
|
var logError = (result, verboseInfo) => {
|
|
4025
4027
|
if (result.failed) {
|
|
@@ -4032,7 +4034,7 @@ var logError = (result, verboseInfo) => {
|
|
|
4032
4034
|
}
|
|
4033
4035
|
};
|
|
4034
4036
|
|
|
4035
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4037
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/complete.js
|
|
4036
4038
|
var logResult = (result, verboseInfo) => {
|
|
4037
4039
|
if (!isVerbose(verboseInfo)) {
|
|
4038
4040
|
return;
|
|
@@ -4050,7 +4052,7 @@ var logDuration = (result, verboseInfo) => {
|
|
|
4050
4052
|
});
|
|
4051
4053
|
};
|
|
4052
4054
|
|
|
4053
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4055
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/return/reject.js
|
|
4054
4056
|
var handleResult = (result, verboseInfo, { reject }) => {
|
|
4055
4057
|
logResult(result, verboseInfo);
|
|
4056
4058
|
if (result.failed && reject) {
|
|
@@ -4059,16 +4061,16 @@ var handleResult = (result, verboseInfo, { reject }) => {
|
|
|
4059
4061
|
return result;
|
|
4060
4062
|
};
|
|
4061
4063
|
|
|
4062
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4064
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/handle-sync.js
|
|
4063
4065
|
init_cjs_shims();
|
|
4064
4066
|
|
|
4065
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4067
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/handle.js
|
|
4066
4068
|
init_cjs_shims();
|
|
4067
4069
|
|
|
4068
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4070
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/normalize.js
|
|
4069
4071
|
init_cjs_shims();
|
|
4070
4072
|
|
|
4071
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4073
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/type.js
|
|
4072
4074
|
init_cjs_shims();
|
|
4073
4075
|
var getStdioItemType = (value, optionName) => {
|
|
4074
4076
|
if (isAsyncGenerator(value)) {
|
|
@@ -4194,7 +4196,7 @@ var TYPE_TO_MESSAGE = {
|
|
|
4194
4196
|
uint8Array: "a Uint8Array"
|
|
4195
4197
|
};
|
|
4196
4198
|
|
|
4197
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4199
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/object-mode.js
|
|
4198
4200
|
init_cjs_shims();
|
|
4199
4201
|
var getTransformObjectModes = (objectMode, index, newTransforms, direction) => direction === "output" ? getOutputObjectModes(objectMode, index, newTransforms) : getInputObjectModes(objectMode, index, newTransforms);
|
|
4200
4202
|
var getOutputObjectModes = (objectMode, index, newTransforms) => {
|
|
@@ -4215,7 +4217,7 @@ var getFdObjectMode = (stdioItems, direction) => {
|
|
|
4215
4217
|
return direction === "input" ? lastTransform.value.writableObjectMode : lastTransform.value.readableObjectMode;
|
|
4216
4218
|
};
|
|
4217
4219
|
|
|
4218
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4220
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/normalize.js
|
|
4219
4221
|
var normalizeTransforms = (stdioItems, optionName, direction, options) => [
|
|
4220
4222
|
...stdioItems.filter(({ type }) => !TRANSFORM_TYPES.has(type)),
|
|
4221
4223
|
...getTransforms(stdioItems, optionName, direction, options)
|
|
@@ -4309,7 +4311,7 @@ var normalizeGenerator = ({ stdioItem, stdioItem: { value }, index, newTransform
|
|
|
4309
4311
|
};
|
|
4310
4312
|
var sortTransforms = (newTransforms, direction) => direction === "input" ? newTransforms.reverse() : newTransforms;
|
|
4311
4313
|
|
|
4312
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4314
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/direction.js
|
|
4313
4315
|
init_cjs_shims();
|
|
4314
4316
|
var getStreamDirection = (stdioItems, fdNumber, optionName) => {
|
|
4315
4317
|
const directions = stdioItems.map((stdioItem) => getStdioItemDirection(stdioItem, fdNumber));
|
|
@@ -4359,14 +4361,14 @@ var getStandardStreamDirection = (value) => {
|
|
|
4359
4361
|
};
|
|
4360
4362
|
var DEFAULT_DIRECTION = "output";
|
|
4361
4363
|
|
|
4362
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4364
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/stdio-option.js
|
|
4363
4365
|
init_cjs_shims();
|
|
4364
4366
|
|
|
4365
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4367
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/array.js
|
|
4366
4368
|
init_cjs_shims();
|
|
4367
4369
|
var normalizeIpcStdioArray = (stdioArray, ipc) => ipc && !stdioArray.includes("ipc") ? [...stdioArray, "ipc"] : stdioArray;
|
|
4368
4370
|
|
|
4369
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4371
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/stdio-option.js
|
|
4370
4372
|
var normalizeStdioOption = ({ stdio, ipc, buffer, ...options }, verboseInfo, isSync) => {
|
|
4371
4373
|
const stdioArray = getStdioArray(stdio, options).map((stdioOption, fdNumber) => addDefaultValue2(stdioOption, fdNumber));
|
|
4372
4374
|
return isSync ? normalizeStdioSync(stdioArray, buffer, verboseInfo) : normalizeIpcStdioArray(stdioArray, ipc);
|
|
@@ -4400,7 +4402,7 @@ var addDefaultValue2 = (stdioOption, fdNumber) => {
|
|
|
4400
4402
|
var normalizeStdioSync = (stdioArray, buffer, verboseInfo) => stdioArray.map((stdioOption, fdNumber) => !buffer[fdNumber] && fdNumber !== 0 && !isFullVerbose(verboseInfo, fdNumber) && isOutputPipeOnly(stdioOption) ? "ignore" : stdioOption);
|
|
4401
4403
|
var isOutputPipeOnly = (stdioOption) => stdioOption === "pipe" || Array.isArray(stdioOption) && stdioOption.every((item) => item === "pipe");
|
|
4402
4404
|
|
|
4403
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4405
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/native.js
|
|
4404
4406
|
init_cjs_shims();
|
|
4405
4407
|
var handleNativeStream = ({ stdioItem, stdioItem: { type }, isStdioArray, fdNumber, direction, isSync }) => {
|
|
4406
4408
|
if (!isStdioArray || type !== "native") {
|
|
@@ -4468,7 +4470,7 @@ var getStandardStream = (fdNumber, value, optionName) => {
|
|
|
4468
4470
|
return standardStream;
|
|
4469
4471
|
};
|
|
4470
4472
|
|
|
4471
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4473
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/input-option.js
|
|
4472
4474
|
init_cjs_shims();
|
|
4473
4475
|
var handleInputOptions = ({ input, inputFile }, fdNumber) => fdNumber === 0 ? [
|
|
4474
4476
|
...handleInputOption(input),
|
|
@@ -4505,7 +4507,7 @@ var getInputFileType = (inputFile) => {
|
|
|
4505
4507
|
throw new Error("The `inputFile` option must be a file path string or a file URL.");
|
|
4506
4508
|
};
|
|
4507
4509
|
|
|
4508
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4510
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/duplicate.js
|
|
4509
4511
|
init_cjs_shims();
|
|
4510
4512
|
var filterDuplicates = (stdioItems) => stdioItems.filter((stdioItemOne, indexOne) => stdioItems.every((stdioItemTwo, indexTwo) => stdioItemOne.value !== stdioItemTwo.value || indexOne >= indexTwo || stdioItemOne.type === "generator" || stdioItemOne.type === "asyncGenerator"));
|
|
4511
4513
|
var getDuplicateStream = ({ stdioItem: { type, value, optionName }, direction, fileDescriptors, isSync }) => {
|
|
@@ -4581,7 +4583,7 @@ var throwOnDuplicateStream = (stdioItem, optionName, type) => {
|
|
|
4581
4583
|
}
|
|
4582
4584
|
};
|
|
4583
4585
|
|
|
4584
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4586
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/handle.js
|
|
4585
4587
|
var handleStdio = (addProperties3, options, verboseInfo, isSync) => {
|
|
4586
4588
|
const stdio = normalizeStdioOption(options, verboseInfo, isSync);
|
|
4587
4589
|
const initialFileDescriptors = stdio.map((stdioOption, fdNumber) => getFileDescriptor({
|
|
@@ -4741,7 +4743,7 @@ var forwardStdio = (stdioItems) => {
|
|
|
4741
4743
|
return type === "native" ? value : "pipe";
|
|
4742
4744
|
};
|
|
4743
4745
|
|
|
4744
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4746
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/handle-sync.js
|
|
4745
4747
|
var handleStdioSync = (options, verboseInfo) => handleStdio(addPropertiesSync, options, verboseInfo, true);
|
|
4746
4748
|
var forbiddenIfSync = ({ type, optionName }) => {
|
|
4747
4749
|
throwInvalidSyncValue(optionName, TYPE_TO_MESSAGE[type]);
|
|
@@ -4787,18 +4789,18 @@ var addPropertiesSync = {
|
|
|
4787
4789
|
}
|
|
4788
4790
|
};
|
|
4789
4791
|
|
|
4790
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4792
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/strip-newline.js
|
|
4791
4793
|
init_cjs_shims();
|
|
4792
4794
|
var stripNewline = (value, { stripFinalNewline: stripFinalNewline2 }, fdNumber) => getStripFinalNewline(stripFinalNewline2, fdNumber) && value !== void 0 && !Array.isArray(value) ? stripFinalNewline(value) : value;
|
|
4793
4795
|
var getStripFinalNewline = (stripFinalNewline2, fdNumber) => fdNumber === "all" ? stripFinalNewline2[1] || stripFinalNewline2[2] : stripFinalNewline2[fdNumber];
|
|
4794
4796
|
|
|
4795
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4797
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/input-sync.js
|
|
4796
4798
|
init_cjs_shims();
|
|
4797
4799
|
|
|
4798
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4800
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/generator.js
|
|
4799
4801
|
init_cjs_shims();
|
|
4800
4802
|
|
|
4801
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4803
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/split.js
|
|
4802
4804
|
init_cjs_shims();
|
|
4803
4805
|
var getSplitLinesGenerator = (binary, preserveNewlines, skipped, state) => binary || skipped ? void 0 : initializeSplitLines(preserveNewlines, state);
|
|
4804
4806
|
var splitLinesSync = (chunk, preserveNewlines, objectMode) => objectMode ? chunk.flatMap((item) => splitLinesItemSync(item, preserveNewlines)) : splitLinesItemSync(chunk, preserveNewlines);
|
|
@@ -4879,7 +4881,7 @@ var linesUint8ArrayInfo = {
|
|
|
4879
4881
|
concatBytes: concatUint8Array
|
|
4880
4882
|
};
|
|
4881
4883
|
|
|
4882
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4884
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/validate.js
|
|
4883
4885
|
init_cjs_shims();
|
|
4884
4886
|
var getValidateTransformInput = (writableObjectMode, optionName) => writableObjectMode ? void 0 : validateStringTransformInput.bind(void 0, optionName);
|
|
4885
4887
|
var validateStringTransformInput = function* (optionName, chunk) {
|
|
@@ -4908,7 +4910,7 @@ Instead, \`yield\` should either be called with a value, or not be called at all
|
|
|
4908
4910
|
}
|
|
4909
4911
|
};
|
|
4910
4912
|
|
|
4911
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4913
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/encoding-transform.js
|
|
4912
4914
|
init_cjs_shims();
|
|
4913
4915
|
var getEncodingTransformGenerator = (binary, encoding, skipped) => {
|
|
4914
4916
|
if (skipped) {
|
|
@@ -4942,7 +4944,7 @@ var encodingStringFinal = function* (stringDecoder) {
|
|
|
4942
4944
|
}
|
|
4943
4945
|
};
|
|
4944
4946
|
|
|
4945
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4947
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/run-async.js
|
|
4946
4948
|
init_cjs_shims();
|
|
4947
4949
|
var pushChunks = util.callbackify(async (getChunks, state, getChunksArguments, transformStream) => {
|
|
4948
4950
|
state.currentIterable = getChunks(...getChunksArguments);
|
|
@@ -4990,7 +4992,7 @@ var identityGenerator = function* (chunk) {
|
|
|
4990
4992
|
yield chunk;
|
|
4991
4993
|
};
|
|
4992
4994
|
|
|
4993
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
4995
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/run-sync.js
|
|
4994
4996
|
init_cjs_shims();
|
|
4995
4997
|
var pushChunksSync = (getChunksSync, getChunksArguments, transformStream, done) => {
|
|
4996
4998
|
try {
|
|
@@ -5033,7 +5035,7 @@ var identityGenerator2 = function* (chunk) {
|
|
|
5033
5035
|
yield chunk;
|
|
5034
5036
|
};
|
|
5035
5037
|
|
|
5036
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5038
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/transform/generator.js
|
|
5037
5039
|
var generatorToStream = ({
|
|
5038
5040
|
value,
|
|
5039
5041
|
value: { transform, final, writableObjectMode, readableObjectMode },
|
|
@@ -5087,7 +5089,7 @@ var addInternalGenerators = ({ transform, final, binary, writableObjectMode, rea
|
|
|
5087
5089
|
].filter(Boolean);
|
|
5088
5090
|
};
|
|
5089
5091
|
|
|
5090
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5092
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/input-sync.js
|
|
5091
5093
|
var addInputOptionsSync = (fileDescriptors, options) => {
|
|
5092
5094
|
for (const fdNumber of getInputFdNumbers(fileDescriptors)) {
|
|
5093
5095
|
addInputOptionSync(fileDescriptors, fdNumber, options);
|
|
@@ -5120,10 +5122,10 @@ var validateSerializable = (newContents) => {
|
|
|
5120
5122
|
}
|
|
5121
5123
|
};
|
|
5122
5124
|
|
|
5123
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5125
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/output-sync.js
|
|
5124
5126
|
init_cjs_shims();
|
|
5125
5127
|
|
|
5126
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5128
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/output.js
|
|
5127
5129
|
init_cjs_shims();
|
|
5128
5130
|
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
5131
|
var fdUsesVerbose = (fdNumber) => fdNumber === 1 || fdNumber === 2;
|
|
@@ -5151,7 +5153,7 @@ var logLine = (line, fdNumber, verboseInfo) => {
|
|
|
5151
5153
|
});
|
|
5152
5154
|
};
|
|
5153
5155
|
|
|
5154
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5156
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/output-sync.js
|
|
5155
5157
|
var transformOutputSync = ({ fileDescriptors, syncResult: { output }, options, isMaxBuffer, verboseInfo }) => {
|
|
5156
5158
|
if (output === null) {
|
|
5157
5159
|
return { output: Array.from({ length: 3 }) };
|
|
@@ -5254,7 +5256,7 @@ var writeToFiles = (serializedResult, stdioItems, outputFiles) => {
|
|
|
5254
5256
|
}
|
|
5255
5257
|
};
|
|
5256
5258
|
|
|
5257
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5259
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/all-sync.js
|
|
5258
5260
|
init_cjs_shims();
|
|
5259
5261
|
var getAllSync = ([, stdout2, stderr], options) => {
|
|
5260
5262
|
if (!options.all) {
|
|
@@ -5278,10 +5280,10 @@ var getAllSync = ([, stdout2, stderr], options) => {
|
|
|
5278
5280
|
return `${stdout2}${stderr}`;
|
|
5279
5281
|
};
|
|
5280
5282
|
|
|
5281
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5283
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/exit-sync.js
|
|
5282
5284
|
init_cjs_shims();
|
|
5283
5285
|
|
|
5284
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5286
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/exit-async.js
|
|
5285
5287
|
init_cjs_shims();
|
|
5286
5288
|
var waitForExit = async (subprocess, context) => {
|
|
5287
5289
|
const [exitCode, signal] = await waitForExitOrError(subprocess);
|
|
@@ -5315,7 +5317,7 @@ var waitForSuccessfulExit = async (exitPromise) => {
|
|
|
5315
5317
|
var isSubprocessErrorExit = (exitCode, signal) => exitCode === void 0 && signal === void 0;
|
|
5316
5318
|
var isFailedExit = (exitCode, signal) => exitCode !== 0 || signal !== null;
|
|
5317
5319
|
|
|
5318
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5320
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/exit-sync.js
|
|
5319
5321
|
var getExitResultSync = ({ error, status: exitCode, signal, output }, { maxBuffer }) => {
|
|
5320
5322
|
const resultError = getResultError(error, exitCode, signal);
|
|
5321
5323
|
const timedOut = resultError?.code === "ETIMEDOUT";
|
|
@@ -5335,7 +5337,7 @@ var getResultError = (error, exitCode, signal) => {
|
|
|
5335
5337
|
return isFailedExit(exitCode, signal) ? new DiscardedError() : void 0;
|
|
5336
5338
|
};
|
|
5337
5339
|
|
|
5338
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5340
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/main-sync.js
|
|
5339
5341
|
var execaCoreSync = (rawFile, rawArguments, rawOptions) => {
|
|
5340
5342
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleSyncArguments(rawFile, rawArguments, rawOptions);
|
|
5341
5343
|
const result = spawnSubprocessSync({
|
|
@@ -5467,13 +5469,13 @@ var getSyncResult = ({ error, exitCode, signal, timedOut, isMaxBuffer, stdio, al
|
|
|
5467
5469
|
isSync: true
|
|
5468
5470
|
});
|
|
5469
5471
|
|
|
5470
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5472
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/main-async.js
|
|
5471
5473
|
init_cjs_shims();
|
|
5472
5474
|
|
|
5473
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5475
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/methods.js
|
|
5474
5476
|
init_cjs_shims();
|
|
5475
5477
|
|
|
5476
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5478
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/get-one.js
|
|
5477
5479
|
init_cjs_shims();
|
|
5478
5480
|
var getOneMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true, filter } = {}) => {
|
|
5479
5481
|
validateIpcMethod({
|
|
@@ -5528,7 +5530,7 @@ var throwOnStrictError = async (ipcEmitter, isSubprocess, { signal }) => {
|
|
|
5528
5530
|
throw getStrictResponseError(error, isSubprocess);
|
|
5529
5531
|
};
|
|
5530
5532
|
|
|
5531
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5533
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/get-each.js
|
|
5532
5534
|
init_cjs_shims();
|
|
5533
5535
|
var getEachMessage = ({ anyProcess, channel, isSubprocess, ipc }, { reference = true } = {}) => loopOnMessages({
|
|
5534
5536
|
anyProcess,
|
|
@@ -5607,7 +5609,7 @@ var throwIfStrictError = ({ error }) => {
|
|
|
5607
5609
|
}
|
|
5608
5610
|
};
|
|
5609
5611
|
|
|
5610
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5612
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/methods.js
|
|
5611
5613
|
var addIpcMethods = (subprocess, { ipc }) => {
|
|
5612
5614
|
Object.assign(subprocess, getIpcMethods(subprocess, false, ipc));
|
|
5613
5615
|
};
|
|
@@ -5646,7 +5648,7 @@ var getIpcMethods = (anyProcess, isSubprocess, ipc) => ({
|
|
|
5646
5648
|
})
|
|
5647
5649
|
});
|
|
5648
5650
|
|
|
5649
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5651
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/return/early-error.js
|
|
5650
5652
|
init_cjs_shims();
|
|
5651
5653
|
var handleEarlyError = ({ error, command, escapedCommand, fileDescriptors, options, startTime, verboseInfo }) => {
|
|
5652
5654
|
cleanupCustomStreams(fileDescriptors);
|
|
@@ -5694,7 +5696,7 @@ var duplex = () => new stream.Duplex({ read() {
|
|
|
5694
5696
|
} });
|
|
5695
5697
|
var handleDummyPromise = async (error, verboseInfo, options) => handleResult(error, verboseInfo, options);
|
|
5696
5698
|
|
|
5697
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5699
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/stdio/handle-async.js
|
|
5698
5700
|
init_cjs_shims();
|
|
5699
5701
|
var handleStdioAsync = (options, verboseInfo) => handleStdio(addPropertiesAsync, options, verboseInfo, false);
|
|
5700
5702
|
var forbiddenIfAsync = ({ type, optionName }) => {
|
|
@@ -5737,7 +5739,7 @@ var addPropertiesAsync = {
|
|
|
5737
5739
|
}
|
|
5738
5740
|
};
|
|
5739
5741
|
|
|
5740
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5742
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/output-async.js
|
|
5741
5743
|
init_cjs_shims();
|
|
5742
5744
|
|
|
5743
5745
|
// ../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js
|
|
@@ -5955,7 +5957,7 @@ var updateMaxListeners = (passThroughStream, increment2) => {
|
|
|
5955
5957
|
var PASSTHROUGH_LISTENERS_COUNT = 2;
|
|
5956
5958
|
var PASSTHROUGH_LISTENERS_PER_STREAM = 1;
|
|
5957
5959
|
|
|
5958
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5960
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/pipeline.js
|
|
5959
5961
|
init_cjs_shims();
|
|
5960
5962
|
var pipeStreams = (source, destination) => {
|
|
5961
5963
|
source.pipe(destination);
|
|
@@ -5993,7 +5995,7 @@ var abortSourceStream = (source) => {
|
|
|
5993
5995
|
}
|
|
5994
5996
|
};
|
|
5995
5997
|
|
|
5996
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
5998
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/output-async.js
|
|
5997
5999
|
var pipeOutputAsync = (subprocess, fileDescriptors, controller) => {
|
|
5998
6000
|
const pipeGroups = /* @__PURE__ */ new Map();
|
|
5999
6001
|
for (const [fdNumber, { stdioItems, direction }] of Object.entries(fileDescriptors)) {
|
|
@@ -6045,7 +6047,7 @@ var setStandardStreamMaxListeners = (stream, { signal }) => {
|
|
|
6045
6047
|
};
|
|
6046
6048
|
var MAX_LISTENERS_INCREMENT = 2;
|
|
6047
6049
|
|
|
6048
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6050
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/cleanup.js
|
|
6049
6051
|
init_cjs_shims();
|
|
6050
6052
|
|
|
6051
6053
|
// ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js
|
|
@@ -6303,7 +6305,7 @@ var {
|
|
|
6303
6305
|
unload
|
|
6304
6306
|
} = signalExitWrap(processOk(process9) ? new SignalExit(process9) : new SignalExitFallback());
|
|
6305
6307
|
|
|
6306
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6308
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/terminate/cleanup.js
|
|
6307
6309
|
var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
6308
6310
|
if (!cleanup || detached) {
|
|
6309
6311
|
return;
|
|
@@ -6316,10 +6318,10 @@ var cleanupOnExit = (subprocess, { cleanup, detached }, { signal }) => {
|
|
|
6316
6318
|
});
|
|
6317
6319
|
};
|
|
6318
6320
|
|
|
6319
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6321
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/pipe/setup.js
|
|
6320
6322
|
init_cjs_shims();
|
|
6321
6323
|
|
|
6322
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6324
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/pipe/pipe-arguments.js
|
|
6323
6325
|
init_cjs_shims();
|
|
6324
6326
|
var normalizePipeArguments = ({ source, sourcePromise, boundOptions, createNested }, ...pipeArguments) => {
|
|
6325
6327
|
const startTime = getStartTime();
|
|
@@ -6367,7 +6369,7 @@ var getDestination = (boundOptions, createNested, firstArgument, ...pipeArgument
|
|
|
6367
6369
|
const destination = createNested(mapDestinationArguments, boundOptions)(firstArgument, ...pipeArguments);
|
|
6368
6370
|
return { destination, pipeOptions: boundOptions };
|
|
6369
6371
|
}
|
|
6370
|
-
if (typeof firstArgument === "string" || firstArgument instanceof URL) {
|
|
6372
|
+
if (typeof firstArgument === "string" || firstArgument instanceof URL || isDenoExecPath(firstArgument)) {
|
|
6371
6373
|
if (Object.keys(boundOptions).length > 0) {
|
|
6372
6374
|
throw new TypeError('Please use .pipe("file", ..., options) or .pipe(execa("file", ..., options)) instead of .pipe(options)("file", ...).');
|
|
6373
6375
|
}
|
|
@@ -6393,7 +6395,7 @@ var getSourceStream = (source, from) => {
|
|
|
6393
6395
|
}
|
|
6394
6396
|
};
|
|
6395
6397
|
|
|
6396
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6398
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/pipe/throw.js
|
|
6397
6399
|
init_cjs_shims();
|
|
6398
6400
|
var handlePipeArgumentsError = ({
|
|
6399
6401
|
sourceStream,
|
|
@@ -6443,7 +6445,7 @@ var createNonCommandError = ({ error, fileDescriptors, sourceOptions, startTime
|
|
|
6443
6445
|
});
|
|
6444
6446
|
var PIPE_COMMAND_MESSAGE = "source.pipe(destination)";
|
|
6445
6447
|
|
|
6446
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6448
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/pipe/sequence.js
|
|
6447
6449
|
init_cjs_shims();
|
|
6448
6450
|
var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
6449
6451
|
const [
|
|
@@ -6462,7 +6464,7 @@ var waitForBothSubprocesses = async (subprocessPromises) => {
|
|
|
6462
6464
|
return destinationResult;
|
|
6463
6465
|
};
|
|
6464
6466
|
|
|
6465
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6467
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/pipe/streaming.js
|
|
6466
6468
|
init_cjs_shims();
|
|
6467
6469
|
var pipeSubprocessStream = (sourceStream, destinationStream, maxListenersController) => {
|
|
6468
6470
|
const mergedStream = MERGED_STREAMS.has(destinationStream) ? pipeMoreSubprocessStream(sourceStream, destinationStream) : pipeFirstSubprocessStream(sourceStream, destinationStream);
|
|
@@ -6493,7 +6495,7 @@ var MERGED_STREAMS = /* @__PURE__ */ new WeakMap();
|
|
|
6493
6495
|
var SOURCE_LISTENERS_PER_PIPE = 2;
|
|
6494
6496
|
var DESTINATION_LISTENERS_PER_PIPE = 1;
|
|
6495
6497
|
|
|
6496
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6498
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/pipe/abort.js
|
|
6497
6499
|
init_cjs_shims();
|
|
6498
6500
|
var unpipeOnAbort = (unpipeSignal, unpipeContext) => unpipeSignal === void 0 ? [] : [unpipeOnSignalAbort(unpipeSignal, unpipeContext)];
|
|
6499
6501
|
var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fileDescriptors, sourceOptions, startTime }) => {
|
|
@@ -6508,7 +6510,7 @@ var unpipeOnSignalAbort = async (unpipeSignal, { sourceStream, mergedStream, fil
|
|
|
6508
6510
|
});
|
|
6509
6511
|
};
|
|
6510
6512
|
|
|
6511
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6513
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/pipe/setup.js
|
|
6512
6514
|
var pipeToSubprocess = (sourceInfo, ...pipeArguments) => {
|
|
6513
6515
|
if (isPlainObject(pipeArguments[0])) {
|
|
6514
6516
|
return pipeToSubprocess.bind(void 0, {
|
|
@@ -6567,16 +6569,16 @@ var handlePipePromise = async ({
|
|
|
6567
6569
|
};
|
|
6568
6570
|
var getSubprocessPromises = (sourcePromise, destination) => Promise.allSettled([sourcePromise, destination]);
|
|
6569
6571
|
|
|
6570
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6572
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/all-async.js
|
|
6571
6573
|
init_cjs_shims();
|
|
6572
6574
|
|
|
6573
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6575
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/stdio.js
|
|
6574
6576
|
init_cjs_shims();
|
|
6575
6577
|
|
|
6576
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6578
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/contents.js
|
|
6577
6579
|
init_cjs_shims();
|
|
6578
6580
|
|
|
6579
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6581
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/iterate.js
|
|
6580
6582
|
init_cjs_shims();
|
|
6581
6583
|
var iterateOnSubprocessStream = ({ subprocessStdout, subprocess, binary, shouldEncode, encoding, preserveNewlines }) => {
|
|
6582
6584
|
const controller = new AbortController();
|
|
@@ -6668,7 +6670,7 @@ var getGenerators = ({ binary, shouldEncode, encoding, shouldSplit, preserveNewl
|
|
|
6668
6670
|
getSplitLinesGenerator(binary, preserveNewlines, !shouldSplit, {})
|
|
6669
6671
|
].filter(Boolean);
|
|
6670
6672
|
|
|
6671
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6673
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/io/contents.js
|
|
6672
6674
|
var getStreamOutput = async ({ stream, onStreamEnd, fdNumber, encoding, buffer, maxBuffer, lines, allMixed, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => {
|
|
6673
6675
|
const logPromise = logOutputAsync({
|
|
6674
6676
|
stream,
|
|
@@ -6759,7 +6761,7 @@ var getBufferedData = async (streamPromise) => {
|
|
|
6759
6761
|
};
|
|
6760
6762
|
var handleBufferedData = ({ bufferedData }) => isArrayBuffer(bufferedData) ? new Uint8Array(bufferedData) : bufferedData;
|
|
6761
6763
|
|
|
6762
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6764
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/wait-stream.js
|
|
6763
6765
|
init_cjs_shims();
|
|
6764
6766
|
var waitForStream = async (stream, fdNumber, streamInfo, { isSameDirection, stopOnExit = false } = {}) => {
|
|
6765
6767
|
const state = handleStdinDestroy(stream, streamInfo);
|
|
@@ -6812,7 +6814,7 @@ var isInputFileDescriptor = ({ fileDescriptors }, fdNumber) => fdNumber !== "all
|
|
|
6812
6814
|
var isStreamAbort = (error) => error?.code === "ERR_STREAM_PREMATURE_CLOSE";
|
|
6813
6815
|
var isStreamEpipe = (error) => error?.code === "EPIPE";
|
|
6814
6816
|
|
|
6815
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6817
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/stdio.js
|
|
6816
6818
|
var waitForStdioStreams = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => subprocess.stdio.map((stream, fdNumber) => waitForSubprocessStream({
|
|
6817
6819
|
stream,
|
|
6818
6820
|
fdNumber,
|
|
@@ -6853,7 +6855,7 @@ var waitForSubprocessStream = async ({ stream, fdNumber, encoding, buffer, maxBu
|
|
|
6853
6855
|
return output;
|
|
6854
6856
|
};
|
|
6855
6857
|
|
|
6856
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6858
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/all-async.js
|
|
6857
6859
|
var makeAllStream = ({ stdout: stdout2, stderr }, { all }) => all && (stdout2 || stderr) ? mergeStreams([stdout2, stderr].filter(Boolean)) : void 0;
|
|
6858
6860
|
var waitForAllStream = ({ subprocess, encoding, buffer, maxBuffer, lines, stripFinalNewline: stripFinalNewline2, verboseInfo, streamInfo }) => waitForSubprocessStream({
|
|
6859
6861
|
...getAllStream(subprocess, buffer),
|
|
@@ -6881,13 +6883,13 @@ var getAllStream = ({ stdout: stdout2, stderr, all }, [, bufferStdout, bufferStd
|
|
|
6881
6883
|
};
|
|
6882
6884
|
var getAllMixed = ({ all, stdout: stdout2, stderr }) => all && stdout2 && stderr && stdout2.readableObjectMode !== stderr.readableObjectMode;
|
|
6883
6885
|
|
|
6884
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6886
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/wait-subprocess.js
|
|
6885
6887
|
init_cjs_shims();
|
|
6886
6888
|
|
|
6887
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6889
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/buffer-messages.js
|
|
6888
6890
|
init_cjs_shims();
|
|
6889
6891
|
|
|
6890
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6892
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/verbose/ipc.js
|
|
6891
6893
|
init_cjs_shims();
|
|
6892
6894
|
var shouldLogIpc = (verboseInfo) => isFullVerbose(verboseInfo, "ipc");
|
|
6893
6895
|
var logIpcOutput = (message, verboseInfo) => {
|
|
@@ -6900,7 +6902,7 @@ var logIpcOutput = (message, verboseInfo) => {
|
|
|
6900
6902
|
});
|
|
6901
6903
|
};
|
|
6902
6904
|
|
|
6903
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6905
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/ipc/buffer-messages.js
|
|
6904
6906
|
var waitForIpcOutput = async ({
|
|
6905
6907
|
subprocess,
|
|
6906
6908
|
buffer: bufferArray,
|
|
@@ -6938,7 +6940,7 @@ var getBufferedIpcOutput = async (ipcOutputPromise, ipcOutput) => {
|
|
|
6938
6940
|
return ipcOutput;
|
|
6939
6941
|
};
|
|
6940
6942
|
|
|
6941
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
6943
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/resolve/wait-subprocess.js
|
|
6942
6944
|
var waitForSubprocessResult = async ({
|
|
6943
6945
|
subprocess,
|
|
6944
6946
|
options: {
|
|
@@ -7054,10 +7056,10 @@ var throwOnSubprocessError = async (subprocess, { signal }) => {
|
|
|
7054
7056
|
throw error;
|
|
7055
7057
|
};
|
|
7056
7058
|
|
|
7057
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7059
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/convert/add.js
|
|
7058
7060
|
init_cjs_shims();
|
|
7059
7061
|
|
|
7060
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7062
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/convert/concurrent.js
|
|
7061
7063
|
init_cjs_shims();
|
|
7062
7064
|
var initializeConcurrentStreams = () => ({
|
|
7063
7065
|
readableDestroy: /* @__PURE__ */ new WeakMap(),
|
|
@@ -7084,10 +7086,10 @@ var waitForConcurrentStreams = async ({ resolve, promises }, subprocess) => {
|
|
|
7084
7086
|
return !isSubprocessExit;
|
|
7085
7087
|
};
|
|
7086
7088
|
|
|
7087
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7089
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/convert/readable.js
|
|
7088
7090
|
init_cjs_shims();
|
|
7089
7091
|
|
|
7090
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7092
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/convert/shared.js
|
|
7091
7093
|
init_cjs_shims();
|
|
7092
7094
|
var safeWaitForSubprocessStdin = async (subprocessStdin) => {
|
|
7093
7095
|
if (subprocessStdin === void 0) {
|
|
@@ -7127,7 +7129,7 @@ var destroyOtherStream = (stream, isOpen, error) => {
|
|
|
7127
7129
|
}
|
|
7128
7130
|
};
|
|
7129
7131
|
|
|
7130
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7132
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/convert/readable.js
|
|
7131
7133
|
var createReadable = ({ subprocess, concurrentStreams, encoding }, { from, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
7132
7134
|
const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
|
|
7133
7135
|
const { subprocessStdout, waitReadableDestroy } = getSubprocessStdout(subprocess, from, concurrentStreams);
|
|
@@ -7212,7 +7214,7 @@ var destroyOtherReadable = (stream, error) => {
|
|
|
7212
7214
|
destroyOtherStream(stream, stream.readable, error);
|
|
7213
7215
|
};
|
|
7214
7216
|
|
|
7215
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7217
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/convert/writable.js
|
|
7216
7218
|
init_cjs_shims();
|
|
7217
7219
|
var createWritable = ({ subprocess, concurrentStreams }, { to } = {}) => {
|
|
7218
7220
|
const { subprocessStdin, waitWritableFinal, waitWritableDestroy } = getSubprocessStdin(subprocess, to, concurrentStreams);
|
|
@@ -7277,7 +7279,7 @@ var destroyOtherWritable = (stream, error) => {
|
|
|
7277
7279
|
destroyOtherStream(stream, stream.writable, error);
|
|
7278
7280
|
};
|
|
7279
7281
|
|
|
7280
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7282
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/convert/duplex.js
|
|
7281
7283
|
init_cjs_shims();
|
|
7282
7284
|
var createDuplex = ({ subprocess, concurrentStreams, encoding }, { from, to, binary: binaryOption = true, preserveNewlines = true } = {}) => {
|
|
7283
7285
|
const binary = binaryOption || BINARY_ENCODINGS.has(encoding);
|
|
@@ -7330,7 +7332,7 @@ var onDuplexDestroy = async ({ subprocessStdout, subprocessStdin, subprocess, wa
|
|
|
7330
7332
|
]);
|
|
7331
7333
|
};
|
|
7332
7334
|
|
|
7333
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7335
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/convert/iterable.js
|
|
7334
7336
|
init_cjs_shims();
|
|
7335
7337
|
var createIterable = (subprocess, encoding, {
|
|
7336
7338
|
from,
|
|
@@ -7360,7 +7362,7 @@ var iterateOnStdoutData = async function* (onStdoutData, subprocessStdout, subpr
|
|
|
7360
7362
|
}
|
|
7361
7363
|
};
|
|
7362
7364
|
|
|
7363
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7365
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/convert/add.js
|
|
7364
7366
|
var addConvertedStreams = (subprocess, { encoding }) => {
|
|
7365
7367
|
const concurrentStreams = initializeConcurrentStreams();
|
|
7366
7368
|
subprocess.readable = createReadable.bind(void 0, { subprocess, concurrentStreams, encoding });
|
|
@@ -7370,7 +7372,7 @@ var addConvertedStreams = (subprocess, { encoding }) => {
|
|
|
7370
7372
|
subprocess[Symbol.asyncIterator] = createIterable.bind(void 0, subprocess, encoding, {});
|
|
7371
7373
|
};
|
|
7372
7374
|
|
|
7373
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7375
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/promise.js
|
|
7374
7376
|
init_cjs_shims();
|
|
7375
7377
|
var mergePromise = (subprocess, promise) => {
|
|
7376
7378
|
for (const [property, descriptor] of descriptors) {
|
|
@@ -7385,7 +7387,7 @@ var descriptors = ["then", "catch", "finally"].map((property) => [
|
|
|
7385
7387
|
Reflect.getOwnPropertyDescriptor(nativePromisePrototype, property)
|
|
7386
7388
|
]);
|
|
7387
7389
|
|
|
7388
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7390
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/main-async.js
|
|
7389
7391
|
var execaCoreAsync = (rawFile, rawArguments, rawOptions, createNested) => {
|
|
7390
7392
|
const { file, commandArguments, command, escapedCommand, startTime, verboseInfo, options, fileDescriptors } = handleAsyncArguments(rawFile, rawArguments, rawOptions);
|
|
7391
7393
|
const { subprocess, promise } = spawnSubprocessAsync({
|
|
@@ -7540,7 +7542,7 @@ var getAsyncResult = ({ errorInfo, exitCode, signal, stdio, all, ipcOutput, cont
|
|
|
7540
7542
|
startTime
|
|
7541
7543
|
});
|
|
7542
7544
|
|
|
7543
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7545
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/bind.js
|
|
7544
7546
|
init_cjs_shims();
|
|
7545
7547
|
var mergeOptions = (boundOptions, options) => {
|
|
7546
7548
|
const newOptions = Object.fromEntries(
|
|
@@ -7559,7 +7561,7 @@ var mergeOption = (optionName, boundOptionValue, optionValue) => {
|
|
|
7559
7561
|
};
|
|
7560
7562
|
var DEEP_OPTIONS = /* @__PURE__ */ new Set(["env", ...FD_SPECIFIC_OPTIONS]);
|
|
7561
7563
|
|
|
7562
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7564
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/create.js
|
|
7563
7565
|
var createExeca = (mapArguments, boundOptions, deepOptions, setBoundExeca) => {
|
|
7564
7566
|
const createNested = (mapArguments2, boundOptions2, setBoundExeca2) => createExeca(mapArguments2, boundOptions2, deepOptions, setBoundExeca2);
|
|
7565
7567
|
const boundExeca = (...execaArguments) => callBoundExeca({
|
|
@@ -7605,7 +7607,7 @@ var parseArguments = ({ mapArguments, firstArgument, nextArguments, deepOptions,
|
|
|
7605
7607
|
};
|
|
7606
7608
|
};
|
|
7607
7609
|
|
|
7608
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7610
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/command.js
|
|
7609
7611
|
init_cjs_shims();
|
|
7610
7612
|
var mapCommandAsync = ({ file, commandArguments }) => parseCommand(file, commandArguments);
|
|
7611
7613
|
var mapCommandSync = ({ file, commandArguments }) => ({ ...parseCommand(file, commandArguments), isSync: true });
|
|
@@ -7637,7 +7639,7 @@ var parseCommandString = (command) => {
|
|
|
7637
7639
|
};
|
|
7638
7640
|
var SPACES_REGEXP = / +/g;
|
|
7639
7641
|
|
|
7640
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7642
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/lib/methods/script.js
|
|
7641
7643
|
init_cjs_shims();
|
|
7642
7644
|
var setScriptSync = (boundExeca, createNested, boundOptions) => {
|
|
7643
7645
|
boundExeca.sync = createNested(mapScriptSync, boundOptions);
|
|
@@ -7649,7 +7651,7 @@ var getScriptOptions = (options) => ({ options: { ...getScriptStdinOption(option
|
|
|
7649
7651
|
var getScriptStdinOption = ({ input, inputFile, stdio }) => input === void 0 && inputFile === void 0 && stdio === void 0 ? { stdin: "inherit" } : {};
|
|
7650
7652
|
var deepScriptOptions = { preferLocal: true };
|
|
7651
7653
|
|
|
7652
|
-
// ../../node_modules/.pnpm/execa@9.4.
|
|
7654
|
+
// ../../node_modules/.pnpm/execa@9.4.1/node_modules/execa/index.js
|
|
7653
7655
|
var execa = createExeca(() => ({}));
|
|
7654
7656
|
createExeca(() => ({ isSync: true }));
|
|
7655
7657
|
createExeca(mapCommandAsync);
|
|
@@ -8305,5 +8307,5 @@ ${logFiles.join("\n")}`);
|
|
|
8305
8307
|
exports.generate = generate;
|
|
8306
8308
|
exports.init_cjs_shims = init_cjs_shims;
|
|
8307
8309
|
exports.p = p2;
|
|
8308
|
-
//# sourceMappingURL=chunk-
|
|
8309
|
-
//# sourceMappingURL=chunk-
|
|
8310
|
+
//# sourceMappingURL=chunk-FW5S3I6X.cjs.map
|
|
8311
|
+
//# sourceMappingURL=chunk-FW5S3I6X.cjs.map
|