@kubb/cli 2.19.6 → 2.20.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-OASM7SKF.cjs → chunk-BSPD2A53.cjs} +3 -3
- package/dist/{chunk-OASM7SKF.cjs.map → chunk-BSPD2A53.cjs.map} +1 -1
- package/dist/{generate-YJADNK3P.cjs → generate-W2WOFWLC.cjs} +289 -289
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- /package/dist/{generate-YJADNK3P.cjs.map → generate-W2WOFWLC.cjs.map} +0 -0
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkBSPD2A53cjs = require('./chunk-BSPD2A53.cjs');
|
|
13
13
|
|
|
14
14
|
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js
|
|
15
|
-
var require_windows =
|
|
15
|
+
var require_windows = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
16
16
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module) {
|
|
17
17
|
"use strict";
|
|
18
|
-
|
|
18
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
19
19
|
module.exports = isexe;
|
|
20
20
|
isexe.sync = sync;
|
|
21
|
-
var fs =
|
|
21
|
+
var fs = _chunkBSPD2A53cjs.__require.call(void 0, "fs");
|
|
22
22
|
function checkPathExt(path5, options) {
|
|
23
23
|
var pathext = options.pathExt !== void 0 ? options.pathExt : process.env.PATHEXT;
|
|
24
24
|
if (!pathext) {
|
|
@@ -54,13 +54,13 @@ var require_windows = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
54
54
|
});
|
|
55
55
|
|
|
56
56
|
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js
|
|
57
|
-
var require_mode =
|
|
57
|
+
var require_mode = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
58
58
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module) {
|
|
59
59
|
"use strict";
|
|
60
|
-
|
|
60
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
61
61
|
module.exports = isexe;
|
|
62
62
|
isexe.sync = sync;
|
|
63
|
-
var fs =
|
|
63
|
+
var fs = _chunkBSPD2A53cjs.__require.call(void 0, "fs");
|
|
64
64
|
function isexe(path5, options, cb) {
|
|
65
65
|
fs.stat(path5, function(er, stat) {
|
|
66
66
|
cb(er, er ? false : checkStat(stat, options));
|
|
@@ -89,11 +89,11 @@ var require_mode = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
89
89
|
});
|
|
90
90
|
|
|
91
91
|
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js
|
|
92
|
-
var require_isexe =
|
|
92
|
+
var require_isexe = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
93
93
|
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module) {
|
|
94
94
|
"use strict";
|
|
95
|
-
|
|
96
|
-
var fs =
|
|
95
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
96
|
+
var fs = _chunkBSPD2A53cjs.__require.call(void 0, "fs");
|
|
97
97
|
var core;
|
|
98
98
|
if (process.platform === "win32" || global.TESTING_WINDOWS) {
|
|
99
99
|
core = require_windows();
|
|
@@ -146,12 +146,12 @@ var require_isexe = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
146
146
|
});
|
|
147
147
|
|
|
148
148
|
// ../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js
|
|
149
|
-
var require_which =
|
|
149
|
+
var require_which = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
150
150
|
"../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js"(exports, module) {
|
|
151
151
|
"use strict";
|
|
152
|
-
|
|
152
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
153
153
|
var isWindows = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys";
|
|
154
|
-
var path5 =
|
|
154
|
+
var path5 = _chunkBSPD2A53cjs.__require.call(void 0, "path");
|
|
155
155
|
var COLON = isWindows ? ";" : ":";
|
|
156
156
|
var isexe = require_isexe();
|
|
157
157
|
var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
@@ -244,10 +244,10 @@ var require_which = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
244
244
|
});
|
|
245
245
|
|
|
246
246
|
// ../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js
|
|
247
|
-
var require_path_key =
|
|
247
|
+
var require_path_key = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
248
248
|
"../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js"(exports, module) {
|
|
249
249
|
"use strict";
|
|
250
|
-
|
|
250
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
251
251
|
var pathKey2 = (options = {}) => {
|
|
252
252
|
const environment = options.env || process.env;
|
|
253
253
|
const platform = options.platform || process.platform;
|
|
@@ -262,11 +262,11 @@ var require_path_key = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
262
262
|
});
|
|
263
263
|
|
|
264
264
|
// ../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/resolveCommand.js
|
|
265
|
-
var require_resolveCommand =
|
|
265
|
+
var require_resolveCommand = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
266
266
|
"../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/resolveCommand.js"(exports, module) {
|
|
267
267
|
"use strict";
|
|
268
|
-
|
|
269
|
-
var path5 =
|
|
268
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
269
|
+
var path5 = _chunkBSPD2A53cjs.__require.call(void 0, "path");
|
|
270
270
|
var which = require_which();
|
|
271
271
|
var getPathKey = require_path_key();
|
|
272
272
|
function resolveCommandAttempt(parsed, withoutPathExt) {
|
|
@@ -305,10 +305,10 @@ var require_resolveCommand = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
305
305
|
});
|
|
306
306
|
|
|
307
307
|
// ../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/escape.js
|
|
308
|
-
var require_escape =
|
|
308
|
+
var require_escape = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
309
309
|
"../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/escape.js"(exports, module) {
|
|
310
310
|
"use strict";
|
|
311
|
-
|
|
311
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
312
312
|
var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
313
313
|
function escapeCommand(arg) {
|
|
314
314
|
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
@@ -331,19 +331,19 @@ var require_escape = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
331
331
|
});
|
|
332
332
|
|
|
333
333
|
// ../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js
|
|
334
|
-
var require_shebang_regex =
|
|
334
|
+
var require_shebang_regex = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
335
335
|
"../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js"(exports, module) {
|
|
336
336
|
"use strict";
|
|
337
|
-
|
|
337
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
338
338
|
module.exports = /^#!(.*)/;
|
|
339
339
|
}
|
|
340
340
|
});
|
|
341
341
|
|
|
342
342
|
// ../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js
|
|
343
|
-
var require_shebang_command =
|
|
343
|
+
var require_shebang_command = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
344
344
|
"../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js"(exports, module) {
|
|
345
345
|
"use strict";
|
|
346
|
-
|
|
346
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
347
347
|
var shebangRegex = require_shebang_regex();
|
|
348
348
|
module.exports = (string = "") => {
|
|
349
349
|
const match = string.match(shebangRegex);
|
|
@@ -361,11 +361,11 @@ var require_shebang_command = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
361
361
|
});
|
|
362
362
|
|
|
363
363
|
// ../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/readShebang.js
|
|
364
|
-
var require_readShebang =
|
|
364
|
+
var require_readShebang = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
365
365
|
"../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/util/readShebang.js"(exports, module) {
|
|
366
366
|
"use strict";
|
|
367
|
-
|
|
368
|
-
var fs =
|
|
367
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
368
|
+
var fs = _chunkBSPD2A53cjs.__require.call(void 0, "fs");
|
|
369
369
|
var shebangCommand = require_shebang_command();
|
|
370
370
|
function readShebang(command2) {
|
|
371
371
|
const size = 150;
|
|
@@ -384,11 +384,11 @@ var require_readShebang = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
384
384
|
});
|
|
385
385
|
|
|
386
386
|
// ../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/parse.js
|
|
387
|
-
var require_parse =
|
|
387
|
+
var require_parse = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
388
388
|
"../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/parse.js"(exports, module) {
|
|
389
389
|
"use strict";
|
|
390
|
-
|
|
391
|
-
var path5 =
|
|
390
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
391
|
+
var path5 = _chunkBSPD2A53cjs.__require.call(void 0, "path");
|
|
392
392
|
var resolveCommand = require_resolveCommand();
|
|
393
393
|
var escape = require_escape();
|
|
394
394
|
var readShebang = require_readShebang();
|
|
@@ -447,10 +447,10 @@ var require_parse = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
447
447
|
});
|
|
448
448
|
|
|
449
449
|
// ../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/enoent.js
|
|
450
|
-
var require_enoent =
|
|
450
|
+
var require_enoent = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
451
451
|
"../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/lib/enoent.js"(exports, module) {
|
|
452
452
|
"use strict";
|
|
453
|
-
|
|
453
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
454
454
|
var isWin = process.platform === "win32";
|
|
455
455
|
function notFoundError(original, syscall) {
|
|
456
456
|
return Object.assign(new Error(`${syscall} ${original.command} ENOENT`), {
|
|
@@ -498,11 +498,11 @@ var require_enoent = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
498
498
|
});
|
|
499
499
|
|
|
500
500
|
// ../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/index.js
|
|
501
|
-
var require_cross_spawn =
|
|
501
|
+
var require_cross_spawn = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
502
502
|
"../../node_modules/.pnpm/cross-spawn@7.0.3/node_modules/cross-spawn/index.js"(exports, module) {
|
|
503
503
|
"use strict";
|
|
504
|
-
|
|
505
|
-
var cp =
|
|
504
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
505
|
+
var cp = _chunkBSPD2A53cjs.__require.call(void 0, "child_process");
|
|
506
506
|
var parse = require_parse();
|
|
507
507
|
var enoent = require_enoent();
|
|
508
508
|
function spawn(command2, args2, options) {
|
|
@@ -526,11 +526,11 @@ var require_cross_spawn = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
526
526
|
});
|
|
527
527
|
|
|
528
528
|
// ../../node_modules/.pnpm/merge-stream@2.0.0/node_modules/merge-stream/index.js
|
|
529
|
-
var require_merge_stream =
|
|
529
|
+
var require_merge_stream = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
530
530
|
"../../node_modules/.pnpm/merge-stream@2.0.0/node_modules/merge-stream/index.js"(exports, module) {
|
|
531
531
|
"use strict";
|
|
532
|
-
|
|
533
|
-
var { PassThrough } =
|
|
532
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
533
|
+
var { PassThrough } = _chunkBSPD2A53cjs.__require.call(void 0, "stream");
|
|
534
534
|
module.exports = function() {
|
|
535
535
|
var sources = [];
|
|
536
536
|
var output = new PassThrough({ objectMode: true });
|
|
@@ -567,10 +567,10 @@ var require_merge_stream = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
567
567
|
});
|
|
568
568
|
|
|
569
569
|
// ../../node_modules/.pnpm/mimic-fn@2.1.0/node_modules/mimic-fn/index.js
|
|
570
|
-
var require_mimic_fn =
|
|
570
|
+
var require_mimic_fn = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
571
571
|
"../../node_modules/.pnpm/mimic-fn@2.1.0/node_modules/mimic-fn/index.js"(exports, module) {
|
|
572
572
|
"use strict";
|
|
573
|
-
|
|
573
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
574
574
|
var mimicFn = (to, from) => {
|
|
575
575
|
for (const prop of Reflect.ownKeys(from)) {
|
|
576
576
|
Object.defineProperty(to, prop, Object.getOwnPropertyDescriptor(from, prop));
|
|
@@ -583,10 +583,10 @@ var require_mimic_fn = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
583
583
|
});
|
|
584
584
|
|
|
585
585
|
// ../../node_modules/.pnpm/onetime@5.1.2/node_modules/onetime/index.js
|
|
586
|
-
var require_onetime =
|
|
586
|
+
var require_onetime = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
587
587
|
"../../node_modules/.pnpm/onetime@5.1.2/node_modules/onetime/index.js"(exports, module) {
|
|
588
588
|
"use strict";
|
|
589
|
-
|
|
589
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
590
590
|
var mimicFn = require_mimic_fn();
|
|
591
591
|
var calledFunctions2 = /* @__PURE__ */ new WeakMap();
|
|
592
592
|
var onetime3 = (function_, options = {}) => {
|
|
@@ -622,10 +622,10 @@ var require_onetime = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
622
622
|
});
|
|
623
623
|
|
|
624
624
|
// ../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/signals.js
|
|
625
|
-
var require_signals =
|
|
625
|
+
var require_signals = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
626
626
|
"../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/signals.js"(exports, module) {
|
|
627
627
|
"use strict";
|
|
628
|
-
|
|
628
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
629
629
|
module.exports = [
|
|
630
630
|
"SIGABRT",
|
|
631
631
|
"SIGALRM",
|
|
@@ -661,10 +661,10 @@ var require_signals = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
661
661
|
});
|
|
662
662
|
|
|
663
663
|
// ../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js
|
|
664
|
-
var require_signal_exit =
|
|
664
|
+
var require_signal_exit = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
665
665
|
"../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js"(exports, module) {
|
|
666
666
|
"use strict";
|
|
667
|
-
|
|
667
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
668
668
|
var process14 = global.process;
|
|
669
669
|
var processOk2 = function(process15) {
|
|
670
670
|
return process15 && typeof process15 === "object" && typeof process15.removeListener === "function" && typeof process15.emit === "function" && typeof process15.reallyExit === "function" && typeof process15.listeners === "function" && typeof process15.kill === "function" && typeof process15.pid === "number" && typeof process15.on === "function";
|
|
@@ -675,10 +675,10 @@ var require_signal_exit = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
675
675
|
};
|
|
676
676
|
};
|
|
677
677
|
} else {
|
|
678
|
-
assert =
|
|
678
|
+
assert = _chunkBSPD2A53cjs.__require.call(void 0, "assert");
|
|
679
679
|
signals2 = require_signals();
|
|
680
680
|
isWin = /^win/i.test(process14.platform);
|
|
681
|
-
EE =
|
|
681
|
+
EE = _chunkBSPD2A53cjs.__require.call(void 0, "events");
|
|
682
682
|
if (typeof EE !== "function") {
|
|
683
683
|
EE = EE.EventEmitter;
|
|
684
684
|
}
|
|
@@ -822,7 +822,7 @@ var require_signal_exit = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
822
822
|
});
|
|
823
823
|
|
|
824
824
|
// ../../node_modules/.pnpm/cli-spinners@2.9.2/node_modules/cli-spinners/spinners.json
|
|
825
|
-
var require_spinners =
|
|
825
|
+
var require_spinners = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
826
826
|
"../../node_modules/.pnpm/cli-spinners@2.9.2/node_modules/cli-spinners/spinners.json"(exports, module) {
|
|
827
827
|
module.exports = {
|
|
828
828
|
dots: {
|
|
@@ -2450,10 +2450,10 @@ var require_spinners = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
2450
2450
|
});
|
|
2451
2451
|
|
|
2452
2452
|
// ../../node_modules/.pnpm/cli-spinners@2.9.2/node_modules/cli-spinners/index.js
|
|
2453
|
-
var require_cli_spinners =
|
|
2453
|
+
var require_cli_spinners = _chunkBSPD2A53cjs.__commonJS.call(void 0, {
|
|
2454
2454
|
"../../node_modules/.pnpm/cli-spinners@2.9.2/node_modules/cli-spinners/index.js"(exports, module) {
|
|
2455
2455
|
"use strict";
|
|
2456
|
-
|
|
2456
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2457
2457
|
var spinners = Object.assign({}, require_spinners());
|
|
2458
2458
|
var spinnersList = Object.keys(spinners);
|
|
2459
2459
|
Object.defineProperty(spinners, "random", {
|
|
@@ -2468,20 +2468,20 @@ var require_cli_spinners = _chunkOASM7SKFcjs.__commonJS.call(void 0, {
|
|
|
2468
2468
|
});
|
|
2469
2469
|
|
|
2470
2470
|
// src/commands/generate.ts
|
|
2471
|
-
|
|
2471
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2472
2472
|
var _logger = require('@kubb/core/logger');
|
|
2473
2473
|
var _citty = require('citty');
|
|
2474
2474
|
|
|
2475
2475
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/index.js
|
|
2476
|
-
|
|
2477
|
-
var import_cross_spawn =
|
|
2476
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2477
|
+
var import_cross_spawn = _chunkBSPD2A53cjs.__toESM.call(void 0, require_cross_spawn(), 1);
|
|
2478
2478
|
var _buffer = require('buffer');
|
|
2479
2479
|
var _path = require('path'); var _path2 = _interopRequireDefault(_path);
|
|
2480
2480
|
var _child_process = require('child_process'); var _child_process2 = _interopRequireDefault(_child_process);
|
|
2481
2481
|
var _process2 = require('process'); var _process3 = _interopRequireDefault(_process2);
|
|
2482
2482
|
|
|
2483
2483
|
// ../../node_modules/.pnpm/strip-final-newline@3.0.0/node_modules/strip-final-newline/index.js
|
|
2484
|
-
|
|
2484
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2485
2485
|
function stripFinalNewline(input) {
|
|
2486
2486
|
const LF = typeof input === "string" ? "\n" : "\n".charCodeAt();
|
|
2487
2487
|
const CR = typeof input === "string" ? "\r" : "\r".charCodeAt();
|
|
@@ -2495,13 +2495,13 @@ function stripFinalNewline(input) {
|
|
|
2495
2495
|
}
|
|
2496
2496
|
|
|
2497
2497
|
// ../../node_modules/.pnpm/npm-run-path@5.3.0/node_modules/npm-run-path/index.js
|
|
2498
|
-
|
|
2498
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2499
2499
|
|
|
2500
2500
|
|
|
2501
2501
|
var _url = require('url');
|
|
2502
2502
|
|
|
2503
2503
|
// ../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js
|
|
2504
|
-
|
|
2504
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2505
2505
|
function pathKey(options = {}) {
|
|
2506
2506
|
const {
|
|
2507
2507
|
env: env2 = process.env,
|
|
@@ -2553,10 +2553,10 @@ var npmRunPathEnv = ({ env: env2 = _process3.default.env, ...options } = {}) =>
|
|
|
2553
2553
|
};
|
|
2554
2554
|
|
|
2555
2555
|
// ../../node_modules/.pnpm/onetime@6.0.0/node_modules/onetime/index.js
|
|
2556
|
-
|
|
2556
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2557
2557
|
|
|
2558
2558
|
// ../../node_modules/.pnpm/mimic-fn@4.0.0/node_modules/mimic-fn/index.js
|
|
2559
|
-
|
|
2559
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2560
2560
|
var copyProperty = (to, from, property, ignoreNonConfigurable) => {
|
|
2561
2561
|
if (property === "length" || property === "prototype") {
|
|
2562
2562
|
return;
|
|
@@ -2633,15 +2633,15 @@ onetime.callCount = (function_) => {
|
|
|
2633
2633
|
var onetime_default = onetime;
|
|
2634
2634
|
|
|
2635
2635
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/error.js
|
|
2636
|
-
|
|
2636
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2637
2637
|
|
|
2638
2638
|
|
|
2639
2639
|
// ../../node_modules/.pnpm/human-signals@5.0.0/node_modules/human-signals/build/src/main.js
|
|
2640
|
-
|
|
2640
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2641
2641
|
var _os = require('os'); var _os2 = _interopRequireDefault(_os);
|
|
2642
2642
|
|
|
2643
2643
|
// ../../node_modules/.pnpm/human-signals@5.0.0/node_modules/human-signals/build/src/realtime.js
|
|
2644
|
-
|
|
2644
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2645
2645
|
var getRealtimeSignals = () => {
|
|
2646
2646
|
const length = SIGRTMAX - SIGRTMIN + 1;
|
|
2647
2647
|
return Array.from({ length }, getRealtimeSignal);
|
|
@@ -2657,11 +2657,11 @@ var SIGRTMIN = 34;
|
|
|
2657
2657
|
var SIGRTMAX = 64;
|
|
2658
2658
|
|
|
2659
2659
|
// ../../node_modules/.pnpm/human-signals@5.0.0/node_modules/human-signals/build/src/signals.js
|
|
2660
|
-
|
|
2660
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2661
2661
|
|
|
2662
2662
|
|
|
2663
2663
|
// ../../node_modules/.pnpm/human-signals@5.0.0/node_modules/human-signals/build/src/core.js
|
|
2664
|
-
|
|
2664
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
2665
2665
|
var SIGNALS = [
|
|
2666
2666
|
{
|
|
2667
2667
|
name: "SIGHUP",
|
|
@@ -3079,7 +3079,7 @@ ${error.message}` : execaMessage;
|
|
|
3079
3079
|
};
|
|
3080
3080
|
|
|
3081
3081
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/stdio.js
|
|
3082
|
-
|
|
3082
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3083
3083
|
var aliases = ["stdin", "stdout", "stderr"];
|
|
3084
3084
|
var hasAlias = (options) => aliases.some((alias) => options[alias] !== void 0);
|
|
3085
3085
|
var normalizeStdio = (options) => {
|
|
@@ -3104,14 +3104,14 @@ var normalizeStdio = (options) => {
|
|
|
3104
3104
|
};
|
|
3105
3105
|
|
|
3106
3106
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/kill.js
|
|
3107
|
-
|
|
3107
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3108
3108
|
|
|
3109
3109
|
|
|
3110
3110
|
// ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js
|
|
3111
|
-
|
|
3111
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3112
3112
|
|
|
3113
3113
|
// ../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js
|
|
3114
|
-
|
|
3114
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3115
3115
|
var signals = [];
|
|
3116
3116
|
signals.push("SIGHUP", "SIGINT", "SIGTERM");
|
|
3117
3117
|
if (process.platform !== "win32") {
|
|
@@ -3142,16 +3142,16 @@ var global2 = globalThis;
|
|
|
3142
3142
|
var ObjectDefineProperty = Object.defineProperty.bind(Object);
|
|
3143
3143
|
var Emitter = class {
|
|
3144
3144
|
constructor() {
|
|
3145
|
-
|
|
3145
|
+
_chunkBSPD2A53cjs.__publicField.call(void 0, this, "emitted", {
|
|
3146
3146
|
afterExit: false,
|
|
3147
3147
|
exit: false
|
|
3148
3148
|
});
|
|
3149
|
-
|
|
3149
|
+
_chunkBSPD2A53cjs.__publicField.call(void 0, this, "listeners", {
|
|
3150
3150
|
afterExit: [],
|
|
3151
3151
|
exit: []
|
|
3152
3152
|
});
|
|
3153
|
-
|
|
3154
|
-
|
|
3153
|
+
_chunkBSPD2A53cjs.__publicField.call(void 0, this, "count", 0);
|
|
3154
|
+
_chunkBSPD2A53cjs.__publicField.call(void 0, this, "id", Math.random());
|
|
3155
3155
|
if (global2[kExitEmitter]) {
|
|
3156
3156
|
return global2[kExitEmitter];
|
|
3157
3157
|
}
|
|
@@ -3221,96 +3221,96 @@ var _hupSig, _emitter, _process, _originalProcessEmit, _originalProcessReallyExi
|
|
|
3221
3221
|
var SignalExit = class extends SignalExitBase {
|
|
3222
3222
|
constructor(process14) {
|
|
3223
3223
|
super();
|
|
3224
|
-
|
|
3224
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _SignalExit_instances);
|
|
3225
3225
|
// "SIGHUP" throws an `ENOSYS` error on Windows,
|
|
3226
3226
|
// so use a supported signal instead
|
|
3227
3227
|
/* c8 ignore start */
|
|
3228
|
-
|
|
3228
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _hupSig, process4.platform === "win32" ? "SIGINT" : "SIGHUP");
|
|
3229
3229
|
/* c8 ignore stop */
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3230
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _emitter, new Emitter());
|
|
3231
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _process);
|
|
3232
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _originalProcessEmit);
|
|
3233
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _originalProcessReallyExit);
|
|
3234
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _sigListeners, {});
|
|
3235
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _loaded, false);
|
|
3236
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _process, process14);
|
|
3237
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _sigListeners, {});
|
|
3238
3238
|
for (const sig of signals) {
|
|
3239
|
-
|
|
3240
|
-
const listeners =
|
|
3241
|
-
let { count } =
|
|
3239
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _sigListeners)[sig] = () => {
|
|
3240
|
+
const listeners = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).listeners(sig);
|
|
3241
|
+
let { count } = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter);
|
|
3242
3242
|
const p3 = process14;
|
|
3243
3243
|
if (typeof p3.__signal_exit_emitter__ === "object" && typeof p3.__signal_exit_emitter__.count === "number") {
|
|
3244
3244
|
count += p3.__signal_exit_emitter__.count;
|
|
3245
3245
|
}
|
|
3246
3246
|
if (listeners.length === count) {
|
|
3247
3247
|
this.unload();
|
|
3248
|
-
const ret =
|
|
3249
|
-
const s = sig === "SIGHUP" ?
|
|
3248
|
+
const ret = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter).emit("exit", null, sig);
|
|
3249
|
+
const s = sig === "SIGHUP" ? _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _hupSig) : sig;
|
|
3250
3250
|
if (!ret)
|
|
3251
3251
|
process14.kill(process14.pid, s);
|
|
3252
3252
|
}
|
|
3253
3253
|
};
|
|
3254
3254
|
}
|
|
3255
|
-
|
|
3256
|
-
|
|
3255
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _originalProcessReallyExit, process14.reallyExit);
|
|
3256
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _originalProcessEmit, process14.emit);
|
|
3257
3257
|
}
|
|
3258
3258
|
onExit(cb, opts) {
|
|
3259
|
-
if (!processOk(
|
|
3259
|
+
if (!processOk(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process))) {
|
|
3260
3260
|
return () => {
|
|
3261
3261
|
};
|
|
3262
3262
|
}
|
|
3263
|
-
if (
|
|
3263
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _loaded) === false) {
|
|
3264
3264
|
this.load();
|
|
3265
3265
|
}
|
|
3266
3266
|
const ev = _optionalChain([opts, 'optionalAccess', _2 => _2.alwaysLast]) ? "afterExit" : "exit";
|
|
3267
|
-
|
|
3267
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter).on(ev, cb);
|
|
3268
3268
|
return () => {
|
|
3269
|
-
|
|
3270
|
-
if (
|
|
3269
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter).removeListener(ev, cb);
|
|
3270
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter).listeners["exit"].length === 0 && _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter).listeners["afterExit"].length === 0) {
|
|
3271
3271
|
this.unload();
|
|
3272
3272
|
}
|
|
3273
3273
|
};
|
|
3274
3274
|
}
|
|
3275
3275
|
load() {
|
|
3276
|
-
if (
|
|
3276
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _loaded)) {
|
|
3277
3277
|
return;
|
|
3278
3278
|
}
|
|
3279
|
-
|
|
3280
|
-
|
|
3279
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _loaded, true);
|
|
3280
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter).count += 1;
|
|
3281
3281
|
for (const sig of signals) {
|
|
3282
3282
|
try {
|
|
3283
|
-
const fn =
|
|
3283
|
+
const fn = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _sigListeners)[sig];
|
|
3284
3284
|
if (fn)
|
|
3285
|
-
|
|
3285
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).on(sig, fn);
|
|
3286
3286
|
} catch (_) {
|
|
3287
3287
|
}
|
|
3288
3288
|
}
|
|
3289
|
-
|
|
3290
|
-
return
|
|
3289
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).emit = (ev, ...a) => {
|
|
3290
|
+
return _chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _SignalExit_instances, processEmit_fn).call(this, ev, ...a);
|
|
3291
3291
|
};
|
|
3292
|
-
|
|
3293
|
-
return
|
|
3292
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).reallyExit = (code) => {
|
|
3293
|
+
return _chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _SignalExit_instances, processReallyExit_fn).call(this, code);
|
|
3294
3294
|
};
|
|
3295
3295
|
}
|
|
3296
3296
|
unload() {
|
|
3297
|
-
if (!
|
|
3297
|
+
if (!_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _loaded)) {
|
|
3298
3298
|
return;
|
|
3299
3299
|
}
|
|
3300
|
-
|
|
3300
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _loaded, false);
|
|
3301
3301
|
signals.forEach((sig) => {
|
|
3302
|
-
const listener =
|
|
3302
|
+
const listener = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _sigListeners)[sig];
|
|
3303
3303
|
if (!listener) {
|
|
3304
3304
|
throw new Error("Listener not defined for signal: " + sig);
|
|
3305
3305
|
}
|
|
3306
3306
|
try {
|
|
3307
|
-
|
|
3307
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).removeListener(sig, listener);
|
|
3308
3308
|
} catch (_) {
|
|
3309
3309
|
}
|
|
3310
3310
|
});
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3311
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).emit = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _originalProcessEmit);
|
|
3312
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).reallyExit = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _originalProcessReallyExit);
|
|
3313
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter).count -= 1;
|
|
3314
3314
|
}
|
|
3315
3315
|
};
|
|
3316
3316
|
_hupSig = new WeakMap();
|
|
@@ -3322,24 +3322,24 @@ _sigListeners = new WeakMap();
|
|
|
3322
3322
|
_loaded = new WeakMap();
|
|
3323
3323
|
_SignalExit_instances = new WeakSet();
|
|
3324
3324
|
processReallyExit_fn = function(code) {
|
|
3325
|
-
if (!processOk(
|
|
3325
|
+
if (!processOk(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process))) {
|
|
3326
3326
|
return 0;
|
|
3327
3327
|
}
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
return
|
|
3328
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).exitCode = code || 0;
|
|
3329
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter).emit("exit", _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).exitCode, null);
|
|
3330
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _originalProcessReallyExit).call(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process), _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).exitCode);
|
|
3331
3331
|
};
|
|
3332
3332
|
processEmit_fn = function(ev, ...args2) {
|
|
3333
|
-
const og =
|
|
3334
|
-
if (ev === "exit" && processOk(
|
|
3333
|
+
const og = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _originalProcessEmit);
|
|
3334
|
+
if (ev === "exit" && processOk(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process))) {
|
|
3335
3335
|
if (typeof args2[0] === "number") {
|
|
3336
|
-
|
|
3336
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).exitCode = args2[0];
|
|
3337
3337
|
}
|
|
3338
|
-
const ret = og.call(
|
|
3339
|
-
|
|
3338
|
+
const ret = og.call(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process), ev, ...args2);
|
|
3339
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _emitter).emit("exit", _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process).exitCode, null);
|
|
3340
3340
|
return ret;
|
|
3341
3341
|
} else {
|
|
3342
|
-
return og.call(
|
|
3342
|
+
return og.call(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _process), ev, ...args2);
|
|
3343
3343
|
}
|
|
3344
3344
|
};
|
|
3345
3345
|
var process4 = globalThis.process;
|
|
@@ -3445,12 +3445,12 @@ var setExitHandler = async (spawned, { cleanup, detached }, timedPromise) => {
|
|
|
3445
3445
|
};
|
|
3446
3446
|
|
|
3447
3447
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/pipe.js
|
|
3448
|
-
|
|
3448
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3449
3449
|
var _fs = require('fs');
|
|
3450
3450
|
|
|
3451
3451
|
|
|
3452
3452
|
// ../../node_modules/.pnpm/is-stream@3.0.0/node_modules/is-stream/index.js
|
|
3453
|
-
|
|
3453
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3454
3454
|
function isStream(stream) {
|
|
3455
3455
|
return stream !== null && typeof stream === "object" && typeof stream.pipe === "function";
|
|
3456
3456
|
}
|
|
@@ -3491,18 +3491,18 @@ var addPipeMethods = (spawned) => {
|
|
|
3491
3491
|
};
|
|
3492
3492
|
|
|
3493
3493
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/stream.js
|
|
3494
|
-
|
|
3494
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3495
3495
|
|
|
3496
3496
|
var _promises = require('timers/promises');
|
|
3497
3497
|
|
|
3498
3498
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/index.js
|
|
3499
|
-
|
|
3499
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3500
3500
|
|
|
3501
3501
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/array.js
|
|
3502
|
-
|
|
3502
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3503
3503
|
|
|
3504
3504
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/contents.js
|
|
3505
|
-
|
|
3505
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3506
3506
|
var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
|
|
3507
3507
|
if (!isAsyncIterable(stream)) {
|
|
3508
3508
|
throw new Error("The first argument must be a Readable, a ReadableStream, or an async iterable.");
|
|
@@ -3573,12 +3573,12 @@ var { toString: objectToString } = Object.prototype;
|
|
|
3573
3573
|
var MaxBufferError = class extends Error {
|
|
3574
3574
|
constructor() {
|
|
3575
3575
|
super("maxBuffer exceeded");
|
|
3576
|
-
|
|
3576
|
+
_chunkBSPD2A53cjs.__publicField.call(void 0, this, "name", "MaxBufferError");
|
|
3577
3577
|
}
|
|
3578
3578
|
};
|
|
3579
3579
|
|
|
3580
3580
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/utils.js
|
|
3581
|
-
|
|
3581
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3582
3582
|
var identity = (value) => value;
|
|
3583
3583
|
var noop = () => void 0;
|
|
3584
3584
|
var getContentsProp = ({ contents }) => contents;
|
|
@@ -3588,7 +3588,7 @@ var throwObjectStream = (chunk) => {
|
|
|
3588
3588
|
var getLengthProp = (convertedChunk) => convertedChunk.length;
|
|
3589
3589
|
|
|
3590
3590
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/array-buffer.js
|
|
3591
|
-
|
|
3591
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3592
3592
|
async function getStreamAsArrayBuffer(stream, options) {
|
|
3593
3593
|
return getStreamContents(stream, arrayBufferMethods, options);
|
|
3594
3594
|
}
|
|
@@ -3642,7 +3642,7 @@ var arrayBufferMethods = {
|
|
|
3642
3642
|
};
|
|
3643
3643
|
|
|
3644
3644
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/buffer.js
|
|
3645
|
-
|
|
3645
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3646
3646
|
async function getStreamAsBuffer(stream, options) {
|
|
3647
3647
|
if (!("Buffer" in globalThis)) {
|
|
3648
3648
|
throw new Error("getStreamAsBuffer() is only supported in Node.js");
|
|
@@ -3659,7 +3659,7 @@ async function getStreamAsBuffer(stream, options) {
|
|
|
3659
3659
|
var arrayBufferToNodeBuffer = (arrayBuffer) => globalThis.Buffer.from(arrayBuffer);
|
|
3660
3660
|
|
|
3661
3661
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/string.js
|
|
3662
|
-
|
|
3662
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3663
3663
|
async function getStreamAsString(stream, options) {
|
|
3664
3664
|
return getStreamContents(stream, stringMethods, options);
|
|
3665
3665
|
}
|
|
@@ -3689,7 +3689,7 @@ var stringMethods = {
|
|
|
3689
3689
|
};
|
|
3690
3690
|
|
|
3691
3691
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/stream.js
|
|
3692
|
-
var import_merge_stream =
|
|
3692
|
+
var import_merge_stream = _chunkBSPD2A53cjs.__toESM.call(void 0, require_merge_stream(), 1);
|
|
3693
3693
|
var validateInputOptions = (input) => {
|
|
3694
3694
|
if (input !== void 0) {
|
|
3695
3695
|
throw new TypeError("The `input` and `inputFile` options cannot be both set.");
|
|
@@ -3785,7 +3785,7 @@ var getSpawnedResult = async ({ stdout, stderr, all }, { encoding, buffer, maxBu
|
|
|
3785
3785
|
};
|
|
3786
3786
|
|
|
3787
3787
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/promise.js
|
|
3788
|
-
|
|
3788
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3789
3789
|
var nativePromisePrototype = (async () => {
|
|
3790
3790
|
})().constructor.prototype;
|
|
3791
3791
|
var descriptors = ["then", "catch", "finally"].map((property) => [
|
|
@@ -3813,7 +3813,7 @@ var getSpawnedPromise = (spawned) => new Promise((resolve2, reject) => {
|
|
|
3813
3813
|
});
|
|
3814
3814
|
|
|
3815
3815
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/command.js
|
|
3816
|
-
|
|
3816
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3817
3817
|
|
|
3818
3818
|
|
|
3819
3819
|
var normalizeArgs = (file, args2 = []) => {
|
|
@@ -3885,7 +3885,7 @@ var parseTemplates = (templates, expressions) => {
|
|
|
3885
3885
|
};
|
|
3886
3886
|
|
|
3887
3887
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/verbose.js
|
|
3888
|
-
|
|
3888
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
3889
3889
|
var _util = require('util');
|
|
3890
3890
|
|
|
3891
3891
|
var verboseDefault = _util.debuglog.call(void 0, "execa").enabled;
|
|
@@ -4107,10 +4107,10 @@ function create$(options) {
|
|
|
4107
4107
|
var $ = create$();
|
|
4108
4108
|
|
|
4109
4109
|
// ../../node_modules/.pnpm/tinyrainbow@1.1.1/node_modules/tinyrainbow/dist/node.js
|
|
4110
|
-
|
|
4110
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4111
4111
|
|
|
4112
4112
|
// ../../node_modules/.pnpm/tinyrainbow@1.1.1/node_modules/tinyrainbow/dist/chunk-5WCZOS7T.js
|
|
4113
|
-
|
|
4113
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4114
4114
|
var b = {
|
|
4115
4115
|
reset: [0, 0],
|
|
4116
4116
|
bold: [1, 22, "\x1B[22m\x1B[1m"],
|
|
@@ -4178,11 +4178,11 @@ var p2 = w(_tty.isatty.call(void 0, 1));
|
|
|
4178
4178
|
|
|
4179
4179
|
|
|
4180
4180
|
// src/utils/getConfig.ts
|
|
4181
|
-
|
|
4181
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4182
4182
|
var _utils = require('@kubb/core/utils');
|
|
4183
4183
|
|
|
4184
4184
|
// src/utils/getPlugins.ts
|
|
4185
|
-
|
|
4185
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4186
4186
|
var _core = require('@kubb/core');
|
|
4187
4187
|
function isJSONPlugins(plugins) {
|
|
4188
4188
|
return !!_optionalChain([plugins, 'optionalAccess', _6 => _6.some, 'call', _7 => _7((plugin) => {
|
|
@@ -4241,7 +4241,7 @@ async function getConfig(result, args2) {
|
|
|
4241
4241
|
}
|
|
4242
4242
|
|
|
4243
4243
|
// src/utils/getCosmiConfig.ts
|
|
4244
|
-
|
|
4244
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4245
4245
|
var _bundlerequire = require('bundle-require');
|
|
4246
4246
|
var _cosmiconfig = require('cosmiconfig');
|
|
4247
4247
|
var tsLoader = async (configFile) => {
|
|
@@ -4290,17 +4290,17 @@ async function getCosmiConfig(moduleName, config) {
|
|
|
4290
4290
|
}
|
|
4291
4291
|
|
|
4292
4292
|
// src/utils/spinner.ts
|
|
4293
|
-
|
|
4293
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4294
4294
|
|
|
4295
4295
|
// ../../node_modules/.pnpm/ora@8.0.1/node_modules/ora/index.js
|
|
4296
|
-
|
|
4296
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4297
4297
|
|
|
4298
4298
|
|
|
4299
4299
|
// ../../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/index.js
|
|
4300
|
-
|
|
4300
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4301
4301
|
|
|
4302
4302
|
// ../../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
4303
|
-
|
|
4303
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4304
4304
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
4305
4305
|
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
|
4306
4306
|
var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
|
|
@@ -4487,7 +4487,7 @@ var ansiStyles = assembleStyles();
|
|
|
4487
4487
|
var ansi_styles_default = ansiStyles;
|
|
4488
4488
|
|
|
4489
4489
|
// ../../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/supports-color/index.js
|
|
4490
|
-
|
|
4490
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4491
4491
|
|
|
4492
4492
|
|
|
4493
4493
|
|
|
@@ -4614,7 +4614,7 @@ var supportsColor = {
|
|
|
4614
4614
|
var supports_color_default = supportsColor;
|
|
4615
4615
|
|
|
4616
4616
|
// ../../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/utilities.js
|
|
4617
|
-
|
|
4617
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4618
4618
|
function stringReplaceAll(string, substring, replacer) {
|
|
4619
4619
|
let index = string.indexOf(substring);
|
|
4620
4620
|
if (index === -1) {
|
|
@@ -4792,13 +4792,13 @@ var chalkStderr = createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
|
4792
4792
|
var source_default = chalk;
|
|
4793
4793
|
|
|
4794
4794
|
// ../../node_modules/.pnpm/cli-cursor@4.0.0/node_modules/cli-cursor/index.js
|
|
4795
|
-
|
|
4795
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4796
4796
|
|
|
4797
4797
|
|
|
4798
4798
|
// ../../node_modules/.pnpm/restore-cursor@4.0.0/node_modules/restore-cursor/index.js
|
|
4799
|
-
|
|
4800
|
-
var import_onetime2 =
|
|
4801
|
-
var import_signal_exit2 =
|
|
4799
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4800
|
+
var import_onetime2 = _chunkBSPD2A53cjs.__toESM.call(void 0, require_onetime(), 1);
|
|
4801
|
+
var import_signal_exit2 = _chunkBSPD2A53cjs.__toESM.call(void 0, require_signal_exit(), 1);
|
|
4802
4802
|
|
|
4803
4803
|
var restoreCursor = (0, import_onetime2.default)(() => {
|
|
4804
4804
|
(0, import_signal_exit2.default)(() => {
|
|
@@ -4838,13 +4838,13 @@ cliCursor.toggle = (force, writableStream) => {
|
|
|
4838
4838
|
var cli_cursor_default = cliCursor;
|
|
4839
4839
|
|
|
4840
4840
|
// ../../node_modules/.pnpm/ora@8.0.1/node_modules/ora/index.js
|
|
4841
|
-
var import_cli_spinners =
|
|
4841
|
+
var import_cli_spinners = _chunkBSPD2A53cjs.__toESM.call(void 0, require_cli_spinners(), 1);
|
|
4842
4842
|
|
|
4843
4843
|
// ../../node_modules/.pnpm/log-symbols@6.0.0/node_modules/log-symbols/index.js
|
|
4844
|
-
|
|
4844
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4845
4845
|
|
|
4846
4846
|
// ../../node_modules/.pnpm/is-unicode-supported@1.3.0/node_modules/is-unicode-supported/index.js
|
|
4847
|
-
|
|
4847
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4848
4848
|
|
|
4849
4849
|
function isUnicodeSupported() {
|
|
4850
4850
|
if (_process3.default.platform !== "win32") {
|
|
@@ -4870,10 +4870,10 @@ var logSymbols = isUnicodeSupported() ? main : fallback;
|
|
|
4870
4870
|
var log_symbols_default = logSymbols;
|
|
4871
4871
|
|
|
4872
4872
|
// ../../node_modules/.pnpm/strip-ansi@7.1.0/node_modules/strip-ansi/index.js
|
|
4873
|
-
|
|
4873
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4874
4874
|
|
|
4875
4875
|
// ../../node_modules/.pnpm/ansi-regex@6.0.1/node_modules/ansi-regex/index.js
|
|
4876
|
-
|
|
4876
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4877
4877
|
function ansiRegex({ onlyFirst = false } = {}) {
|
|
4878
4878
|
const pattern = [
|
|
4879
4879
|
"[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
|
|
@@ -4892,13 +4892,13 @@ function stripAnsi(string) {
|
|
|
4892
4892
|
}
|
|
4893
4893
|
|
|
4894
4894
|
// ../../node_modules/.pnpm/string-width@7.1.0/node_modules/string-width/index.js
|
|
4895
|
-
|
|
4895
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4896
4896
|
|
|
4897
4897
|
// ../../node_modules/.pnpm/get-east-asian-width@1.2.0/node_modules/get-east-asian-width/index.js
|
|
4898
|
-
|
|
4898
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4899
4899
|
|
|
4900
4900
|
// ../../node_modules/.pnpm/get-east-asian-width@1.2.0/node_modules/get-east-asian-width/lookup.js
|
|
4901
|
-
|
|
4901
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4902
4902
|
function isAmbiguous(x2) {
|
|
4903
4903
|
return x2 === 161 || x2 === 164 || x2 === 167 || x2 === 168 || x2 === 170 || x2 === 173 || x2 === 174 || x2 >= 176 && x2 <= 180 || x2 >= 182 && x2 <= 186 || x2 >= 188 && x2 <= 191 || x2 === 198 || x2 === 208 || x2 === 215 || x2 === 216 || x2 >= 222 && x2 <= 225 || x2 === 230 || x2 >= 232 && x2 <= 234 || x2 === 236 || x2 === 237 || x2 === 240 || x2 === 242 || x2 === 243 || x2 >= 247 && x2 <= 250 || x2 === 252 || x2 === 254 || x2 === 257 || x2 === 273 || x2 === 275 || x2 === 283 || x2 === 294 || x2 === 295 || x2 === 299 || x2 >= 305 && x2 <= 307 || x2 === 312 || x2 >= 319 && x2 <= 322 || x2 === 324 || x2 >= 328 && x2 <= 331 || x2 === 333 || x2 === 338 || x2 === 339 || x2 === 358 || x2 === 359 || x2 === 363 || x2 === 462 || x2 === 464 || x2 === 466 || x2 === 468 || x2 === 470 || x2 === 472 || x2 === 474 || x2 === 476 || x2 === 593 || x2 === 609 || x2 === 708 || x2 === 711 || x2 >= 713 && x2 <= 715 || x2 === 717 || x2 === 720 || x2 >= 728 && x2 <= 731 || x2 === 733 || x2 === 735 || x2 >= 768 && x2 <= 879 || x2 >= 913 && x2 <= 929 || x2 >= 931 && x2 <= 937 || x2 >= 945 && x2 <= 961 || x2 >= 963 && x2 <= 969 || x2 === 1025 || x2 >= 1040 && x2 <= 1103 || x2 === 1105 || x2 === 8208 || x2 >= 8211 && x2 <= 8214 || x2 === 8216 || x2 === 8217 || x2 === 8220 || x2 === 8221 || x2 >= 8224 && x2 <= 8226 || x2 >= 8228 && x2 <= 8231 || x2 === 8240 || x2 === 8242 || x2 === 8243 || x2 === 8245 || x2 === 8251 || x2 === 8254 || x2 === 8308 || x2 === 8319 || x2 >= 8321 && x2 <= 8324 || x2 === 8364 || x2 === 8451 || x2 === 8453 || x2 === 8457 || x2 === 8467 || x2 === 8470 || x2 === 8481 || x2 === 8482 || x2 === 8486 || x2 === 8491 || x2 === 8531 || x2 === 8532 || x2 >= 8539 && x2 <= 8542 || x2 >= 8544 && x2 <= 8555 || x2 >= 8560 && x2 <= 8569 || x2 === 8585 || x2 >= 8592 && x2 <= 8601 || x2 === 8632 || x2 === 8633 || x2 === 8658 || x2 === 8660 || x2 === 8679 || x2 === 8704 || x2 === 8706 || x2 === 8707 || x2 === 8711 || x2 === 8712 || x2 === 8715 || x2 === 8719 || x2 === 8721 || x2 === 8725 || x2 === 8730 || x2 >= 8733 && x2 <= 8736 || x2 === 8739 || x2 === 8741 || x2 >= 8743 && x2 <= 8748 || x2 === 8750 || x2 >= 8756 && x2 <= 8759 || x2 === 8764 || x2 === 8765 || x2 === 8776 || x2 === 8780 || x2 === 8786 || x2 === 8800 || x2 === 8801 || x2 >= 8804 && x2 <= 8807 || x2 === 8810 || x2 === 8811 || x2 === 8814 || x2 === 8815 || x2 === 8834 || x2 === 8835 || x2 === 8838 || x2 === 8839 || x2 === 8853 || x2 === 8857 || x2 === 8869 || x2 === 8895 || x2 === 8978 || x2 >= 9312 && x2 <= 9449 || x2 >= 9451 && x2 <= 9547 || x2 >= 9552 && x2 <= 9587 || x2 >= 9600 && x2 <= 9615 || x2 >= 9618 && x2 <= 9621 || x2 === 9632 || x2 === 9633 || x2 >= 9635 && x2 <= 9641 || x2 === 9650 || x2 === 9651 || x2 === 9654 || x2 === 9655 || x2 === 9660 || x2 === 9661 || x2 === 9664 || x2 === 9665 || x2 >= 9670 && x2 <= 9672 || x2 === 9675 || x2 >= 9678 && x2 <= 9681 || x2 >= 9698 && x2 <= 9701 || x2 === 9711 || x2 === 9733 || x2 === 9734 || x2 === 9737 || x2 === 9742 || x2 === 9743 || x2 === 9756 || x2 === 9758 || x2 === 9792 || x2 === 9794 || x2 === 9824 || x2 === 9825 || x2 >= 9827 && x2 <= 9829 || x2 >= 9831 && x2 <= 9834 || x2 === 9836 || x2 === 9837 || x2 === 9839 || x2 === 9886 || x2 === 9887 || x2 === 9919 || x2 >= 9926 && x2 <= 9933 || x2 >= 9935 && x2 <= 9939 || x2 >= 9941 && x2 <= 9953 || x2 === 9955 || x2 === 9960 || x2 === 9961 || x2 >= 9963 && x2 <= 9969 || x2 === 9972 || x2 >= 9974 && x2 <= 9977 || x2 === 9979 || x2 === 9980 || x2 === 9982 || x2 === 9983 || x2 === 10045 || x2 >= 10102 && x2 <= 10111 || x2 >= 11094 && x2 <= 11097 || x2 >= 12872 && x2 <= 12879 || x2 >= 57344 && x2 <= 63743 || x2 >= 65024 && x2 <= 65039 || x2 === 65533 || x2 >= 127232 && x2 <= 127242 || x2 >= 127248 && x2 <= 127277 || x2 >= 127280 && x2 <= 127337 || x2 >= 127344 && x2 <= 127373 || x2 === 127375 || x2 === 127376 || x2 >= 127387 && x2 <= 127404 || x2 >= 917760 && x2 <= 917999 || x2 >= 983040 && x2 <= 1048573 || x2 >= 1048576 && x2 <= 1114109;
|
|
4904
4904
|
}
|
|
@@ -4924,7 +4924,7 @@ function eastAsianWidth(codePoint, { ambiguousAsWide = false } = {}) {
|
|
|
4924
4924
|
}
|
|
4925
4925
|
|
|
4926
4926
|
// ../../node_modules/.pnpm/emoji-regex@10.3.0/node_modules/emoji-regex/index.mjs
|
|
4927
|
-
|
|
4927
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4928
4928
|
var emoji_regex_default = () => {
|
|
4929
4929
|
return /[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;
|
|
4930
4930
|
};
|
|
@@ -4965,7 +4965,7 @@ function stringWidth(string, options = {}) {
|
|
|
4965
4965
|
}
|
|
4966
4966
|
|
|
4967
4967
|
// ../../node_modules/.pnpm/is-interactive@2.0.0/node_modules/is-interactive/index.js
|
|
4968
|
-
|
|
4968
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4969
4969
|
function isInteractive({ stream = process.stdout } = {}) {
|
|
4970
4970
|
return Boolean(
|
|
4971
4971
|
stream && stream.isTTY && process.env.TERM !== "dumb" && !("CI" in process.env)
|
|
@@ -4973,7 +4973,7 @@ function isInteractive({ stream = process.stdout } = {}) {
|
|
|
4973
4973
|
}
|
|
4974
4974
|
|
|
4975
4975
|
// ../../node_modules/.pnpm/is-unicode-supported@2.0.0/node_modules/is-unicode-supported/index.js
|
|
4976
|
-
|
|
4976
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4977
4977
|
|
|
4978
4978
|
function isUnicodeSupported2() {
|
|
4979
4979
|
if (_process3.default.platform !== "win32") {
|
|
@@ -4983,28 +4983,28 @@ function isUnicodeSupported2() {
|
|
|
4983
4983
|
}
|
|
4984
4984
|
|
|
4985
4985
|
// ../../node_modules/.pnpm/stdin-discarder@0.2.2/node_modules/stdin-discarder/index.js
|
|
4986
|
-
|
|
4986
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
4987
4987
|
|
|
4988
4988
|
var ASCII_ETX_CODE = 3;
|
|
4989
4989
|
var _activeCount, _StdinDiscarder_instances, realStart_fn, realStop_fn, handleInput_fn;
|
|
4990
4990
|
var StdinDiscarder = class {
|
|
4991
4991
|
constructor() {
|
|
4992
|
-
|
|
4993
|
-
|
|
4992
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _StdinDiscarder_instances);
|
|
4993
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _activeCount, 0);
|
|
4994
4994
|
}
|
|
4995
4995
|
start() {
|
|
4996
|
-
|
|
4997
|
-
if (
|
|
4998
|
-
|
|
4996
|
+
_chunkBSPD2A53cjs.__privateWrapper.call(void 0, this, _activeCount)._++;
|
|
4997
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _activeCount) === 1) {
|
|
4998
|
+
_chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _StdinDiscarder_instances, realStart_fn).call(this);
|
|
4999
4999
|
}
|
|
5000
5000
|
}
|
|
5001
5001
|
stop() {
|
|
5002
|
-
if (
|
|
5002
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _activeCount) <= 0) {
|
|
5003
5003
|
throw new Error("`stop` called more times than `start`");
|
|
5004
5004
|
}
|
|
5005
|
-
|
|
5006
|
-
if (
|
|
5007
|
-
|
|
5005
|
+
_chunkBSPD2A53cjs.__privateWrapper.call(void 0, this, _activeCount)._--;
|
|
5006
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _activeCount) === 0) {
|
|
5007
|
+
_chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _StdinDiscarder_instances, realStop_fn).call(this);
|
|
5008
5008
|
}
|
|
5009
5009
|
}
|
|
5010
5010
|
};
|
|
@@ -5015,14 +5015,14 @@ realStart_fn = function() {
|
|
|
5015
5015
|
return;
|
|
5016
5016
|
}
|
|
5017
5017
|
_process3.default.stdin.setRawMode(true);
|
|
5018
|
-
_process3.default.stdin.on("data",
|
|
5018
|
+
_process3.default.stdin.on("data", _chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _StdinDiscarder_instances, handleInput_fn));
|
|
5019
5019
|
_process3.default.stdin.resume();
|
|
5020
5020
|
};
|
|
5021
5021
|
realStop_fn = function() {
|
|
5022
5022
|
if (!_process3.default.stdin.isTTY) {
|
|
5023
5023
|
return;
|
|
5024
5024
|
}
|
|
5025
|
-
_process3.default.stdin.off("data",
|
|
5025
|
+
_process3.default.stdin.off("data", _chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _StdinDiscarder_instances, handleInput_fn));
|
|
5026
5026
|
_process3.default.stdin.pause();
|
|
5027
5027
|
_process3.default.stdin.setRawMode(false);
|
|
5028
5028
|
};
|
|
@@ -5035,197 +5035,197 @@ var stdinDiscarder = new StdinDiscarder();
|
|
|
5035
5035
|
var stdin_discarder_default = stdinDiscarder;
|
|
5036
5036
|
|
|
5037
5037
|
// ../../node_modules/.pnpm/ora@8.0.1/node_modules/ora/index.js
|
|
5038
|
-
var import_cli_spinners2 =
|
|
5038
|
+
var import_cli_spinners2 = _chunkBSPD2A53cjs.__toESM.call(void 0, require_cli_spinners(), 1);
|
|
5039
5039
|
var _linesToClear, _isDiscardingStdin, _lineCount, _frameIndex, _options, _spinner, _stream, _id, _initialInterval, _isEnabled, _isSilent, _indent, _text, _prefixText, _suffixText, _Ora_instances, getFullPrefixText_fn, getFullSuffixText_fn, updateLineCount_fn;
|
|
5040
5040
|
var Ora = class {
|
|
5041
5041
|
constructor(options) {
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5042
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _Ora_instances);
|
|
5043
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _linesToClear, 0);
|
|
5044
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _isDiscardingStdin, false);
|
|
5045
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _lineCount, 0);
|
|
5046
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _frameIndex, 0);
|
|
5047
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _options);
|
|
5048
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _spinner);
|
|
5049
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _stream);
|
|
5050
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _id);
|
|
5051
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _initialInterval);
|
|
5052
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _isEnabled);
|
|
5053
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _isSilent);
|
|
5054
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _indent);
|
|
5055
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _text);
|
|
5056
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _prefixText);
|
|
5057
|
+
_chunkBSPD2A53cjs.__privateAdd.call(void 0, this, _suffixText);
|
|
5058
|
+
_chunkBSPD2A53cjs.__publicField.call(void 0, this, "color");
|
|
5059
5059
|
if (typeof options === "string") {
|
|
5060
5060
|
options = {
|
|
5061
5061
|
text: options
|
|
5062
5062
|
};
|
|
5063
5063
|
}
|
|
5064
|
-
|
|
5064
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _options, {
|
|
5065
5065
|
color: "cyan",
|
|
5066
5066
|
stream: _process3.default.stderr,
|
|
5067
5067
|
discardStdin: true,
|
|
5068
5068
|
hideCursor: true,
|
|
5069
5069
|
...options
|
|
5070
5070
|
});
|
|
5071
|
-
this.color =
|
|
5072
|
-
this.spinner =
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
-
|
|
5076
|
-
|
|
5077
|
-
this.text =
|
|
5078
|
-
this.prefixText =
|
|
5079
|
-
this.suffixText =
|
|
5080
|
-
this.indent =
|
|
5071
|
+
this.color = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).color;
|
|
5072
|
+
this.spinner = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).spinner;
|
|
5073
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _initialInterval, _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).interval);
|
|
5074
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _stream, _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).stream);
|
|
5075
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _isEnabled, typeof _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).isEnabled === "boolean" ? _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).isEnabled : isInteractive({ stream: _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream) }));
|
|
5076
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _isSilent, typeof _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).isSilent === "boolean" ? _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).isSilent : false);
|
|
5077
|
+
this.text = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).text;
|
|
5078
|
+
this.prefixText = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).prefixText;
|
|
5079
|
+
this.suffixText = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).suffixText;
|
|
5080
|
+
this.indent = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).indent;
|
|
5081
5081
|
if (_process3.default.env.NODE_ENV === "test") {
|
|
5082
|
-
this._stream =
|
|
5083
|
-
this._isEnabled =
|
|
5082
|
+
this._stream = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream);
|
|
5083
|
+
this._isEnabled = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isEnabled);
|
|
5084
5084
|
Object.defineProperty(this, "_linesToClear", {
|
|
5085
5085
|
get() {
|
|
5086
|
-
return
|
|
5086
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _linesToClear);
|
|
5087
5087
|
},
|
|
5088
5088
|
set(newValue) {
|
|
5089
|
-
|
|
5089
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _linesToClear, newValue);
|
|
5090
5090
|
}
|
|
5091
5091
|
});
|
|
5092
5092
|
Object.defineProperty(this, "_frameIndex", {
|
|
5093
5093
|
get() {
|
|
5094
|
-
return
|
|
5094
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _frameIndex);
|
|
5095
5095
|
}
|
|
5096
5096
|
});
|
|
5097
5097
|
Object.defineProperty(this, "_lineCount", {
|
|
5098
5098
|
get() {
|
|
5099
|
-
return
|
|
5099
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _lineCount);
|
|
5100
5100
|
}
|
|
5101
5101
|
});
|
|
5102
5102
|
}
|
|
5103
5103
|
}
|
|
5104
5104
|
get indent() {
|
|
5105
|
-
return
|
|
5105
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _indent);
|
|
5106
5106
|
}
|
|
5107
5107
|
set indent(indent = 0) {
|
|
5108
5108
|
if (!(indent >= 0 && Number.isInteger(indent))) {
|
|
5109
5109
|
throw new Error("The `indent` option must be an integer from 0 and up");
|
|
5110
5110
|
}
|
|
5111
|
-
|
|
5112
|
-
|
|
5111
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _indent, indent);
|
|
5112
|
+
_chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _Ora_instances, updateLineCount_fn).call(this);
|
|
5113
5113
|
}
|
|
5114
5114
|
get interval() {
|
|
5115
|
-
return _nullishCoalesce(_nullishCoalesce(
|
|
5115
|
+
return _nullishCoalesce(_nullishCoalesce(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _initialInterval), () => ( _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _spinner).interval)), () => ( 100));
|
|
5116
5116
|
}
|
|
5117
5117
|
get spinner() {
|
|
5118
|
-
return
|
|
5118
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _spinner);
|
|
5119
5119
|
}
|
|
5120
5120
|
set spinner(spinner2) {
|
|
5121
|
-
|
|
5122
|
-
|
|
5121
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _frameIndex, 0);
|
|
5122
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _initialInterval, void 0);
|
|
5123
5123
|
if (typeof spinner2 === "object") {
|
|
5124
5124
|
if (spinner2.frames === void 0) {
|
|
5125
5125
|
throw new Error("The given spinner must have a `frames` property");
|
|
5126
5126
|
}
|
|
5127
|
-
|
|
5127
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _spinner, spinner2);
|
|
5128
5128
|
} else if (!isUnicodeSupported2()) {
|
|
5129
|
-
|
|
5129
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _spinner, import_cli_spinners.default.line);
|
|
5130
5130
|
} else if (spinner2 === void 0) {
|
|
5131
|
-
|
|
5131
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _spinner, import_cli_spinners.default.dots);
|
|
5132
5132
|
} else if (spinner2 !== "default" && import_cli_spinners.default[spinner2]) {
|
|
5133
|
-
|
|
5133
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _spinner, import_cli_spinners.default[spinner2]);
|
|
5134
5134
|
} else {
|
|
5135
5135
|
throw new Error(`There is no built-in spinner named '${spinner2}'. See https://github.com/sindresorhus/cli-spinners/blob/main/spinners.json for a full list.`);
|
|
5136
5136
|
}
|
|
5137
5137
|
}
|
|
5138
5138
|
get text() {
|
|
5139
|
-
return
|
|
5139
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _text);
|
|
5140
5140
|
}
|
|
5141
5141
|
set text(value = "") {
|
|
5142
|
-
|
|
5143
|
-
|
|
5142
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _text, value);
|
|
5143
|
+
_chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _Ora_instances, updateLineCount_fn).call(this);
|
|
5144
5144
|
}
|
|
5145
5145
|
get prefixText() {
|
|
5146
|
-
return
|
|
5146
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _prefixText);
|
|
5147
5147
|
}
|
|
5148
5148
|
set prefixText(value = "") {
|
|
5149
|
-
|
|
5150
|
-
|
|
5149
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _prefixText, value);
|
|
5150
|
+
_chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _Ora_instances, updateLineCount_fn).call(this);
|
|
5151
5151
|
}
|
|
5152
5152
|
get suffixText() {
|
|
5153
|
-
return
|
|
5153
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _suffixText);
|
|
5154
5154
|
}
|
|
5155
5155
|
set suffixText(value = "") {
|
|
5156
|
-
|
|
5157
|
-
|
|
5156
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _suffixText, value);
|
|
5157
|
+
_chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _Ora_instances, updateLineCount_fn).call(this);
|
|
5158
5158
|
}
|
|
5159
5159
|
get isSpinning() {
|
|
5160
|
-
return
|
|
5160
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _id) !== void 0;
|
|
5161
5161
|
}
|
|
5162
5162
|
get isEnabled() {
|
|
5163
|
-
return
|
|
5163
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isEnabled) && !_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isSilent);
|
|
5164
5164
|
}
|
|
5165
5165
|
set isEnabled(value) {
|
|
5166
5166
|
if (typeof value !== "boolean") {
|
|
5167
5167
|
throw new TypeError("The `isEnabled` option must be a boolean");
|
|
5168
5168
|
}
|
|
5169
|
-
|
|
5169
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _isEnabled, value);
|
|
5170
5170
|
}
|
|
5171
5171
|
get isSilent() {
|
|
5172
|
-
return
|
|
5172
|
+
return _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isSilent);
|
|
5173
5173
|
}
|
|
5174
5174
|
set isSilent(value) {
|
|
5175
5175
|
if (typeof value !== "boolean") {
|
|
5176
5176
|
throw new TypeError("The `isSilent` option must be a boolean");
|
|
5177
5177
|
}
|
|
5178
|
-
|
|
5178
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _isSilent, value);
|
|
5179
5179
|
}
|
|
5180
5180
|
frame() {
|
|
5181
|
-
const { frames } =
|
|
5182
|
-
let frame = frames[
|
|
5181
|
+
const { frames } = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _spinner);
|
|
5182
|
+
let frame = frames[_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _frameIndex)];
|
|
5183
5183
|
if (this.color) {
|
|
5184
5184
|
frame = source_default[this.color](frame);
|
|
5185
5185
|
}
|
|
5186
|
-
|
|
5187
|
-
const fullPrefixText = typeof
|
|
5186
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _frameIndex, ++_chunkBSPD2A53cjs.__privateWrapper.call(void 0, this, _frameIndex)._ % frames.length);
|
|
5187
|
+
const fullPrefixText = typeof _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _prefixText) === "string" && _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _prefixText) !== "" ? _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _prefixText) + " " : "";
|
|
5188
5188
|
const fullText = typeof this.text === "string" ? " " + this.text : "";
|
|
5189
|
-
const fullSuffixText = typeof
|
|
5189
|
+
const fullSuffixText = typeof _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _suffixText) === "string" && _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _suffixText) !== "" ? " " + _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _suffixText) : "";
|
|
5190
5190
|
return fullPrefixText + frame + fullText + fullSuffixText;
|
|
5191
5191
|
}
|
|
5192
5192
|
clear() {
|
|
5193
|
-
if (!
|
|
5193
|
+
if (!_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isEnabled) || !_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream).isTTY) {
|
|
5194
5194
|
return this;
|
|
5195
5195
|
}
|
|
5196
|
-
|
|
5197
|
-
for (let index = 0; index <
|
|
5196
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream).cursorTo(0);
|
|
5197
|
+
for (let index = 0; index < _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _linesToClear); index++) {
|
|
5198
5198
|
if (index > 0) {
|
|
5199
|
-
|
|
5199
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream).moveCursor(0, -1);
|
|
5200
5200
|
}
|
|
5201
|
-
|
|
5201
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream).clearLine(1);
|
|
5202
5202
|
}
|
|
5203
|
-
if (
|
|
5204
|
-
|
|
5203
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _indent) || this.lastIndent !== _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _indent)) {
|
|
5204
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream).cursorTo(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _indent));
|
|
5205
5205
|
}
|
|
5206
|
-
this.lastIndent =
|
|
5207
|
-
|
|
5206
|
+
this.lastIndent = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _indent);
|
|
5207
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _linesToClear, 0);
|
|
5208
5208
|
return this;
|
|
5209
5209
|
}
|
|
5210
5210
|
render() {
|
|
5211
|
-
if (
|
|
5211
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isSilent)) {
|
|
5212
5212
|
return this;
|
|
5213
5213
|
}
|
|
5214
5214
|
this.clear();
|
|
5215
|
-
|
|
5216
|
-
|
|
5215
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream).write(this.frame());
|
|
5216
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _linesToClear, _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _lineCount));
|
|
5217
5217
|
return this;
|
|
5218
5218
|
}
|
|
5219
5219
|
start(text) {
|
|
5220
5220
|
if (text) {
|
|
5221
5221
|
this.text = text;
|
|
5222
5222
|
}
|
|
5223
|
-
if (
|
|
5223
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isSilent)) {
|
|
5224
5224
|
return this;
|
|
5225
5225
|
}
|
|
5226
|
-
if (!
|
|
5226
|
+
if (!_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isEnabled)) {
|
|
5227
5227
|
if (this.text) {
|
|
5228
|
-
|
|
5228
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream).write(`- ${this.text}
|
|
5229
5229
|
`);
|
|
5230
5230
|
}
|
|
5231
5231
|
return this;
|
|
@@ -5233,31 +5233,31 @@ var Ora = class {
|
|
|
5233
5233
|
if (this.isSpinning) {
|
|
5234
5234
|
return this;
|
|
5235
5235
|
}
|
|
5236
|
-
if (
|
|
5237
|
-
cli_cursor_default.hide(
|
|
5236
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).hideCursor) {
|
|
5237
|
+
cli_cursor_default.hide(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream));
|
|
5238
5238
|
}
|
|
5239
|
-
if (
|
|
5240
|
-
|
|
5239
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).discardStdin && _process3.default.stdin.isTTY) {
|
|
5240
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _isDiscardingStdin, true);
|
|
5241
5241
|
stdin_discarder_default.start();
|
|
5242
5242
|
}
|
|
5243
5243
|
this.render();
|
|
5244
|
-
|
|
5244
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _id, setInterval(this.render.bind(this), this.interval));
|
|
5245
5245
|
return this;
|
|
5246
5246
|
}
|
|
5247
5247
|
stop() {
|
|
5248
|
-
if (!
|
|
5248
|
+
if (!_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isEnabled)) {
|
|
5249
5249
|
return this;
|
|
5250
5250
|
}
|
|
5251
|
-
clearInterval(
|
|
5252
|
-
|
|
5253
|
-
|
|
5251
|
+
clearInterval(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _id));
|
|
5252
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _id, void 0);
|
|
5253
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _frameIndex, 0);
|
|
5254
5254
|
this.clear();
|
|
5255
|
-
if (
|
|
5256
|
-
cli_cursor_default.show(
|
|
5255
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).hideCursor) {
|
|
5256
|
+
cli_cursor_default.show(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream));
|
|
5257
5257
|
}
|
|
5258
|
-
if (
|
|
5258
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _options).discardStdin && _process3.default.stdin.isTTY && _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isDiscardingStdin)) {
|
|
5259
5259
|
stdin_discarder_default.stop();
|
|
5260
|
-
|
|
5260
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _isDiscardingStdin, false);
|
|
5261
5261
|
}
|
|
5262
5262
|
return this;
|
|
5263
5263
|
}
|
|
@@ -5274,19 +5274,19 @@ var Ora = class {
|
|
|
5274
5274
|
return this.stopAndPersist({ symbol: log_symbols_default.info, text });
|
|
5275
5275
|
}
|
|
5276
5276
|
stopAndPersist(options = {}) {
|
|
5277
|
-
if (
|
|
5277
|
+
if (_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _isSilent)) {
|
|
5278
5278
|
return this;
|
|
5279
5279
|
}
|
|
5280
|
-
const prefixText = _nullishCoalesce(options.prefixText, () => (
|
|
5281
|
-
const fullPrefixText =
|
|
5280
|
+
const prefixText = _nullishCoalesce(options.prefixText, () => ( _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _prefixText)));
|
|
5281
|
+
const fullPrefixText = _chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _Ora_instances, getFullPrefixText_fn).call(this, prefixText, " ");
|
|
5282
5282
|
const symbolText = _nullishCoalesce(options.symbol, () => ( " "));
|
|
5283
5283
|
const text = _nullishCoalesce(options.text, () => ( this.text));
|
|
5284
5284
|
const fullText = typeof text === "string" ? " " + text : "";
|
|
5285
|
-
const suffixText = _nullishCoalesce(options.suffixText, () => (
|
|
5286
|
-
const fullSuffixText =
|
|
5285
|
+
const suffixText = _nullishCoalesce(options.suffixText, () => ( _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _suffixText)));
|
|
5286
|
+
const fullSuffixText = _chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _Ora_instances, getFullSuffixText_fn).call(this, suffixText, " ");
|
|
5287
5287
|
const textToWrite = fullPrefixText + symbolText + fullText + fullSuffixText + "\n";
|
|
5288
5288
|
this.stop();
|
|
5289
|
-
|
|
5289
|
+
_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream).write(textToWrite);
|
|
5290
5290
|
return this;
|
|
5291
5291
|
}
|
|
5292
5292
|
};
|
|
@@ -5306,7 +5306,7 @@ _text = new WeakMap();
|
|
|
5306
5306
|
_prefixText = new WeakMap();
|
|
5307
5307
|
_suffixText = new WeakMap();
|
|
5308
5308
|
_Ora_instances = new WeakSet();
|
|
5309
|
-
getFullPrefixText_fn = function(prefixText =
|
|
5309
|
+
getFullPrefixText_fn = function(prefixText = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _prefixText), postfix = " ") {
|
|
5310
5310
|
if (typeof prefixText === "string" && prefixText !== "") {
|
|
5311
5311
|
return prefixText + postfix;
|
|
5312
5312
|
}
|
|
@@ -5315,7 +5315,7 @@ getFullPrefixText_fn = function(prefixText = _chunkOASM7SKFcjs.__privateGet.call
|
|
|
5315
5315
|
}
|
|
5316
5316
|
return "";
|
|
5317
5317
|
};
|
|
5318
|
-
getFullSuffixText_fn = function(suffixText =
|
|
5318
|
+
getFullSuffixText_fn = function(suffixText = _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _suffixText), prefix = " ") {
|
|
5319
5319
|
if (typeof suffixText === "string" && suffixText !== "") {
|
|
5320
5320
|
return prefix + suffixText;
|
|
5321
5321
|
}
|
|
@@ -5325,13 +5325,13 @@ getFullSuffixText_fn = function(suffixText = _chunkOASM7SKFcjs.__privateGet.call
|
|
|
5325
5325
|
return "";
|
|
5326
5326
|
};
|
|
5327
5327
|
updateLineCount_fn = function() {
|
|
5328
|
-
const columns = _nullishCoalesce(
|
|
5329
|
-
const fullPrefixText =
|
|
5330
|
-
const fullSuffixText =
|
|
5331
|
-
const fullText = " ".repeat(
|
|
5332
|
-
|
|
5328
|
+
const columns = _nullishCoalesce(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _stream).columns, () => ( 80));
|
|
5329
|
+
const fullPrefixText = _chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _Ora_instances, getFullPrefixText_fn).call(this, _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _prefixText), "-");
|
|
5330
|
+
const fullSuffixText = _chunkBSPD2A53cjs.__privateMethod.call(void 0, this, _Ora_instances, getFullSuffixText_fn).call(this, _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _suffixText), "-");
|
|
5331
|
+
const fullText = " ".repeat(_chunkBSPD2A53cjs.__privateGet.call(void 0, this, _indent)) + fullPrefixText + "--" + _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _text) + "--" + fullSuffixText;
|
|
5332
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _lineCount, 0);
|
|
5333
5333
|
for (const line of stripAnsi(fullText).split("\n")) {
|
|
5334
|
-
|
|
5334
|
+
_chunkBSPD2A53cjs.__privateSet.call(void 0, this, _lineCount, _chunkBSPD2A53cjs.__privateGet.call(void 0, this, _lineCount) + Math.max(1, Math.ceil(stringWidth(line, { countAnsiEscapeCodes: true }) / columns)));
|
|
5335
5335
|
}
|
|
5336
5336
|
};
|
|
5337
5337
|
function ora(options) {
|
|
@@ -5344,7 +5344,7 @@ var spinner = ora({
|
|
|
5344
5344
|
});
|
|
5345
5345
|
|
|
5346
5346
|
// src/utils/watcher.ts
|
|
5347
|
-
|
|
5347
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
5348
5348
|
async function startWatcher(path5, cb) {
|
|
5349
5349
|
const { watch } = await Promise.resolve().then(() => _interopRequireWildcard(require("chokidar")));
|
|
5350
5350
|
const ignored = ["**/{.git,node_modules}/**"];
|
|
@@ -5368,18 +5368,18 @@ async function startWatcher(path5, cb) {
|
|
|
5368
5368
|
|
|
5369
5369
|
|
|
5370
5370
|
// src/generate.ts
|
|
5371
|
-
|
|
5371
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
5372
5372
|
|
|
5373
5373
|
|
|
5374
5374
|
var _consola = require('consola');
|
|
5375
5375
|
|
|
5376
5376
|
// src/utils/executeHooks.ts
|
|
5377
|
-
|
|
5377
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
5378
5378
|
|
|
5379
5379
|
var _stringargv = require('string-argv');
|
|
5380
5380
|
|
|
5381
5381
|
// src/utils/OraWritable.ts
|
|
5382
|
-
|
|
5382
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
5383
5383
|
var _stream2 = require('stream');
|
|
5384
5384
|
var OraWritable = class extends _stream2.Writable {
|
|
5385
5385
|
constructor(spinner2, command2, opts) {
|
|
@@ -5433,7 +5433,7 @@ async function executeHooks({ hooks, logLevel }) {
|
|
|
5433
5433
|
}
|
|
5434
5434
|
|
|
5435
5435
|
// src/utils/getErrorCauses.ts
|
|
5436
|
-
|
|
5436
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
5437
5437
|
function getErrorCauses(errors) {
|
|
5438
5438
|
return errors.reduce((prev, error) => {
|
|
5439
5439
|
const causedError = _optionalChain([error, 'optionalAccess', _19 => _19.cause]);
|
|
@@ -5447,12 +5447,12 @@ function getErrorCauses(errors) {
|
|
|
5447
5447
|
}
|
|
5448
5448
|
|
|
5449
5449
|
// src/utils/getSummary.ts
|
|
5450
|
-
|
|
5450
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
5451
5451
|
|
|
5452
5452
|
|
|
5453
5453
|
|
|
5454
5454
|
// src/utils/parseHrtimeToSeconds.ts
|
|
5455
|
-
|
|
5455
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
5456
5456
|
function parseHrtimeToSeconds(hrtime) {
|
|
5457
5457
|
const seconds = (hrtime[0] + hrtime[1] / 1e9).toFixed(3);
|
|
5458
5458
|
return seconds;
|
|
@@ -5514,7 +5514,7 @@ function getSummary({ pluginManager, status, hrstart, config, logger }) {
|
|
|
5514
5514
|
}
|
|
5515
5515
|
|
|
5516
5516
|
// src/utils/writeLog.ts
|
|
5517
|
-
|
|
5517
|
+
_chunkBSPD2A53cjs.init_cjs_shims.call(void 0, );
|
|
5518
5518
|
|
|
5519
5519
|
var _fs3 = require('@kubb/fs');
|
|
5520
5520
|
async function writeLog(data) {
|
|
@@ -5698,4 +5698,4 @@ var generate_default = command;
|
|
|
5698
5698
|
|
|
5699
5699
|
|
|
5700
5700
|
exports.default = generate_default;
|
|
5701
|
-
//# sourceMappingURL=generate-
|
|
5701
|
+
//# sourceMappingURL=generate-W2WOFWLC.cjs.map
|