@kubb/cli 2.18.7 → 2.18.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-WD4COT7J.cjs → chunk-CFIERV77.cjs} +3 -3
- package/dist/{chunk-WD4COT7J.cjs.map → chunk-CFIERV77.cjs.map} +1 -1
- package/dist/{generate-6CNYG6AE.cjs → generate-4YVU7UQV.cjs} +294 -294
- 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 +6 -6
- /package/dist/{generate-6CNYG6AE.cjs.map → generate-4YVU7UQV.cjs.map} +0 -0
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunkCFIERV77cjs = require('./chunk-CFIERV77.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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
19
19
|
module.exports = isexe;
|
|
20
20
|
isexe.sync = sync;
|
|
21
|
-
var fs =
|
|
21
|
+
var fs = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
61
61
|
module.exports = isexe;
|
|
62
62
|
isexe.sync = sync;
|
|
63
|
-
var fs =
|
|
63
|
+
var fs = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
96
|
+
var fs = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
269
|
+
var path5 = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
368
|
+
var fs = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
391
|
+
var path5 = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
505
|
+
var cp = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
533
|
+
var { PassThrough } = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
629
629
|
module.exports = [
|
|
630
630
|
"SIGABRT",
|
|
631
631
|
"SIGALRM",
|
|
@@ -661,10 +661,10 @@ var require_signals = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkWD4COT7Jcjs.__commonJS.call(void 0, {
|
|
|
675
675
|
};
|
|
676
676
|
};
|
|
677
677
|
} else {
|
|
678
|
-
assert =
|
|
678
|
+
assert = _chunkCFIERV77cjs.__require.call(void 0, "assert");
|
|
679
679
|
signals2 = require_signals();
|
|
680
680
|
isWin = /^win/i.test(process14.platform);
|
|
681
|
-
EE =
|
|
681
|
+
EE = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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 = _chunkWD4COT7Jcjs.__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 = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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 = _chunkWD4COT7Jcjs.__commonJS.call(void 0, {
|
|
|
2468
2468
|
});
|
|
2469
2469
|
|
|
2470
2470
|
// src/commands/generate.ts
|
|
2471
|
-
|
|
2471
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
2477
|
+
var import_cross_spawn = _chunkCFIERV77cjs.__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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.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
|
+
_chunkCFIERV77cjs.__publicField.call(void 0, this, "emitted", {
|
|
3146
3146
|
afterExit: false,
|
|
3147
3147
|
exit: false
|
|
3148
3148
|
});
|
|
3149
|
-
|
|
3149
|
+
_chunkCFIERV77cjs.__publicField.call(void 0, this, "listeners", {
|
|
3150
3150
|
afterExit: [],
|
|
3151
3151
|
exit: []
|
|
3152
3152
|
});
|
|
3153
|
-
|
|
3154
|
-
|
|
3153
|
+
_chunkCFIERV77cjs.__publicField.call(void 0, this, "count", 0);
|
|
3154
|
+
_chunkCFIERV77cjs.__publicField.call(void 0, this, "id", Math.random());
|
|
3155
3155
|
if (global2[kExitEmitter]) {
|
|
3156
3156
|
return global2[kExitEmitter];
|
|
3157
3157
|
}
|
|
@@ -3221,97 +3221,97 @@ var _hupSig, _emitter, _process, _originalProcessEmit, _originalProcessReallyExi
|
|
|
3221
3221
|
var SignalExit = class extends SignalExitBase {
|
|
3222
3222
|
constructor(process14) {
|
|
3223
3223
|
super();
|
|
3224
|
-
|
|
3225
|
-
|
|
3224
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _processReallyExit);
|
|
3225
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _processEmit);
|
|
3226
3226
|
// "SIGHUP" throws an `ENOSYS` error on Windows,
|
|
3227
3227
|
// so use a supported signal instead
|
|
3228
3228
|
/* c8 ignore start */
|
|
3229
|
-
|
|
3229
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _hupSig, process4.platform === "win32" ? "SIGINT" : "SIGHUP");
|
|
3230
3230
|
/* c8 ignore stop */
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3231
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _emitter, new Emitter());
|
|
3232
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _process, void 0);
|
|
3233
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _originalProcessEmit, void 0);
|
|
3234
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _originalProcessReallyExit, void 0);
|
|
3235
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _sigListeners, {});
|
|
3236
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _loaded, false);
|
|
3237
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _process, process14);
|
|
3238
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _sigListeners, {});
|
|
3239
3239
|
for (const sig of signals) {
|
|
3240
|
-
|
|
3241
|
-
const listeners =
|
|
3242
|
-
let { count } =
|
|
3240
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _sigListeners)[sig] = () => {
|
|
3241
|
+
const listeners = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).listeners(sig);
|
|
3242
|
+
let { count } = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter);
|
|
3243
3243
|
const p3 = process14;
|
|
3244
3244
|
if (typeof p3.__signal_exit_emitter__ === "object" && typeof p3.__signal_exit_emitter__.count === "number") {
|
|
3245
3245
|
count += p3.__signal_exit_emitter__.count;
|
|
3246
3246
|
}
|
|
3247
3247
|
if (listeners.length === count) {
|
|
3248
3248
|
this.unload();
|
|
3249
|
-
const ret =
|
|
3250
|
-
const s = sig === "SIGHUP" ?
|
|
3249
|
+
const ret = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter).emit("exit", null, sig);
|
|
3250
|
+
const s = sig === "SIGHUP" ? _chunkCFIERV77cjs.__privateGet.call(void 0, this, _hupSig) : sig;
|
|
3251
3251
|
if (!ret)
|
|
3252
3252
|
process14.kill(process14.pid, s);
|
|
3253
3253
|
}
|
|
3254
3254
|
};
|
|
3255
3255
|
}
|
|
3256
|
-
|
|
3257
|
-
|
|
3256
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _originalProcessReallyExit, process14.reallyExit);
|
|
3257
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _originalProcessEmit, process14.emit);
|
|
3258
3258
|
}
|
|
3259
3259
|
onExit(cb, opts) {
|
|
3260
|
-
if (!processOk(
|
|
3260
|
+
if (!processOk(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process))) {
|
|
3261
3261
|
return () => {
|
|
3262
3262
|
};
|
|
3263
3263
|
}
|
|
3264
|
-
if (
|
|
3264
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _loaded) === false) {
|
|
3265
3265
|
this.load();
|
|
3266
3266
|
}
|
|
3267
3267
|
const ev = _optionalChain([opts, 'optionalAccess', _2 => _2.alwaysLast]) ? "afterExit" : "exit";
|
|
3268
|
-
|
|
3268
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter).on(ev, cb);
|
|
3269
3269
|
return () => {
|
|
3270
|
-
|
|
3271
|
-
if (
|
|
3270
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter).removeListener(ev, cb);
|
|
3271
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter).listeners["exit"].length === 0 && _chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter).listeners["afterExit"].length === 0) {
|
|
3272
3272
|
this.unload();
|
|
3273
3273
|
}
|
|
3274
3274
|
};
|
|
3275
3275
|
}
|
|
3276
3276
|
load() {
|
|
3277
|
-
if (
|
|
3277
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _loaded)) {
|
|
3278
3278
|
return;
|
|
3279
3279
|
}
|
|
3280
|
-
|
|
3281
|
-
|
|
3280
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _loaded, true);
|
|
3281
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter).count += 1;
|
|
3282
3282
|
for (const sig of signals) {
|
|
3283
3283
|
try {
|
|
3284
|
-
const fn =
|
|
3284
|
+
const fn = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _sigListeners)[sig];
|
|
3285
3285
|
if (fn)
|
|
3286
|
-
|
|
3286
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).on(sig, fn);
|
|
3287
3287
|
} catch (_) {
|
|
3288
3288
|
}
|
|
3289
3289
|
}
|
|
3290
|
-
|
|
3291
|
-
return
|
|
3290
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).emit = (ev, ...a) => {
|
|
3291
|
+
return _chunkCFIERV77cjs.__privateMethod.call(void 0, this, _processEmit, processEmit_fn).call(this, ev, ...a);
|
|
3292
3292
|
};
|
|
3293
|
-
|
|
3294
|
-
return
|
|
3293
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).reallyExit = (code) => {
|
|
3294
|
+
return _chunkCFIERV77cjs.__privateMethod.call(void 0, this, _processReallyExit, processReallyExit_fn).call(this, code);
|
|
3295
3295
|
};
|
|
3296
3296
|
}
|
|
3297
3297
|
unload() {
|
|
3298
|
-
if (!
|
|
3298
|
+
if (!_chunkCFIERV77cjs.__privateGet.call(void 0, this, _loaded)) {
|
|
3299
3299
|
return;
|
|
3300
3300
|
}
|
|
3301
|
-
|
|
3301
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _loaded, false);
|
|
3302
3302
|
signals.forEach((sig) => {
|
|
3303
|
-
const listener =
|
|
3303
|
+
const listener = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _sigListeners)[sig];
|
|
3304
3304
|
if (!listener) {
|
|
3305
3305
|
throw new Error("Listener not defined for signal: " + sig);
|
|
3306
3306
|
}
|
|
3307
3307
|
try {
|
|
3308
|
-
|
|
3308
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).removeListener(sig, listener);
|
|
3309
3309
|
} catch (_) {
|
|
3310
3310
|
}
|
|
3311
3311
|
});
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3312
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).emit = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _originalProcessEmit);
|
|
3313
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).reallyExit = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _originalProcessReallyExit);
|
|
3314
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter).count -= 1;
|
|
3315
3315
|
}
|
|
3316
3316
|
};
|
|
3317
3317
|
_hupSig = new WeakMap();
|
|
@@ -3323,25 +3323,25 @@ _sigListeners = new WeakMap();
|
|
|
3323
3323
|
_loaded = new WeakMap();
|
|
3324
3324
|
_processReallyExit = new WeakSet();
|
|
3325
3325
|
processReallyExit_fn = function(code) {
|
|
3326
|
-
if (!processOk(
|
|
3326
|
+
if (!processOk(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process))) {
|
|
3327
3327
|
return 0;
|
|
3328
3328
|
}
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
return
|
|
3329
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).exitCode = code || 0;
|
|
3330
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter).emit("exit", _chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).exitCode, null);
|
|
3331
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _originalProcessReallyExit).call(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process), _chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).exitCode);
|
|
3332
3332
|
};
|
|
3333
3333
|
_processEmit = new WeakSet();
|
|
3334
3334
|
processEmit_fn = function(ev, ...args2) {
|
|
3335
|
-
const og =
|
|
3336
|
-
if (ev === "exit" && processOk(
|
|
3335
|
+
const og = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _originalProcessEmit);
|
|
3336
|
+
if (ev === "exit" && processOk(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process))) {
|
|
3337
3337
|
if (typeof args2[0] === "number") {
|
|
3338
|
-
|
|
3338
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).exitCode = args2[0];
|
|
3339
3339
|
}
|
|
3340
|
-
const ret = og.call(
|
|
3341
|
-
|
|
3340
|
+
const ret = og.call(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process), ev, ...args2);
|
|
3341
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _emitter).emit("exit", _chunkCFIERV77cjs.__privateGet.call(void 0, this, _process).exitCode, null);
|
|
3342
3342
|
return ret;
|
|
3343
3343
|
} else {
|
|
3344
|
-
return og.call(
|
|
3344
|
+
return og.call(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _process), ev, ...args2);
|
|
3345
3345
|
}
|
|
3346
3346
|
};
|
|
3347
3347
|
var process4 = globalThis.process;
|
|
@@ -3447,12 +3447,12 @@ var setExitHandler = async (spawned, { cleanup, detached }, timedPromise) => {
|
|
|
3447
3447
|
};
|
|
3448
3448
|
|
|
3449
3449
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/pipe.js
|
|
3450
|
-
|
|
3450
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3451
3451
|
var _fs = require('fs');
|
|
3452
3452
|
|
|
3453
3453
|
|
|
3454
3454
|
// ../../node_modules/.pnpm/is-stream@3.0.0/node_modules/is-stream/index.js
|
|
3455
|
-
|
|
3455
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3456
3456
|
function isStream(stream) {
|
|
3457
3457
|
return stream !== null && typeof stream === "object" && typeof stream.pipe === "function";
|
|
3458
3458
|
}
|
|
@@ -3493,18 +3493,18 @@ var addPipeMethods = (spawned) => {
|
|
|
3493
3493
|
};
|
|
3494
3494
|
|
|
3495
3495
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/stream.js
|
|
3496
|
-
|
|
3496
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3497
3497
|
|
|
3498
3498
|
var _promises = require('timers/promises');
|
|
3499
3499
|
|
|
3500
3500
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/index.js
|
|
3501
|
-
|
|
3501
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3502
3502
|
|
|
3503
3503
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/array.js
|
|
3504
|
-
|
|
3504
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3505
3505
|
|
|
3506
3506
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/contents.js
|
|
3507
|
-
|
|
3507
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3508
3508
|
var getStreamContents = async (stream, { init, convertChunk, getSize, truncateChunk, addChunk, getFinalChunk, finalize }, { maxBuffer = Number.POSITIVE_INFINITY } = {}) => {
|
|
3509
3509
|
if (!isAsyncIterable(stream)) {
|
|
3510
3510
|
throw new Error("The first argument must be a Readable, a ReadableStream, or an async iterable.");
|
|
@@ -3575,12 +3575,12 @@ var { toString: objectToString } = Object.prototype;
|
|
|
3575
3575
|
var MaxBufferError = class extends Error {
|
|
3576
3576
|
constructor() {
|
|
3577
3577
|
super("maxBuffer exceeded");
|
|
3578
|
-
|
|
3578
|
+
_chunkCFIERV77cjs.__publicField.call(void 0, this, "name", "MaxBufferError");
|
|
3579
3579
|
}
|
|
3580
3580
|
};
|
|
3581
3581
|
|
|
3582
3582
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/utils.js
|
|
3583
|
-
|
|
3583
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3584
3584
|
var identity = (value) => value;
|
|
3585
3585
|
var noop = () => void 0;
|
|
3586
3586
|
var getContentsProp = ({ contents }) => contents;
|
|
@@ -3590,7 +3590,7 @@ var throwObjectStream = (chunk) => {
|
|
|
3590
3590
|
var getLengthProp = (convertedChunk) => convertedChunk.length;
|
|
3591
3591
|
|
|
3592
3592
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/array-buffer.js
|
|
3593
|
-
|
|
3593
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3594
3594
|
async function getStreamAsArrayBuffer(stream, options) {
|
|
3595
3595
|
return getStreamContents(stream, arrayBufferMethods, options);
|
|
3596
3596
|
}
|
|
@@ -3644,7 +3644,7 @@ var arrayBufferMethods = {
|
|
|
3644
3644
|
};
|
|
3645
3645
|
|
|
3646
3646
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/buffer.js
|
|
3647
|
-
|
|
3647
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3648
3648
|
async function getStreamAsBuffer(stream, options) {
|
|
3649
3649
|
if (!("Buffer" in globalThis)) {
|
|
3650
3650
|
throw new Error("getStreamAsBuffer() is only supported in Node.js");
|
|
@@ -3661,7 +3661,7 @@ async function getStreamAsBuffer(stream, options) {
|
|
|
3661
3661
|
var arrayBufferToNodeBuffer = (arrayBuffer) => globalThis.Buffer.from(arrayBuffer);
|
|
3662
3662
|
|
|
3663
3663
|
// ../../node_modules/.pnpm/get-stream@8.0.1/node_modules/get-stream/source/string.js
|
|
3664
|
-
|
|
3664
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3665
3665
|
async function getStreamAsString(stream, options) {
|
|
3666
3666
|
return getStreamContents(stream, stringMethods, options);
|
|
3667
3667
|
}
|
|
@@ -3691,7 +3691,7 @@ var stringMethods = {
|
|
|
3691
3691
|
};
|
|
3692
3692
|
|
|
3693
3693
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/stream.js
|
|
3694
|
-
var import_merge_stream =
|
|
3694
|
+
var import_merge_stream = _chunkCFIERV77cjs.__toESM.call(void 0, require_merge_stream(), 1);
|
|
3695
3695
|
var validateInputOptions = (input) => {
|
|
3696
3696
|
if (input !== void 0) {
|
|
3697
3697
|
throw new TypeError("The `input` and `inputFile` options cannot be both set.");
|
|
@@ -3787,7 +3787,7 @@ var getSpawnedResult = async ({ stdout, stderr, all }, { encoding, buffer, maxBu
|
|
|
3787
3787
|
};
|
|
3788
3788
|
|
|
3789
3789
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/promise.js
|
|
3790
|
-
|
|
3790
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3791
3791
|
var nativePromisePrototype = (async () => {
|
|
3792
3792
|
})().constructor.prototype;
|
|
3793
3793
|
var descriptors = ["then", "catch", "finally"].map((property) => [
|
|
@@ -3815,7 +3815,7 @@ var getSpawnedPromise = (spawned) => new Promise((resolve2, reject) => {
|
|
|
3815
3815
|
});
|
|
3816
3816
|
|
|
3817
3817
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/command.js
|
|
3818
|
-
|
|
3818
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3819
3819
|
|
|
3820
3820
|
|
|
3821
3821
|
var normalizeArgs = (file, args2 = []) => {
|
|
@@ -3887,7 +3887,7 @@ var parseTemplates = (templates, expressions) => {
|
|
|
3887
3887
|
};
|
|
3888
3888
|
|
|
3889
3889
|
// ../../node_modules/.pnpm/execa@8.0.1/node_modules/execa/lib/verbose.js
|
|
3890
|
-
|
|
3890
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
3891
3891
|
var _util = require('util');
|
|
3892
3892
|
|
|
3893
3893
|
var verboseDefault = _util.debuglog.call(void 0, "execa").enabled;
|
|
@@ -4109,10 +4109,10 @@ function create$(options) {
|
|
|
4109
4109
|
var $ = create$();
|
|
4110
4110
|
|
|
4111
4111
|
// ../../node_modules/.pnpm/tinyrainbow@1.1.1/node_modules/tinyrainbow/dist/node.js
|
|
4112
|
-
|
|
4112
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4113
4113
|
|
|
4114
4114
|
// ../../node_modules/.pnpm/tinyrainbow@1.1.1/node_modules/tinyrainbow/dist/chunk-5WCZOS7T.js
|
|
4115
|
-
|
|
4115
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4116
4116
|
var b = {
|
|
4117
4117
|
reset: [0, 0],
|
|
4118
4118
|
bold: [1, 22, "\x1B[22m\x1B[1m"],
|
|
@@ -4180,11 +4180,11 @@ var p2 = w(_tty.isatty.call(void 0, 1));
|
|
|
4180
4180
|
|
|
4181
4181
|
|
|
4182
4182
|
// src/utils/getConfig.ts
|
|
4183
|
-
|
|
4183
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4184
4184
|
var _utils = require('@kubb/core/utils');
|
|
4185
4185
|
|
|
4186
4186
|
// src/utils/getPlugins.ts
|
|
4187
|
-
|
|
4187
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4188
4188
|
var _core = require('@kubb/core');
|
|
4189
4189
|
function isJSONPlugins(plugins) {
|
|
4190
4190
|
return !!_optionalChain([plugins, 'optionalAccess', _6 => _6.some, 'call', _7 => _7((plugin) => {
|
|
@@ -4243,7 +4243,7 @@ async function getConfig(result, args2) {
|
|
|
4243
4243
|
}
|
|
4244
4244
|
|
|
4245
4245
|
// src/utils/getCosmiConfig.ts
|
|
4246
|
-
|
|
4246
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4247
4247
|
var _bundlerequire = require('bundle-require');
|
|
4248
4248
|
var _cosmiconfig = require('cosmiconfig');
|
|
4249
4249
|
var tsLoader = async (configFile) => {
|
|
@@ -4292,17 +4292,17 @@ async function getCosmiConfig(moduleName, config) {
|
|
|
4292
4292
|
}
|
|
4293
4293
|
|
|
4294
4294
|
// src/utils/spinner.ts
|
|
4295
|
-
|
|
4295
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4296
4296
|
|
|
4297
4297
|
// ../../node_modules/.pnpm/ora@8.0.1/node_modules/ora/index.js
|
|
4298
|
-
|
|
4298
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4299
4299
|
|
|
4300
4300
|
|
|
4301
4301
|
// ../../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/index.js
|
|
4302
|
-
|
|
4302
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4303
4303
|
|
|
4304
4304
|
// ../../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/ansi-styles/index.js
|
|
4305
|
-
|
|
4305
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4306
4306
|
var ANSI_BACKGROUND_OFFSET = 10;
|
|
4307
4307
|
var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`;
|
|
4308
4308
|
var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
|
|
@@ -4489,7 +4489,7 @@ var ansiStyles = assembleStyles();
|
|
|
4489
4489
|
var ansi_styles_default = ansiStyles;
|
|
4490
4490
|
|
|
4491
4491
|
// ../../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/vendor/supports-color/index.js
|
|
4492
|
-
|
|
4492
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4493
4493
|
|
|
4494
4494
|
|
|
4495
4495
|
|
|
@@ -4616,7 +4616,7 @@ var supportsColor = {
|
|
|
4616
4616
|
var supports_color_default = supportsColor;
|
|
4617
4617
|
|
|
4618
4618
|
// ../../node_modules/.pnpm/chalk@5.3.0/node_modules/chalk/source/utilities.js
|
|
4619
|
-
|
|
4619
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4620
4620
|
function stringReplaceAll(string, substring, replacer) {
|
|
4621
4621
|
let index = string.indexOf(substring);
|
|
4622
4622
|
if (index === -1) {
|
|
@@ -4794,13 +4794,13 @@ var chalkStderr = createChalk({ level: stderrColor ? stderrColor.level : 0 });
|
|
|
4794
4794
|
var source_default = chalk;
|
|
4795
4795
|
|
|
4796
4796
|
// ../../node_modules/.pnpm/cli-cursor@4.0.0/node_modules/cli-cursor/index.js
|
|
4797
|
-
|
|
4797
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4798
4798
|
|
|
4799
4799
|
|
|
4800
4800
|
// ../../node_modules/.pnpm/restore-cursor@4.0.0/node_modules/restore-cursor/index.js
|
|
4801
|
-
|
|
4802
|
-
var import_onetime2 =
|
|
4803
|
-
var import_signal_exit2 =
|
|
4801
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4802
|
+
var import_onetime2 = _chunkCFIERV77cjs.__toESM.call(void 0, require_onetime(), 1);
|
|
4803
|
+
var import_signal_exit2 = _chunkCFIERV77cjs.__toESM.call(void 0, require_signal_exit(), 1);
|
|
4804
4804
|
|
|
4805
4805
|
var restoreCursor = (0, import_onetime2.default)(() => {
|
|
4806
4806
|
(0, import_signal_exit2.default)(() => {
|
|
@@ -4840,13 +4840,13 @@ cliCursor.toggle = (force, writableStream) => {
|
|
|
4840
4840
|
var cli_cursor_default = cliCursor;
|
|
4841
4841
|
|
|
4842
4842
|
// ../../node_modules/.pnpm/ora@8.0.1/node_modules/ora/index.js
|
|
4843
|
-
var import_cli_spinners =
|
|
4843
|
+
var import_cli_spinners = _chunkCFIERV77cjs.__toESM.call(void 0, require_cli_spinners(), 1);
|
|
4844
4844
|
|
|
4845
4845
|
// ../../node_modules/.pnpm/log-symbols@6.0.0/node_modules/log-symbols/index.js
|
|
4846
|
-
|
|
4846
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4847
4847
|
|
|
4848
4848
|
// ../../node_modules/.pnpm/is-unicode-supported@1.3.0/node_modules/is-unicode-supported/index.js
|
|
4849
|
-
|
|
4849
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4850
4850
|
|
|
4851
4851
|
function isUnicodeSupported() {
|
|
4852
4852
|
if (_process3.default.platform !== "win32") {
|
|
@@ -4872,10 +4872,10 @@ var logSymbols = isUnicodeSupported() ? main : fallback;
|
|
|
4872
4872
|
var log_symbols_default = logSymbols;
|
|
4873
4873
|
|
|
4874
4874
|
// ../../node_modules/.pnpm/strip-ansi@7.1.0/node_modules/strip-ansi/index.js
|
|
4875
|
-
|
|
4875
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4876
4876
|
|
|
4877
4877
|
// ../../node_modules/.pnpm/ansi-regex@6.0.1/node_modules/ansi-regex/index.js
|
|
4878
|
-
|
|
4878
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4879
4879
|
function ansiRegex({ onlyFirst = false } = {}) {
|
|
4880
4880
|
const pattern = [
|
|
4881
4881
|
"[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
|
|
@@ -4894,13 +4894,13 @@ function stripAnsi(string) {
|
|
|
4894
4894
|
}
|
|
4895
4895
|
|
|
4896
4896
|
// ../../node_modules/.pnpm/string-width@7.1.0/node_modules/string-width/index.js
|
|
4897
|
-
|
|
4897
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4898
4898
|
|
|
4899
4899
|
// ../../node_modules/.pnpm/get-east-asian-width@1.2.0/node_modules/get-east-asian-width/index.js
|
|
4900
|
-
|
|
4900
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4901
4901
|
|
|
4902
4902
|
// ../../node_modules/.pnpm/get-east-asian-width@1.2.0/node_modules/get-east-asian-width/lookup.js
|
|
4903
|
-
|
|
4903
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4904
4904
|
function isAmbiguous(x2) {
|
|
4905
4905
|
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;
|
|
4906
4906
|
}
|
|
@@ -4926,7 +4926,7 @@ function eastAsianWidth(codePoint, { ambiguousAsWide = false } = {}) {
|
|
|
4926
4926
|
}
|
|
4927
4927
|
|
|
4928
4928
|
// ../../node_modules/.pnpm/emoji-regex@10.3.0/node_modules/emoji-regex/index.mjs
|
|
4929
|
-
|
|
4929
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4930
4930
|
var emoji_regex_default = () => {
|
|
4931
4931
|
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;
|
|
4932
4932
|
};
|
|
@@ -4967,7 +4967,7 @@ function stringWidth(string, options = {}) {
|
|
|
4967
4967
|
}
|
|
4968
4968
|
|
|
4969
4969
|
// ../../node_modules/.pnpm/is-interactive@2.0.0/node_modules/is-interactive/index.js
|
|
4970
|
-
|
|
4970
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4971
4971
|
function isInteractive({ stream = process.stdout } = {}) {
|
|
4972
4972
|
return Boolean(
|
|
4973
4973
|
stream && stream.isTTY && process.env.TERM !== "dumb" && !("CI" in process.env)
|
|
@@ -4975,7 +4975,7 @@ function isInteractive({ stream = process.stdout } = {}) {
|
|
|
4975
4975
|
}
|
|
4976
4976
|
|
|
4977
4977
|
// ../../node_modules/.pnpm/is-unicode-supported@2.0.0/node_modules/is-unicode-supported/index.js
|
|
4978
|
-
|
|
4978
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4979
4979
|
|
|
4980
4980
|
function isUnicodeSupported2() {
|
|
4981
4981
|
if (_process3.default.platform !== "win32") {
|
|
@@ -4985,30 +4985,30 @@ function isUnicodeSupported2() {
|
|
|
4985
4985
|
}
|
|
4986
4986
|
|
|
4987
4987
|
// ../../node_modules/.pnpm/stdin-discarder@0.2.2/node_modules/stdin-discarder/index.js
|
|
4988
|
-
|
|
4988
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
4989
4989
|
|
|
4990
4990
|
var ASCII_ETX_CODE = 3;
|
|
4991
4991
|
var _activeCount, _realStart, realStart_fn, _realStop, realStop_fn, _handleInput, handleInput_fn;
|
|
4992
4992
|
var StdinDiscarder = class {
|
|
4993
4993
|
constructor() {
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4994
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _realStart);
|
|
4995
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _realStop);
|
|
4996
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _handleInput);
|
|
4997
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _activeCount, 0);
|
|
4998
4998
|
}
|
|
4999
4999
|
start() {
|
|
5000
|
-
|
|
5001
|
-
if (
|
|
5002
|
-
|
|
5000
|
+
_chunkCFIERV77cjs.__privateWrapper.call(void 0, this, _activeCount)._++;
|
|
5001
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _activeCount) === 1) {
|
|
5002
|
+
_chunkCFIERV77cjs.__privateMethod.call(void 0, this, _realStart, realStart_fn).call(this);
|
|
5003
5003
|
}
|
|
5004
5004
|
}
|
|
5005
5005
|
stop() {
|
|
5006
|
-
if (
|
|
5006
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _activeCount) <= 0) {
|
|
5007
5007
|
throw new Error("`stop` called more times than `start`");
|
|
5008
5008
|
}
|
|
5009
|
-
|
|
5010
|
-
if (
|
|
5011
|
-
|
|
5009
|
+
_chunkCFIERV77cjs.__privateWrapper.call(void 0, this, _activeCount)._--;
|
|
5010
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _activeCount) === 0) {
|
|
5011
|
+
_chunkCFIERV77cjs.__privateMethod.call(void 0, this, _realStop, realStop_fn).call(this);
|
|
5012
5012
|
}
|
|
5013
5013
|
}
|
|
5014
5014
|
};
|
|
@@ -5019,7 +5019,7 @@ realStart_fn = function() {
|
|
|
5019
5019
|
return;
|
|
5020
5020
|
}
|
|
5021
5021
|
_process3.default.stdin.setRawMode(true);
|
|
5022
|
-
_process3.default.stdin.on("data",
|
|
5022
|
+
_process3.default.stdin.on("data", _chunkCFIERV77cjs.__privateMethod.call(void 0, this, _handleInput, handleInput_fn));
|
|
5023
5023
|
_process3.default.stdin.resume();
|
|
5024
5024
|
};
|
|
5025
5025
|
_realStop = new WeakSet();
|
|
@@ -5027,7 +5027,7 @@ realStop_fn = function() {
|
|
|
5027
5027
|
if (!_process3.default.stdin.isTTY) {
|
|
5028
5028
|
return;
|
|
5029
5029
|
}
|
|
5030
|
-
_process3.default.stdin.off("data",
|
|
5030
|
+
_process3.default.stdin.off("data", _chunkCFIERV77cjs.__privateMethod.call(void 0, this, _handleInput, handleInput_fn));
|
|
5031
5031
|
_process3.default.stdin.pause();
|
|
5032
5032
|
_process3.default.stdin.setRawMode(false);
|
|
5033
5033
|
};
|
|
@@ -5041,199 +5041,199 @@ var stdinDiscarder = new StdinDiscarder();
|
|
|
5041
5041
|
var stdin_discarder_default = stdinDiscarder;
|
|
5042
5042
|
|
|
5043
5043
|
// ../../node_modules/.pnpm/ora@8.0.1/node_modules/ora/index.js
|
|
5044
|
-
var import_cli_spinners2 =
|
|
5044
|
+
var import_cli_spinners2 = _chunkCFIERV77cjs.__toESM.call(void 0, require_cli_spinners(), 1);
|
|
5045
5045
|
var _linesToClear, _isDiscardingStdin, _lineCount, _frameIndex, _options, _spinner, _stream, _id, _initialInterval, _isEnabled, _isSilent, _indent, _text, _prefixText, _suffixText, _getFullPrefixText, getFullPrefixText_fn, _getFullSuffixText, getFullSuffixText_fn, _updateLineCount, updateLineCount_fn;
|
|
5046
5046
|
var Ora = class {
|
|
5047
5047
|
constructor(options) {
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5048
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _getFullPrefixText);
|
|
5049
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _getFullSuffixText);
|
|
5050
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _updateLineCount);
|
|
5051
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _linesToClear, 0);
|
|
5052
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _isDiscardingStdin, false);
|
|
5053
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _lineCount, 0);
|
|
5054
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _frameIndex, 0);
|
|
5055
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _options, void 0);
|
|
5056
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _spinner, void 0);
|
|
5057
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _stream, void 0);
|
|
5058
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _id, void 0);
|
|
5059
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _initialInterval, void 0);
|
|
5060
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _isEnabled, void 0);
|
|
5061
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _isSilent, void 0);
|
|
5062
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _indent, void 0);
|
|
5063
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _text, void 0);
|
|
5064
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _prefixText, void 0);
|
|
5065
|
+
_chunkCFIERV77cjs.__privateAdd.call(void 0, this, _suffixText, void 0);
|
|
5066
|
+
_chunkCFIERV77cjs.__publicField.call(void 0, this, "color");
|
|
5067
5067
|
if (typeof options === "string") {
|
|
5068
5068
|
options = {
|
|
5069
5069
|
text: options
|
|
5070
5070
|
};
|
|
5071
5071
|
}
|
|
5072
|
-
|
|
5072
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _options, {
|
|
5073
5073
|
color: "cyan",
|
|
5074
5074
|
stream: _process3.default.stderr,
|
|
5075
5075
|
discardStdin: true,
|
|
5076
5076
|
hideCursor: true,
|
|
5077
5077
|
...options
|
|
5078
5078
|
});
|
|
5079
|
-
this.color =
|
|
5080
|
-
this.spinner =
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
this.text =
|
|
5086
|
-
this.prefixText =
|
|
5087
|
-
this.suffixText =
|
|
5088
|
-
this.indent =
|
|
5079
|
+
this.color = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).color;
|
|
5080
|
+
this.spinner = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).spinner;
|
|
5081
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _initialInterval, _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).interval);
|
|
5082
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _stream, _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).stream);
|
|
5083
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _isEnabled, typeof _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).isEnabled === "boolean" ? _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).isEnabled : isInteractive({ stream: _chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream) }));
|
|
5084
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _isSilent, typeof _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).isSilent === "boolean" ? _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).isSilent : false);
|
|
5085
|
+
this.text = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).text;
|
|
5086
|
+
this.prefixText = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).prefixText;
|
|
5087
|
+
this.suffixText = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).suffixText;
|
|
5088
|
+
this.indent = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).indent;
|
|
5089
5089
|
if (_process3.default.env.NODE_ENV === "test") {
|
|
5090
|
-
this._stream =
|
|
5091
|
-
this._isEnabled =
|
|
5090
|
+
this._stream = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream);
|
|
5091
|
+
this._isEnabled = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _isEnabled);
|
|
5092
5092
|
Object.defineProperty(this, "_linesToClear", {
|
|
5093
5093
|
get() {
|
|
5094
|
-
return
|
|
5094
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _linesToClear);
|
|
5095
5095
|
},
|
|
5096
5096
|
set(newValue) {
|
|
5097
|
-
|
|
5097
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _linesToClear, newValue);
|
|
5098
5098
|
}
|
|
5099
5099
|
});
|
|
5100
5100
|
Object.defineProperty(this, "_frameIndex", {
|
|
5101
5101
|
get() {
|
|
5102
|
-
return
|
|
5102
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _frameIndex);
|
|
5103
5103
|
}
|
|
5104
5104
|
});
|
|
5105
5105
|
Object.defineProperty(this, "_lineCount", {
|
|
5106
5106
|
get() {
|
|
5107
|
-
return
|
|
5107
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _lineCount);
|
|
5108
5108
|
}
|
|
5109
5109
|
});
|
|
5110
5110
|
}
|
|
5111
5111
|
}
|
|
5112
5112
|
get indent() {
|
|
5113
|
-
return
|
|
5113
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _indent);
|
|
5114
5114
|
}
|
|
5115
5115
|
set indent(indent = 0) {
|
|
5116
5116
|
if (!(indent >= 0 && Number.isInteger(indent))) {
|
|
5117
5117
|
throw new Error("The `indent` option must be an integer from 0 and up");
|
|
5118
5118
|
}
|
|
5119
|
-
|
|
5120
|
-
|
|
5119
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _indent, indent);
|
|
5120
|
+
_chunkCFIERV77cjs.__privateMethod.call(void 0, this, _updateLineCount, updateLineCount_fn).call(this);
|
|
5121
5121
|
}
|
|
5122
5122
|
get interval() {
|
|
5123
|
-
return _nullishCoalesce(_nullishCoalesce(
|
|
5123
|
+
return _nullishCoalesce(_nullishCoalesce(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _initialInterval), () => ( _chunkCFIERV77cjs.__privateGet.call(void 0, this, _spinner).interval)), () => ( 100));
|
|
5124
5124
|
}
|
|
5125
5125
|
get spinner() {
|
|
5126
|
-
return
|
|
5126
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _spinner);
|
|
5127
5127
|
}
|
|
5128
5128
|
set spinner(spinner2) {
|
|
5129
|
-
|
|
5130
|
-
|
|
5129
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _frameIndex, 0);
|
|
5130
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _initialInterval, void 0);
|
|
5131
5131
|
if (typeof spinner2 === "object") {
|
|
5132
5132
|
if (spinner2.frames === void 0) {
|
|
5133
5133
|
throw new Error("The given spinner must have a `frames` property");
|
|
5134
5134
|
}
|
|
5135
|
-
|
|
5135
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _spinner, spinner2);
|
|
5136
5136
|
} else if (!isUnicodeSupported2()) {
|
|
5137
|
-
|
|
5137
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _spinner, import_cli_spinners.default.line);
|
|
5138
5138
|
} else if (spinner2 === void 0) {
|
|
5139
|
-
|
|
5139
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _spinner, import_cli_spinners.default.dots);
|
|
5140
5140
|
} else if (spinner2 !== "default" && import_cli_spinners.default[spinner2]) {
|
|
5141
|
-
|
|
5141
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _spinner, import_cli_spinners.default[spinner2]);
|
|
5142
5142
|
} else {
|
|
5143
5143
|
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.`);
|
|
5144
5144
|
}
|
|
5145
5145
|
}
|
|
5146
5146
|
get text() {
|
|
5147
|
-
return
|
|
5147
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _text);
|
|
5148
5148
|
}
|
|
5149
5149
|
set text(value = "") {
|
|
5150
|
-
|
|
5151
|
-
|
|
5150
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _text, value);
|
|
5151
|
+
_chunkCFIERV77cjs.__privateMethod.call(void 0, this, _updateLineCount, updateLineCount_fn).call(this);
|
|
5152
5152
|
}
|
|
5153
5153
|
get prefixText() {
|
|
5154
|
-
return
|
|
5154
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _prefixText);
|
|
5155
5155
|
}
|
|
5156
5156
|
set prefixText(value = "") {
|
|
5157
|
-
|
|
5158
|
-
|
|
5157
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _prefixText, value);
|
|
5158
|
+
_chunkCFIERV77cjs.__privateMethod.call(void 0, this, _updateLineCount, updateLineCount_fn).call(this);
|
|
5159
5159
|
}
|
|
5160
5160
|
get suffixText() {
|
|
5161
|
-
return
|
|
5161
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _suffixText);
|
|
5162
5162
|
}
|
|
5163
5163
|
set suffixText(value = "") {
|
|
5164
|
-
|
|
5165
|
-
|
|
5164
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _suffixText, value);
|
|
5165
|
+
_chunkCFIERV77cjs.__privateMethod.call(void 0, this, _updateLineCount, updateLineCount_fn).call(this);
|
|
5166
5166
|
}
|
|
5167
5167
|
get isSpinning() {
|
|
5168
|
-
return
|
|
5168
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _id) !== void 0;
|
|
5169
5169
|
}
|
|
5170
5170
|
get isEnabled() {
|
|
5171
|
-
return
|
|
5171
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _isEnabled) && !_chunkCFIERV77cjs.__privateGet.call(void 0, this, _isSilent);
|
|
5172
5172
|
}
|
|
5173
5173
|
set isEnabled(value) {
|
|
5174
5174
|
if (typeof value !== "boolean") {
|
|
5175
5175
|
throw new TypeError("The `isEnabled` option must be a boolean");
|
|
5176
5176
|
}
|
|
5177
|
-
|
|
5177
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _isEnabled, value);
|
|
5178
5178
|
}
|
|
5179
5179
|
get isSilent() {
|
|
5180
|
-
return
|
|
5180
|
+
return _chunkCFIERV77cjs.__privateGet.call(void 0, this, _isSilent);
|
|
5181
5181
|
}
|
|
5182
5182
|
set isSilent(value) {
|
|
5183
5183
|
if (typeof value !== "boolean") {
|
|
5184
5184
|
throw new TypeError("The `isSilent` option must be a boolean");
|
|
5185
5185
|
}
|
|
5186
|
-
|
|
5186
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _isSilent, value);
|
|
5187
5187
|
}
|
|
5188
5188
|
frame() {
|
|
5189
|
-
const { frames } =
|
|
5190
|
-
let frame = frames[
|
|
5189
|
+
const { frames } = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _spinner);
|
|
5190
|
+
let frame = frames[_chunkCFIERV77cjs.__privateGet.call(void 0, this, _frameIndex)];
|
|
5191
5191
|
if (this.color) {
|
|
5192
5192
|
frame = source_default[this.color](frame);
|
|
5193
5193
|
}
|
|
5194
|
-
|
|
5195
|
-
const fullPrefixText = typeof
|
|
5194
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _frameIndex, ++_chunkCFIERV77cjs.__privateWrapper.call(void 0, this, _frameIndex)._ % frames.length);
|
|
5195
|
+
const fullPrefixText = typeof _chunkCFIERV77cjs.__privateGet.call(void 0, this, _prefixText) === "string" && _chunkCFIERV77cjs.__privateGet.call(void 0, this, _prefixText) !== "" ? _chunkCFIERV77cjs.__privateGet.call(void 0, this, _prefixText) + " " : "";
|
|
5196
5196
|
const fullText = typeof this.text === "string" ? " " + this.text : "";
|
|
5197
|
-
const fullSuffixText = typeof
|
|
5197
|
+
const fullSuffixText = typeof _chunkCFIERV77cjs.__privateGet.call(void 0, this, _suffixText) === "string" && _chunkCFIERV77cjs.__privateGet.call(void 0, this, _suffixText) !== "" ? " " + _chunkCFIERV77cjs.__privateGet.call(void 0, this, _suffixText) : "";
|
|
5198
5198
|
return fullPrefixText + frame + fullText + fullSuffixText;
|
|
5199
5199
|
}
|
|
5200
5200
|
clear() {
|
|
5201
|
-
if (!
|
|
5201
|
+
if (!_chunkCFIERV77cjs.__privateGet.call(void 0, this, _isEnabled) || !_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream).isTTY) {
|
|
5202
5202
|
return this;
|
|
5203
5203
|
}
|
|
5204
|
-
|
|
5205
|
-
for (let index = 0; index <
|
|
5204
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream).cursorTo(0);
|
|
5205
|
+
for (let index = 0; index < _chunkCFIERV77cjs.__privateGet.call(void 0, this, _linesToClear); index++) {
|
|
5206
5206
|
if (index > 0) {
|
|
5207
|
-
|
|
5207
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream).moveCursor(0, -1);
|
|
5208
5208
|
}
|
|
5209
|
-
|
|
5209
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream).clearLine(1);
|
|
5210
5210
|
}
|
|
5211
|
-
if (
|
|
5212
|
-
|
|
5211
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _indent) || this.lastIndent !== _chunkCFIERV77cjs.__privateGet.call(void 0, this, _indent)) {
|
|
5212
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream).cursorTo(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _indent));
|
|
5213
5213
|
}
|
|
5214
|
-
this.lastIndent =
|
|
5215
|
-
|
|
5214
|
+
this.lastIndent = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _indent);
|
|
5215
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _linesToClear, 0);
|
|
5216
5216
|
return this;
|
|
5217
5217
|
}
|
|
5218
5218
|
render() {
|
|
5219
|
-
if (
|
|
5219
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _isSilent)) {
|
|
5220
5220
|
return this;
|
|
5221
5221
|
}
|
|
5222
5222
|
this.clear();
|
|
5223
|
-
|
|
5224
|
-
|
|
5223
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream).write(this.frame());
|
|
5224
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _linesToClear, _chunkCFIERV77cjs.__privateGet.call(void 0, this, _lineCount));
|
|
5225
5225
|
return this;
|
|
5226
5226
|
}
|
|
5227
5227
|
start(text) {
|
|
5228
5228
|
if (text) {
|
|
5229
5229
|
this.text = text;
|
|
5230
5230
|
}
|
|
5231
|
-
if (
|
|
5231
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _isSilent)) {
|
|
5232
5232
|
return this;
|
|
5233
5233
|
}
|
|
5234
|
-
if (!
|
|
5234
|
+
if (!_chunkCFIERV77cjs.__privateGet.call(void 0, this, _isEnabled)) {
|
|
5235
5235
|
if (this.text) {
|
|
5236
|
-
|
|
5236
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream).write(`- ${this.text}
|
|
5237
5237
|
`);
|
|
5238
5238
|
}
|
|
5239
5239
|
return this;
|
|
@@ -5241,31 +5241,31 @@ var Ora = class {
|
|
|
5241
5241
|
if (this.isSpinning) {
|
|
5242
5242
|
return this;
|
|
5243
5243
|
}
|
|
5244
|
-
if (
|
|
5245
|
-
cli_cursor_default.hide(
|
|
5244
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).hideCursor) {
|
|
5245
|
+
cli_cursor_default.hide(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream));
|
|
5246
5246
|
}
|
|
5247
|
-
if (
|
|
5248
|
-
|
|
5247
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).discardStdin && _process3.default.stdin.isTTY) {
|
|
5248
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _isDiscardingStdin, true);
|
|
5249
5249
|
stdin_discarder_default.start();
|
|
5250
5250
|
}
|
|
5251
5251
|
this.render();
|
|
5252
|
-
|
|
5252
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _id, setInterval(this.render.bind(this), this.interval));
|
|
5253
5253
|
return this;
|
|
5254
5254
|
}
|
|
5255
5255
|
stop() {
|
|
5256
|
-
if (!
|
|
5256
|
+
if (!_chunkCFIERV77cjs.__privateGet.call(void 0, this, _isEnabled)) {
|
|
5257
5257
|
return this;
|
|
5258
5258
|
}
|
|
5259
|
-
clearInterval(
|
|
5260
|
-
|
|
5261
|
-
|
|
5259
|
+
clearInterval(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _id));
|
|
5260
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _id, void 0);
|
|
5261
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _frameIndex, 0);
|
|
5262
5262
|
this.clear();
|
|
5263
|
-
if (
|
|
5264
|
-
cli_cursor_default.show(
|
|
5263
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).hideCursor) {
|
|
5264
|
+
cli_cursor_default.show(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream));
|
|
5265
5265
|
}
|
|
5266
|
-
if (
|
|
5266
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _options).discardStdin && _process3.default.stdin.isTTY && _chunkCFIERV77cjs.__privateGet.call(void 0, this, _isDiscardingStdin)) {
|
|
5267
5267
|
stdin_discarder_default.stop();
|
|
5268
|
-
|
|
5268
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _isDiscardingStdin, false);
|
|
5269
5269
|
}
|
|
5270
5270
|
return this;
|
|
5271
5271
|
}
|
|
@@ -5282,19 +5282,19 @@ var Ora = class {
|
|
|
5282
5282
|
return this.stopAndPersist({ symbol: log_symbols_default.info, text });
|
|
5283
5283
|
}
|
|
5284
5284
|
stopAndPersist(options = {}) {
|
|
5285
|
-
if (
|
|
5285
|
+
if (_chunkCFIERV77cjs.__privateGet.call(void 0, this, _isSilent)) {
|
|
5286
5286
|
return this;
|
|
5287
5287
|
}
|
|
5288
|
-
const prefixText = _nullishCoalesce(options.prefixText, () => (
|
|
5289
|
-
const fullPrefixText =
|
|
5288
|
+
const prefixText = _nullishCoalesce(options.prefixText, () => ( _chunkCFIERV77cjs.__privateGet.call(void 0, this, _prefixText)));
|
|
5289
|
+
const fullPrefixText = _chunkCFIERV77cjs.__privateMethod.call(void 0, this, _getFullPrefixText, getFullPrefixText_fn).call(this, prefixText, " ");
|
|
5290
5290
|
const symbolText = _nullishCoalesce(options.symbol, () => ( " "));
|
|
5291
5291
|
const text = _nullishCoalesce(options.text, () => ( this.text));
|
|
5292
5292
|
const fullText = typeof text === "string" ? " " + text : "";
|
|
5293
|
-
const suffixText = _nullishCoalesce(options.suffixText, () => (
|
|
5294
|
-
const fullSuffixText =
|
|
5293
|
+
const suffixText = _nullishCoalesce(options.suffixText, () => ( _chunkCFIERV77cjs.__privateGet.call(void 0, this, _suffixText)));
|
|
5294
|
+
const fullSuffixText = _chunkCFIERV77cjs.__privateMethod.call(void 0, this, _getFullSuffixText, getFullSuffixText_fn).call(this, suffixText, " ");
|
|
5295
5295
|
const textToWrite = fullPrefixText + symbolText + fullText + fullSuffixText + "\n";
|
|
5296
5296
|
this.stop();
|
|
5297
|
-
|
|
5297
|
+
_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream).write(textToWrite);
|
|
5298
5298
|
return this;
|
|
5299
5299
|
}
|
|
5300
5300
|
};
|
|
@@ -5314,7 +5314,7 @@ _text = new WeakMap();
|
|
|
5314
5314
|
_prefixText = new WeakMap();
|
|
5315
5315
|
_suffixText = new WeakMap();
|
|
5316
5316
|
_getFullPrefixText = new WeakSet();
|
|
5317
|
-
getFullPrefixText_fn = function(prefixText =
|
|
5317
|
+
getFullPrefixText_fn = function(prefixText = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _prefixText), postfix = " ") {
|
|
5318
5318
|
if (typeof prefixText === "string" && prefixText !== "") {
|
|
5319
5319
|
return prefixText + postfix;
|
|
5320
5320
|
}
|
|
@@ -5324,7 +5324,7 @@ getFullPrefixText_fn = function(prefixText = _chunkWD4COT7Jcjs.__privateGet.call
|
|
|
5324
5324
|
return "";
|
|
5325
5325
|
};
|
|
5326
5326
|
_getFullSuffixText = new WeakSet();
|
|
5327
|
-
getFullSuffixText_fn = function(suffixText =
|
|
5327
|
+
getFullSuffixText_fn = function(suffixText = _chunkCFIERV77cjs.__privateGet.call(void 0, this, _suffixText), prefix = " ") {
|
|
5328
5328
|
if (typeof suffixText === "string" && suffixText !== "") {
|
|
5329
5329
|
return prefix + suffixText;
|
|
5330
5330
|
}
|
|
@@ -5335,13 +5335,13 @@ getFullSuffixText_fn = function(suffixText = _chunkWD4COT7Jcjs.__privateGet.call
|
|
|
5335
5335
|
};
|
|
5336
5336
|
_updateLineCount = new WeakSet();
|
|
5337
5337
|
updateLineCount_fn = function() {
|
|
5338
|
-
const columns = _nullishCoalesce(
|
|
5339
|
-
const fullPrefixText =
|
|
5340
|
-
const fullSuffixText =
|
|
5341
|
-
const fullText = " ".repeat(
|
|
5342
|
-
|
|
5338
|
+
const columns = _nullishCoalesce(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _stream).columns, () => ( 80));
|
|
5339
|
+
const fullPrefixText = _chunkCFIERV77cjs.__privateMethod.call(void 0, this, _getFullPrefixText, getFullPrefixText_fn).call(this, _chunkCFIERV77cjs.__privateGet.call(void 0, this, _prefixText), "-");
|
|
5340
|
+
const fullSuffixText = _chunkCFIERV77cjs.__privateMethod.call(void 0, this, _getFullSuffixText, getFullSuffixText_fn).call(this, _chunkCFIERV77cjs.__privateGet.call(void 0, this, _suffixText), "-");
|
|
5341
|
+
const fullText = " ".repeat(_chunkCFIERV77cjs.__privateGet.call(void 0, this, _indent)) + fullPrefixText + "--" + _chunkCFIERV77cjs.__privateGet.call(void 0, this, _text) + "--" + fullSuffixText;
|
|
5342
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _lineCount, 0);
|
|
5343
5343
|
for (const line of stripAnsi(fullText).split("\n")) {
|
|
5344
|
-
|
|
5344
|
+
_chunkCFIERV77cjs.__privateSet.call(void 0, this, _lineCount, _chunkCFIERV77cjs.__privateGet.call(void 0, this, _lineCount) + Math.max(1, Math.ceil(stringWidth(line, { countAnsiEscapeCodes: true }) / columns)));
|
|
5345
5345
|
}
|
|
5346
5346
|
};
|
|
5347
5347
|
function ora(options) {
|
|
@@ -5354,7 +5354,7 @@ var spinner = ora({
|
|
|
5354
5354
|
});
|
|
5355
5355
|
|
|
5356
5356
|
// src/utils/watcher.ts
|
|
5357
|
-
|
|
5357
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
5358
5358
|
async function startWatcher(path5, cb) {
|
|
5359
5359
|
const { watch } = await Promise.resolve().then(() => _interopRequireWildcard(require("chokidar")));
|
|
5360
5360
|
const ignored = ["**/{.git,node_modules}/**"];
|
|
@@ -5378,18 +5378,18 @@ async function startWatcher(path5, cb) {
|
|
|
5378
5378
|
|
|
5379
5379
|
|
|
5380
5380
|
// src/generate.ts
|
|
5381
|
-
|
|
5381
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
5382
5382
|
|
|
5383
5383
|
|
|
5384
5384
|
var _consola = require('consola');
|
|
5385
5385
|
|
|
5386
5386
|
// src/utils/executeHooks.ts
|
|
5387
|
-
|
|
5387
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
5388
5388
|
|
|
5389
5389
|
var _stringargv = require('string-argv');
|
|
5390
5390
|
|
|
5391
5391
|
// src/utils/OraWritable.ts
|
|
5392
|
-
|
|
5392
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
5393
5393
|
var _stream2 = require('stream');
|
|
5394
5394
|
var OraWritable = class extends _stream2.Writable {
|
|
5395
5395
|
constructor(spinner2, command2, opts) {
|
|
@@ -5443,7 +5443,7 @@ async function executeHooks({ hooks, logLevel }) {
|
|
|
5443
5443
|
}
|
|
5444
5444
|
|
|
5445
5445
|
// src/utils/getErrorCauses.ts
|
|
5446
|
-
|
|
5446
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
5447
5447
|
function getErrorCauses(errors) {
|
|
5448
5448
|
return errors.reduce((prev, error) => {
|
|
5449
5449
|
const causedError = _optionalChain([error, 'optionalAccess', _19 => _19.cause]);
|
|
@@ -5457,12 +5457,12 @@ function getErrorCauses(errors) {
|
|
|
5457
5457
|
}
|
|
5458
5458
|
|
|
5459
5459
|
// src/utils/getSummary.ts
|
|
5460
|
-
|
|
5460
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
5461
5461
|
|
|
5462
5462
|
|
|
5463
5463
|
|
|
5464
5464
|
// src/utils/parseHrtimeToSeconds.ts
|
|
5465
|
-
|
|
5465
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
5466
5466
|
function parseHrtimeToSeconds(hrtime) {
|
|
5467
5467
|
const seconds = (hrtime[0] + hrtime[1] / 1e9).toFixed(3);
|
|
5468
5468
|
return seconds;
|
|
@@ -5524,7 +5524,7 @@ function getSummary({ pluginManager, status, hrstart, config, logger }) {
|
|
|
5524
5524
|
}
|
|
5525
5525
|
|
|
5526
5526
|
// src/utils/writeLog.ts
|
|
5527
|
-
|
|
5527
|
+
_chunkCFIERV77cjs.init_cjs_shims.call(void 0, );
|
|
5528
5528
|
|
|
5529
5529
|
var _fs3 = require('@kubb/fs');
|
|
5530
5530
|
async function writeLog(data) {
|
|
@@ -5708,4 +5708,4 @@ var generate_default = command;
|
|
|
5708
5708
|
|
|
5709
5709
|
|
|
5710
5710
|
exports.default = generate_default;
|
|
5711
|
-
//# sourceMappingURL=generate-
|
|
5711
|
+
//# sourceMappingURL=generate-4YVU7UQV.cjs.map
|