@modern-js/monorepo-generator 3.1.30 → 3.1.32
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/index.js +320 -407
- package/package.json +9 -9
package/dist/index.js
CHANGED
@@ -34,9 +34,6 @@ var __objRest = (source, exclude) => {
|
|
34
34
|
}
|
35
35
|
return target;
|
36
36
|
};
|
37
|
-
var __esm = (fn, res) => function __init() {
|
38
|
-
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
39
|
-
};
|
40
37
|
var __commonJS = (cb, mod) => function __require() {
|
41
38
|
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
42
39
|
};
|
@@ -82,9 +79,9 @@ var __async = (__this, __arguments, generator) => {
|
|
82
79
|
});
|
83
80
|
};
|
84
81
|
|
85
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/import-lazy/index.js
|
82
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/import-lazy/index.js
|
86
83
|
var require_import_lazy = __commonJS({
|
87
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/import-lazy/index.js"(exports, module2) {
|
84
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/import-lazy/index.js"(exports, module2) {
|
88
85
|
(() => {
|
89
86
|
"use strict";
|
90
87
|
var e = { 42: (e2) => {
|
@@ -130,9 +127,9 @@ var require_import_lazy = __commonJS({
|
|
130
127
|
}
|
131
128
|
});
|
132
129
|
|
133
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/fs-extra/index.js
|
130
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/fs-extra/index.js
|
134
131
|
var require_fs_extra = __commonJS({
|
135
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/fs-extra/index.js"(exports, module2) {
|
132
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/fs-extra/index.js"(exports, module2) {
|
136
133
|
(() => {
|
137
134
|
var e = { 571: (e2, t2, r2) => {
|
138
135
|
"use strict";
|
@@ -2385,9 +2382,9 @@ var require_fs_extra = __commonJS({
|
|
2385
2382
|
}
|
2386
2383
|
});
|
2387
2384
|
|
2388
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
|
2385
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
|
2389
2386
|
var require_chalk = __commonJS({
|
2390
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
|
2387
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
|
2391
2388
|
(() => {
|
2392
2389
|
var e = { 44: (e2, t2, n2) => {
|
2393
2390
|
"use strict";
|
@@ -3515,13 +3512,13 @@ var require_chalk = __commonJS({
|
|
3515
3512
|
c = l.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(l.FORCE_COLOR, 10), 3);
|
3516
3513
|
}
|
3517
3514
|
}
|
3518
|
-
function
|
3515
|
+
function translateLevel(e3) {
|
3519
3516
|
if (e3 === 0) {
|
3520
3517
|
return false;
|
3521
3518
|
}
|
3522
3519
|
return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
|
3523
3520
|
}
|
3524
|
-
function
|
3521
|
+
function supportsColor(e3, t3) {
|
3525
3522
|
if (c === 0) {
|
3526
3523
|
return 0;
|
3527
3524
|
}
|
@@ -3578,10 +3575,10 @@ var require_chalk = __commonJS({
|
|
3578
3575
|
return n3;
|
3579
3576
|
}
|
3580
3577
|
function getSupportLevel(e3) {
|
3581
|
-
const t3 =
|
3582
|
-
return
|
3578
|
+
const t3 = supportsColor(e3, e3 && e3.isTTY);
|
3579
|
+
return translateLevel(t3);
|
3583
3580
|
}
|
3584
|
-
e2.exports = { supportsColor: getSupportLevel, stdout:
|
3581
|
+
e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel(supportsColor(true, s.isatty(1))), stderr: translateLevel(supportsColor(true, s.isatty(2))) };
|
3585
3582
|
}, 37: (e2) => {
|
3586
3583
|
"use strict";
|
3587
3584
|
e2.exports = require("os");
|
@@ -3623,9 +3620,9 @@ var require_chalk = __commonJS({
|
|
3623
3620
|
}
|
3624
3621
|
});
|
3625
3622
|
|
3626
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/strip-ansi/index.js
|
3623
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/strip-ansi/index.js
|
3627
3624
|
var require_strip_ansi = __commonJS({
|
3628
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/strip-ansi/index.js"(exports, module2) {
|
3625
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/strip-ansi/index.js"(exports, module2) {
|
3629
3626
|
(() => {
|
3630
3627
|
"use strict";
|
3631
3628
|
var e = { 275: (e2) => {
|
@@ -3662,9 +3659,9 @@ var require_strip_ansi = __commonJS({
|
|
3662
3659
|
}
|
3663
3660
|
});
|
3664
3661
|
|
3665
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/ora/index.js
|
3662
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/ora/index.js
|
3666
3663
|
var require_ora = __commonJS({
|
3667
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/ora/index.js"(exports, module2) {
|
3664
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/ora/index.js"(exports, module2) {
|
3668
3665
|
(() => {
|
3669
3666
|
var e = { 695: (e2, t2, r2) => {
|
3670
3667
|
"use strict";
|
@@ -7376,9 +7373,9 @@ var require_ora = __commonJS({
|
|
7376
7373
|
}
|
7377
7374
|
});
|
7378
7375
|
|
7379
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/glob/index.js
|
7376
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/glob/index.js
|
7380
7377
|
var require_glob = __commonJS({
|
7381
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/glob/index.js"(exports, module2) {
|
7378
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/glob/index.js"(exports, module2) {
|
7382
7379
|
(() => {
|
7383
7380
|
var t = { 155: (t2) => {
|
7384
7381
|
"use strict";
|
@@ -9679,9 +9676,9 @@ var require_glob = __commonJS({
|
|
9679
9676
|
}
|
9680
9677
|
});
|
9681
9678
|
|
9682
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/js-yaml/index.js
|
9679
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/js-yaml/index.js
|
9683
9680
|
var require_js_yaml = __commonJS({
|
9684
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/js-yaml/index.js"(exports, module2) {
|
9681
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/js-yaml/index.js"(exports, module2) {
|
9685
9682
|
(() => {
|
9686
9683
|
"use strict";
|
9687
9684
|
var e = { 509: (e2, t2, r2) => {
|
@@ -12192,9 +12189,9 @@ var require_js_yaml = __commonJS({
|
|
12192
12189
|
}
|
12193
12190
|
});
|
12194
12191
|
|
12195
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/debug/index.js
|
12192
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/debug/index.js
|
12196
12193
|
var require_debug = __commonJS({
|
12197
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/debug/index.js"(exports, module2) {
|
12194
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/debug/index.js"(exports, module2) {
|
12198
12195
|
(() => {
|
12199
12196
|
var e = { 20: (e2, t2, r2) => {
|
12200
12197
|
t2.formatArgs = formatArgs;
|
@@ -12656,13 +12653,13 @@ var require_debug = __commonJS({
|
|
12656
12653
|
c = a.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(a.FORCE_COLOR, 10), 3);
|
12657
12654
|
}
|
12658
12655
|
}
|
12659
|
-
function
|
12656
|
+
function translateLevel(e3) {
|
12660
12657
|
if (e3 === 0) {
|
12661
12658
|
return false;
|
12662
12659
|
}
|
12663
12660
|
return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
|
12664
12661
|
}
|
12665
|
-
function
|
12662
|
+
function supportsColor(e3, t3) {
|
12666
12663
|
if (c === 0) {
|
12667
12664
|
return 0;
|
12668
12665
|
}
|
@@ -12719,10 +12716,10 @@ var require_debug = __commonJS({
|
|
12719
12716
|
return r3;
|
12720
12717
|
}
|
12721
12718
|
function getSupportLevel(e3) {
|
12722
|
-
const t3 =
|
12723
|
-
return
|
12719
|
+
const t3 = supportsColor(e3, e3 && e3.isTTY);
|
12720
|
+
return translateLevel(t3);
|
12724
12721
|
}
|
12725
|
-
e2.exports = { supportsColor: getSupportLevel, stdout:
|
12722
|
+
e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel(supportsColor(true, n.isatty(1))), stderr: translateLevel(supportsColor(true, n.isatty(2))) };
|
12726
12723
|
}, 37: (e2) => {
|
12727
12724
|
"use strict";
|
12728
12725
|
e2.exports = require("os");
|
@@ -12758,9 +12755,9 @@ var require_debug = __commonJS({
|
|
12758
12755
|
}
|
12759
12756
|
});
|
12760
12757
|
|
12761
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/slash/index.js
|
12758
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/slash/index.js
|
12762
12759
|
var require_slash = __commonJS({
|
12763
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/slash/index.js"(exports, module2) {
|
12760
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/slash/index.js"(exports, module2) {
|
12764
12761
|
(() => {
|
12765
12762
|
"use strict";
|
12766
12763
|
var e = { 398: (e2) => {
|
@@ -12798,9 +12795,9 @@ var require_slash = __commonJS({
|
|
12798
12795
|
}
|
12799
12796
|
});
|
12800
12797
|
|
12801
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/execa/index.js
|
12798
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/execa/index.js
|
12802
12799
|
var require_execa = __commonJS({
|
12803
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/execa/index.js"(exports, module2) {
|
12800
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/execa/index.js"(exports, module2) {
|
12804
12801
|
(() => {
|
12805
12802
|
var e = { 328: (e2, t2, n2) => {
|
12806
12803
|
"use strict";
|
@@ -14115,9 +14112,9 @@ ${o.message}` : x;
|
|
14115
14112
|
}
|
14116
14113
|
});
|
14117
14114
|
|
14118
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/json5/index.js
|
14115
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/json5/index.js
|
14119
14116
|
var require_json5 = __commonJS({
|
14120
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/json5/index.js"(exports, module2) {
|
14117
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/json5/index.js"(exports, module2) {
|
14121
14118
|
(() => {
|
14122
14119
|
var u = { 361: (u2, D2, e2) => {
|
14123
14120
|
const r = e2(108);
|
@@ -15135,9 +15132,9 @@ var require_json5 = __commonJS({
|
|
15135
15132
|
}
|
15136
15133
|
});
|
15137
15134
|
|
15138
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/upath/index.js
|
15135
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/upath/index.js
|
15139
15136
|
var require_upath = __commonJS({
|
15140
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/upath/index.js"(exports, module2) {
|
15137
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/upath/index.js"(exports, module2) {
|
15141
15138
|
(() => {
|
15142
15139
|
var e = { 472: (e2, t2, r2) => {
|
15143
15140
|
var n = "2.0.1";
|
@@ -15322,9 +15319,9 @@ var require_upath = __commonJS({
|
|
15322
15319
|
}
|
15323
15320
|
});
|
15324
15321
|
|
15325
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/pkg-up/index.js
|
15322
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/pkg-up/index.js
|
15326
15323
|
var require_pkg_up = __commonJS({
|
15327
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/pkg-up/index.js"(exports, module2) {
|
15324
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/pkg-up/index.js"(exports, module2) {
|
15328
15325
|
(() => {
|
15329
15326
|
"use strict";
|
15330
15327
|
var e = { 485: (e2, r2, n2) => {
|
@@ -15489,9 +15486,9 @@ var require_pkg_up = __commonJS({
|
|
15489
15486
|
}
|
15490
15487
|
});
|
15491
15488
|
|
15492
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/nanoid/index.js
|
15489
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/nanoid/index.js
|
15493
15490
|
var require_nanoid = __commonJS({
|
15494
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/nanoid/index.js"(exports, module2) {
|
15491
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/nanoid/index.js"(exports, module2) {
|
15495
15492
|
(() => {
|
15496
15493
|
var e = { 113: (e2) => {
|
15497
15494
|
"use strict";
|
@@ -15571,9 +15568,9 @@ var require_nanoid = __commonJS({
|
|
15571
15568
|
}
|
15572
15569
|
});
|
15573
15570
|
|
15574
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/semver/index.js
|
15571
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/semver/index.js
|
15575
15572
|
var require_semver = __commonJS({
|
15576
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/semver/index.js"(exports, module2) {
|
15573
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/semver/index.js"(exports, module2) {
|
15577
15574
|
(() => {
|
15578
15575
|
var e = { 844: (e2, t2, r2) => {
|
15579
15576
|
"use strict";
|
@@ -17593,9 +17590,9 @@ var require_semver = __commonJS({
|
|
17593
17590
|
}
|
17594
17591
|
});
|
17595
17592
|
|
17596
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/dotenv/index.js
|
17593
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/dotenv/index.js
|
17597
17594
|
var require_dotenv = __commonJS({
|
17598
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/dotenv/index.js"(exports, module2) {
|
17595
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/dotenv/index.js"(exports, module2) {
|
17599
17596
|
(() => {
|
17600
17597
|
var e = { 608: (e2, r2, n2) => {
|
17601
17598
|
const t = n2(147);
|
@@ -23183,16 +23180,16 @@ var require_lodash = __commonJS({
|
|
23183
23180
|
}
|
23184
23181
|
});
|
23185
23182
|
|
23186
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/lodash/index.js
|
23183
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/lodash/index.js
|
23187
23184
|
var require_lodash2 = __commonJS({
|
23188
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/lodash/index.js"(exports, module2) {
|
23185
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/lodash/index.js"(exports, module2) {
|
23189
23186
|
module2.exports = require_lodash();
|
23190
23187
|
}
|
23191
23188
|
});
|
23192
23189
|
|
23193
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/fast-glob/index.js
|
23190
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/fast-glob/index.js
|
23194
23191
|
var require_fast_glob = __commonJS({
|
23195
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/fast-glob/index.js"(exports, module2) {
|
23192
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/fast-glob/index.js"(exports, module2) {
|
23196
23193
|
(() => {
|
23197
23194
|
var t = { 6491: (t2, e2, r2) => {
|
23198
23195
|
"use strict";
|
@@ -27706,9 +27703,9 @@ var require_fast_glob = __commonJS({
|
|
27706
27703
|
}
|
27707
27704
|
});
|
27708
27705
|
|
27709
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/globby/index.js
|
27706
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/globby/index.js
|
27710
27707
|
var require_globby = __commonJS({
|
27711
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/globby/index.js"(exports, module2) {
|
27708
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/globby/index.js"(exports, module2) {
|
27712
27709
|
(() => {
|
27713
27710
|
var t = { 337: (t2) => {
|
27714
27711
|
"use strict";
|
@@ -28351,9 +28348,9 @@ var require_globby = __commonJS({
|
|
28351
28348
|
}
|
28352
28349
|
});
|
28353
28350
|
|
28354
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/address/index.js
|
28351
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/address/index.js
|
28355
28352
|
var require_address = __commonJS({
|
28356
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/address/index.js"(exports, module2) {
|
28353
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/address/index.js"(exports, module2) {
|
28357
28354
|
(() => {
|
28358
28355
|
"use strict";
|
28359
28356
|
var e = { 198: (e2, r2, a2) => {
|
@@ -28557,16 +28554,16 @@ var require_address = __commonJS({
|
|
28557
28554
|
}
|
28558
28555
|
});
|
28559
28556
|
|
28560
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/signale/package.json
|
28557
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/signale/package.json
|
28561
28558
|
var require_package = __commonJS({
|
28562
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/signale/package.json"(exports, module2) {
|
28559
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/signale/package.json"(exports, module2) {
|
28563
28560
|
module2.exports = { name: "signale", author: { name: "Klaus Sinani", email: "klaussinani@gmail.com", url: "https://klaussinani.github.io" }, version: "1.4.0", license: "MIT", options: { default: { displayScope: true, displayBadge: true, displayDate: false, displayFilename: false, displayLabel: true, displayTimestamp: false, underlineLabel: true, underlineMessage: false, underlinePrefix: false, underlineSuffix: false, uppercaseLabel: false } } };
|
28564
28561
|
}
|
28565
28562
|
});
|
28566
28563
|
|
28567
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/signale/index.js
|
28564
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/signale/index.js
|
28568
28565
|
var require_signale = __commonJS({
|
28569
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/signale/index.js"(exports, module2) {
|
28566
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/signale/index.js"(exports, module2) {
|
28570
28567
|
(() => {
|
28571
28568
|
var e = { 305: (e2, t2, r2) => {
|
28572
28569
|
"use strict";
|
@@ -30118,9 +30115,9 @@ var require_signale = __commonJS({
|
|
30118
30115
|
}
|
30119
30116
|
});
|
30120
30117
|
|
30121
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/url-join/index.js
|
30118
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/url-join/index.js
|
30122
30119
|
var require_url_join = __commonJS({
|
30123
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/url-join/index.js"(exports, module2) {
|
30120
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/url-join/index.js"(exports, module2) {
|
30124
30121
|
(() => {
|
30125
30122
|
var e = { 670: function(e2) {
|
30126
30123
|
(function(r2, i2, t) {
|
@@ -30208,9 +30205,9 @@ var require_url_join = __commonJS({
|
|
30208
30205
|
}
|
30209
30206
|
});
|
30210
30207
|
|
30211
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/minimist/index.js
|
30208
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/minimist/index.js
|
30212
30209
|
var require_minimist = __commonJS({
|
30213
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/minimist/index.js"(exports, module2) {
|
30210
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/minimist/index.js"(exports, module2) {
|
30214
30211
|
(() => {
|
30215
30212
|
var e = { 319: (e2) => {
|
30216
30213
|
e2.exports = function(e3, t2) {
|
@@ -30438,9 +30435,9 @@ var require_minimist = __commonJS({
|
|
30438
30435
|
}
|
30439
30436
|
});
|
30440
30437
|
|
30441
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/filesize/index.js
|
30438
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/filesize/index.js
|
30442
30439
|
var require_filesize = __commonJS({
|
30443
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/filesize/index.js"(exports, module2) {
|
30440
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/filesize/index.js"(exports, module2) {
|
30444
30441
|
(() => {
|
30445
30442
|
var i = { 823: function(i2) {
|
30446
30443
|
(function(e2, t2) {
|
@@ -30575,9 +30572,9 @@ var require_filesize = __commonJS({
|
|
30575
30572
|
}
|
30576
30573
|
});
|
30577
30574
|
|
30578
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/gzip-size/index.js
|
30575
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/gzip-size/index.js
|
30579
30576
|
var require_gzip_size = __commonJS({
|
30580
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/gzip-size/index.js"(exports, module2) {
|
30577
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/gzip-size/index.js"(exports, module2) {
|
30581
30578
|
(() => {
|
30582
30579
|
var e = { 325: (e2, r2, t2) => {
|
30583
30580
|
var n = t2(781);
|
@@ -30728,9 +30725,9 @@ var require_gzip_size = __commonJS({
|
|
30728
30725
|
}
|
30729
30726
|
});
|
30730
30727
|
|
30731
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/dotenv-expand/index.js
|
30728
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/dotenv-expand/index.js
|
30732
30729
|
var require_dotenv_expand = __commonJS({
|
30733
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/dotenv-expand/index.js"(exports, module2) {
|
30730
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/dotenv-expand/index.js"(exports, module2) {
|
30734
30731
|
(() => {
|
30735
30732
|
"use strict";
|
30736
30733
|
var r = { 926: (r2) => {
|
@@ -30982,9 +30979,9 @@ var require_region = __commonJS({
|
|
30982
30979
|
}
|
30983
30980
|
});
|
30984
30981
|
|
30985
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/browserslist/index.js
|
30982
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/browserslist/index.js
|
30986
30983
|
var require_browserslist = __commonJS({
|
30987
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/browserslist/index.js"(exports, module2) {
|
30984
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/browserslist/index.js"(exports, module2) {
|
30988
30985
|
(() => {
|
30989
30986
|
var e = { 923: (e2) => {
|
30990
30987
|
function BrowserslistError(e3) {
|
@@ -32213,9 +32210,9 @@ var require_browserslist = __commonJS({
|
|
32213
32210
|
}
|
32214
32211
|
});
|
32215
32212
|
|
32216
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/recursive-readdir/index.js
|
32213
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/recursive-readdir/index.js
|
32217
32214
|
var require_recursive_readdir = __commonJS({
|
32218
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/recursive-readdir/index.js"(exports, module2) {
|
32215
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/recursive-readdir/index.js"(exports, module2) {
|
32219
32216
|
(() => {
|
32220
32217
|
var e = { 155: (e2) => {
|
32221
32218
|
"use strict";
|
@@ -33088,9 +33085,9 @@ var require_recursive_readdir = __commonJS({
|
|
33088
33085
|
}
|
33089
33086
|
});
|
33090
33087
|
|
33091
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/commander/index.js
|
33088
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/commander/index.js
|
33092
33089
|
var require_commander = __commonJS({
|
33093
|
-
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/commander/index.js"(exports, module2) {
|
33090
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/commander/index.js"(exports, module2) {
|
33094
33091
|
(() => {
|
33095
33092
|
var t = { 81: (t2) => {
|
33096
33093
|
"use strict";
|
@@ -43543,15 +43540,15 @@ var require_runtime = __commonJS({
|
|
43543
43540
|
throw new _exception2["default"]("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version (" + compilerInfo[1] + ").");
|
43544
43541
|
}
|
43545
43542
|
}
|
43546
|
-
function template(templateSpec,
|
43547
|
-
if (!
|
43543
|
+
function template(templateSpec, env) {
|
43544
|
+
if (!env) {
|
43548
43545
|
throw new _exception2["default"]("No environment passed to template");
|
43549
43546
|
}
|
43550
43547
|
if (!templateSpec || !templateSpec.main) {
|
43551
43548
|
throw new _exception2["default"]("Unknown template object: " + typeof templateSpec);
|
43552
43549
|
}
|
43553
43550
|
templateSpec.main.decorator = templateSpec.main_d;
|
43554
|
-
|
43551
|
+
env.VM.checkRevision(templateSpec.compiler);
|
43555
43552
|
var templateWasPrecompiledWithCompilerV7 = templateSpec.compiler && templateSpec.compiler[0] === 7;
|
43556
43553
|
function invokePartialWrapper(partial, context, options) {
|
43557
43554
|
if (options.hash) {
|
@@ -43560,14 +43557,14 @@ var require_runtime = __commonJS({
|
|
43560
43557
|
options.ids[0] = true;
|
43561
43558
|
}
|
43562
43559
|
}
|
43563
|
-
partial =
|
43560
|
+
partial = env.VM.resolvePartial.call(this, partial, context, options);
|
43564
43561
|
var extendedOptions = Utils.extend({}, options, {
|
43565
43562
|
hooks: this.hooks,
|
43566
43563
|
protoAccessControl: this.protoAccessControl
|
43567
43564
|
});
|
43568
|
-
var result =
|
43569
|
-
if (result == null &&
|
43570
|
-
options.partials[options.name] =
|
43565
|
+
var result = env.VM.invokePartial.call(this, partial, context, extendedOptions);
|
43566
|
+
if (result == null && env.compile) {
|
43567
|
+
options.partials[options.name] = env.compile(partial, templateSpec.compilerOptions, env);
|
43571
43568
|
result = options.partials[options.name](context, extendedOptions);
|
43572
43569
|
}
|
43573
43570
|
if (result != null) {
|
@@ -43652,7 +43649,7 @@ var require_runtime = __commonJS({
|
|
43652
43649
|
},
|
43653
43650
|
// An empty object to use as replacement for null-contexts
|
43654
43651
|
nullContext: Object.seal({}),
|
43655
|
-
noop:
|
43652
|
+
noop: env.VM.noop,
|
43656
43653
|
compilerInfo: templateSpec.compiler
|
43657
43654
|
};
|
43658
43655
|
function ret(context) {
|
@@ -43679,14 +43676,14 @@ var require_runtime = __commonJS({
|
|
43679
43676
|
ret.isTop = true;
|
43680
43677
|
ret._setup = function(options) {
|
43681
43678
|
if (!options.partial) {
|
43682
|
-
var mergedHelpers = Utils.extend({},
|
43679
|
+
var mergedHelpers = Utils.extend({}, env.helpers, options.helpers);
|
43683
43680
|
wrapHelpersToPassLookupProperty(mergedHelpers, container);
|
43684
43681
|
container.helpers = mergedHelpers;
|
43685
43682
|
if (templateSpec.usePartial) {
|
43686
|
-
container.partials = container.mergeIfNeeded(options.partials,
|
43683
|
+
container.partials = container.mergeIfNeeded(options.partials, env.partials);
|
43687
43684
|
}
|
43688
43685
|
if (templateSpec.usePartial || templateSpec.useDecorators) {
|
43689
|
-
container.decorators = Utils.extend({},
|
43686
|
+
container.decorators = Utils.extend({}, env.decorators, options.decorators);
|
43690
43687
|
}
|
43691
43688
|
container.hooks = {};
|
43692
43689
|
container.protoAccessControl = _internalProtoAccess.createProtoAccessControl(options);
|
@@ -45488,7 +45485,7 @@ var require_compiler = __commonJS({
|
|
45488
45485
|
}
|
45489
45486
|
}
|
45490
45487
|
};
|
45491
|
-
function precompile(input, options,
|
45488
|
+
function precompile(input, options, env) {
|
45492
45489
|
if (input == null || typeof input !== "string" && input.type !== "Program") {
|
45493
45490
|
throw new _exception2["default"]("You must pass a string or Handlebars AST to Handlebars.precompile. You passed " + input);
|
45494
45491
|
}
|
@@ -45499,10 +45496,10 @@ var require_compiler = __commonJS({
|
|
45499
45496
|
if (options.compat) {
|
45500
45497
|
options.useDepths = true;
|
45501
45498
|
}
|
45502
|
-
var ast =
|
45503
|
-
return new
|
45499
|
+
var ast = env.parse(input, options), environment = new env.Compiler().compile(ast, options);
|
45500
|
+
return new env.JavaScriptCompiler().compile(environment, options);
|
45504
45501
|
}
|
45505
|
-
function compile2(input, options,
|
45502
|
+
function compile2(input, options, env) {
|
45506
45503
|
if (options === void 0)
|
45507
45504
|
options = {};
|
45508
45505
|
if (input == null || typeof input !== "string" && input.type !== "Program") {
|
@@ -45517,8 +45514,8 @@ var require_compiler = __commonJS({
|
|
45517
45514
|
}
|
45518
45515
|
var compiled = void 0;
|
45519
45516
|
function compileInput() {
|
45520
|
-
var ast =
|
45521
|
-
return
|
45517
|
+
var ast = env.parse(input, options), environment = new env.Compiler().compile(ast, options), templateSpec = new env.JavaScriptCompiler().compile(environment, options, void 0, true);
|
45518
|
+
return env.template(templateSpec);
|
45522
45519
|
}
|
45523
45520
|
function ret(context, execOptions) {
|
45524
45521
|
if (!compiled) {
|
@@ -49301,6 +49298,13 @@ var require_ejs = __commonJS({
|
|
49301
49298
|
}
|
49302
49299
|
});
|
49303
49300
|
|
49301
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.29.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/lodash/index.js
|
49302
|
+
var require_lodash3 = __commonJS({
|
49303
|
+
"../../../../node_modules/.pnpm/@modern-js+utils@2.29.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/compiled/lodash/index.js"(exports, module2) {
|
49304
|
+
module2.exports = require_lodash();
|
49305
|
+
}
|
49306
|
+
});
|
49307
|
+
|
49304
49308
|
// ../../../../node_modules/.pnpm/escape-string-regexp@1.0.5/node_modules/escape-string-regexp/index.js
|
49305
49309
|
var require_escape_string_regexp = __commonJS({
|
49306
49310
|
"../../../../node_modules/.pnpm/escape-string-regexp@1.0.5/node_modules/escape-string-regexp/index.js"(exports, module2) {
|
@@ -54122,7 +54126,7 @@ var require_innerFrom = __commonJS({
|
|
54122
54126
|
exports.fromIterable = fromIterable;
|
54123
54127
|
function fromAsyncIterable(asyncIterable) {
|
54124
54128
|
return new Observable_1.Observable(function(subscriber) {
|
54125
|
-
|
54129
|
+
process2(asyncIterable, subscriber).catch(function(err) {
|
54126
54130
|
return subscriber.error(err);
|
54127
54131
|
});
|
54128
54132
|
});
|
@@ -54132,7 +54136,7 @@ var require_innerFrom = __commonJS({
|
|
54132
54136
|
return fromAsyncIterable(isReadableStreamLike_1.readableStreamLikeToAsyncGenerator(readableStream));
|
54133
54137
|
}
|
54134
54138
|
exports.fromReadableStreamLike = fromReadableStreamLike;
|
54135
|
-
function
|
54139
|
+
function process2(asyncIterable, subscriber) {
|
54136
54140
|
var asyncIterable_1, asyncIterable_1_1;
|
54137
54141
|
var e_2, _a2;
|
54138
54142
|
return __awaiter6(this, void 0, void 0, function() {
|
@@ -61411,11 +61415,11 @@ var require_signals = __commonJS({
|
|
61411
61415
|
// ../../../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js
|
61412
61416
|
var require_signal_exit = __commonJS({
|
61413
61417
|
"../../../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js"(exports, module2) {
|
61414
|
-
var
|
61415
|
-
var processOk = function(
|
61416
|
-
return
|
61418
|
+
var process2 = global.process;
|
61419
|
+
var processOk = function(process3) {
|
61420
|
+
return process3 && typeof process3 === "object" && typeof process3.removeListener === "function" && typeof process3.emit === "function" && typeof process3.reallyExit === "function" && typeof process3.listeners === "function" && typeof process3.kill === "function" && typeof process3.pid === "number" && typeof process3.on === "function";
|
61417
61421
|
};
|
61418
|
-
if (!processOk(
|
61422
|
+
if (!processOk(process2)) {
|
61419
61423
|
module2.exports = function() {
|
61420
61424
|
return function() {
|
61421
61425
|
};
|
@@ -61423,15 +61427,15 @@ var require_signal_exit = __commonJS({
|
|
61423
61427
|
} else {
|
61424
61428
|
assert = require("assert");
|
61425
61429
|
signals = require_signals();
|
61426
|
-
isWin = /^win/i.test(
|
61430
|
+
isWin = /^win/i.test(process2.platform);
|
61427
61431
|
EE = require("events");
|
61428
61432
|
if (typeof EE !== "function") {
|
61429
61433
|
EE = EE.EventEmitter;
|
61430
61434
|
}
|
61431
|
-
if (
|
61432
|
-
emitter =
|
61435
|
+
if (process2.__signal_exit_emitter__) {
|
61436
|
+
emitter = process2.__signal_exit_emitter__;
|
61433
61437
|
} else {
|
61434
|
-
emitter =
|
61438
|
+
emitter = process2.__signal_exit_emitter__ = new EE();
|
61435
61439
|
emitter.count = 0;
|
61436
61440
|
emitter.emitted = {};
|
61437
61441
|
}
|
@@ -61468,12 +61472,12 @@ var require_signal_exit = __commonJS({
|
|
61468
61472
|
loaded = false;
|
61469
61473
|
signals.forEach(function(sig) {
|
61470
61474
|
try {
|
61471
|
-
|
61475
|
+
process2.removeListener(sig, sigListeners[sig]);
|
61472
61476
|
} catch (er) {
|
61473
61477
|
}
|
61474
61478
|
});
|
61475
|
-
|
61476
|
-
|
61479
|
+
process2.emit = originalProcessEmit;
|
61480
|
+
process2.reallyExit = originalProcessReallyExit;
|
61477
61481
|
emitter.count -= 1;
|
61478
61482
|
};
|
61479
61483
|
module2.exports.unload = unload;
|
@@ -61490,7 +61494,7 @@ var require_signal_exit = __commonJS({
|
|
61490
61494
|
if (!processOk(global.process)) {
|
61491
61495
|
return;
|
61492
61496
|
}
|
61493
|
-
var listeners =
|
61497
|
+
var listeners = process2.listeners(sig);
|
61494
61498
|
if (listeners.length === emitter.count) {
|
61495
61499
|
unload();
|
61496
61500
|
emit("exit", null, sig);
|
@@ -61498,7 +61502,7 @@ var require_signal_exit = __commonJS({
|
|
61498
61502
|
if (isWin && sig === "SIGHUP") {
|
61499
61503
|
sig = "SIGINT";
|
61500
61504
|
}
|
61501
|
-
|
61505
|
+
process2.kill(process2.pid, sig);
|
61502
61506
|
}
|
61503
61507
|
};
|
61504
61508
|
});
|
@@ -61514,36 +61518,36 @@ var require_signal_exit = __commonJS({
|
|
61514
61518
|
emitter.count += 1;
|
61515
61519
|
signals = signals.filter(function(sig) {
|
61516
61520
|
try {
|
61517
|
-
|
61521
|
+
process2.on(sig, sigListeners[sig]);
|
61518
61522
|
return true;
|
61519
61523
|
} catch (er) {
|
61520
61524
|
return false;
|
61521
61525
|
}
|
61522
61526
|
});
|
61523
|
-
|
61524
|
-
|
61527
|
+
process2.emit = processEmit;
|
61528
|
+
process2.reallyExit = processReallyExit;
|
61525
61529
|
};
|
61526
61530
|
module2.exports.load = load;
|
61527
|
-
originalProcessReallyExit =
|
61531
|
+
originalProcessReallyExit = process2.reallyExit;
|
61528
61532
|
processReallyExit = function processReallyExit2(code) {
|
61529
61533
|
if (!processOk(global.process)) {
|
61530
61534
|
return;
|
61531
61535
|
}
|
61532
|
-
|
61536
|
+
process2.exitCode = code || /* istanbul ignore next */
|
61533
61537
|
0;
|
61534
|
-
emit("exit",
|
61535
|
-
emit("afterexit",
|
61536
|
-
originalProcessReallyExit.call(
|
61538
|
+
emit("exit", process2.exitCode, null);
|
61539
|
+
emit("afterexit", process2.exitCode, null);
|
61540
|
+
originalProcessReallyExit.call(process2, process2.exitCode);
|
61537
61541
|
};
|
61538
|
-
originalProcessEmit =
|
61542
|
+
originalProcessEmit = process2.emit;
|
61539
61543
|
processEmit = function processEmit2(ev, arg) {
|
61540
61544
|
if (ev === "exit" && processOk(global.process)) {
|
61541
61545
|
if (arg !== void 0) {
|
61542
|
-
|
61546
|
+
process2.exitCode = arg;
|
61543
61547
|
}
|
61544
61548
|
var ret = originalProcessEmit.apply(this, arguments);
|
61545
|
-
emit("exit",
|
61546
|
-
emit("afterexit",
|
61549
|
+
emit("exit", process2.exitCode, null);
|
61550
|
+
emit("afterexit", process2.exitCode, null);
|
61547
61551
|
return ret;
|
61548
61552
|
} else {
|
61549
61553
|
return originalProcessEmit.apply(this, arguments);
|
@@ -84472,10 +84476,10 @@ var require_ms = __commonJS({
|
|
84472
84476
|
}
|
84473
84477
|
});
|
84474
84478
|
|
84475
|
-
// ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
84479
|
+
// ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/common.js
|
84476
84480
|
var require_common2 = __commonJS({
|
84477
|
-
"../../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
84478
|
-
function setup(
|
84481
|
+
"../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/common.js"(exports, module2) {
|
84482
|
+
function setup(env) {
|
84479
84483
|
createDebug.debug = createDebug;
|
84480
84484
|
createDebug.default = createDebug;
|
84481
84485
|
createDebug.coerce = coerce;
|
@@ -84484,8 +84488,8 @@ var require_common2 = __commonJS({
|
|
84484
84488
|
createDebug.enabled = enabled;
|
84485
84489
|
createDebug.humanize = require_ms();
|
84486
84490
|
createDebug.destroy = destroy2;
|
84487
|
-
Object.keys(
|
84488
|
-
createDebug[key] =
|
84491
|
+
Object.keys(env).forEach((key) => {
|
84492
|
+
createDebug[key] = env[key];
|
84489
84493
|
});
|
84490
84494
|
createDebug.names = [];
|
84491
84495
|
createDebug.skips = [];
|
@@ -84635,9 +84639,9 @@ var require_common2 = __commonJS({
|
|
84635
84639
|
}
|
84636
84640
|
});
|
84637
84641
|
|
84638
|
-
// ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
84642
|
+
// ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/browser.js
|
84639
84643
|
var require_browser = __commonJS({
|
84640
|
-
"../../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
84644
|
+
"../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/browser.js"(exports, module2) {
|
84641
84645
|
exports.formatArgs = formatArgs;
|
84642
84646
|
exports.save = save;
|
84643
84647
|
exports.load = load;
|
@@ -84804,144 +84808,119 @@ var require_browser = __commonJS({
|
|
84804
84808
|
}
|
84805
84809
|
});
|
84806
84810
|
|
84807
|
-
// ../../../../node_modules/.pnpm/
|
84808
|
-
var
|
84809
|
-
|
84810
|
-
|
84811
|
-
|
84812
|
-
|
84813
|
-
|
84814
|
-
|
84815
|
-
|
84816
|
-
|
84817
|
-
|
84818
|
-
}
|
84819
|
-
function envForceColor() {
|
84820
|
-
if ("FORCE_COLOR" in env) {
|
84821
|
-
if (env.FORCE_COLOR === "true") {
|
84822
|
-
return 1;
|
84823
|
-
}
|
84824
|
-
if (env.FORCE_COLOR === "false") {
|
84825
|
-
return 0;
|
84826
|
-
}
|
84827
|
-
return env.FORCE_COLOR.length === 0 ? 1 : Math.min(Number.parseInt(env.FORCE_COLOR, 10), 3);
|
84828
|
-
}
|
84829
|
-
}
|
84830
|
-
function translateLevel(level) {
|
84831
|
-
if (level === 0) {
|
84832
|
-
return false;
|
84833
|
-
}
|
84834
|
-
return {
|
84835
|
-
level,
|
84836
|
-
hasBasic: true,
|
84837
|
-
has256: level >= 2,
|
84838
|
-
has16m: level >= 3
|
84839
|
-
};
|
84840
|
-
}
|
84841
|
-
function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
|
84842
|
-
const noFlagForceColor = envForceColor();
|
84843
|
-
if (noFlagForceColor !== void 0) {
|
84844
|
-
flagForceColor = noFlagForceColor;
|
84845
|
-
}
|
84846
|
-
const forceColor = sniffFlags ? flagForceColor : noFlagForceColor;
|
84847
|
-
if (forceColor === 0) {
|
84848
|
-
return 0;
|
84849
|
-
}
|
84850
|
-
if (sniffFlags) {
|
84851
|
-
if (hasFlag("color=16m") || hasFlag("color=full") || hasFlag("color=truecolor")) {
|
84852
|
-
return 3;
|
84853
|
-
}
|
84854
|
-
if (hasFlag("color=256")) {
|
84855
|
-
return 2;
|
84856
|
-
}
|
84857
|
-
}
|
84858
|
-
if ("TF_BUILD" in env && "AGENT_NAME" in env) {
|
84859
|
-
return 1;
|
84860
|
-
}
|
84861
|
-
if (haveStream && !streamIsTTY && forceColor === void 0) {
|
84862
|
-
return 0;
|
84863
|
-
}
|
84864
|
-
const min = forceColor || 0;
|
84865
|
-
if (env.TERM === "dumb") {
|
84866
|
-
return min;
|
84811
|
+
// ../../../../node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag/index.js
|
84812
|
+
var require_has_flag = __commonJS({
|
84813
|
+
"../../../../node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag/index.js"(exports, module2) {
|
84814
|
+
"use strict";
|
84815
|
+
module2.exports = (flag, argv) => {
|
84816
|
+
argv = argv || process.argv;
|
84817
|
+
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
84818
|
+
const pos = argv.indexOf(prefix + flag);
|
84819
|
+
const terminatorPos = argv.indexOf("--");
|
84820
|
+
return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos);
|
84821
|
+
};
|
84867
84822
|
}
|
84868
|
-
|
84869
|
-
|
84870
|
-
|
84871
|
-
|
84823
|
+
});
|
84824
|
+
|
84825
|
+
// ../../../../node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color/index.js
|
84826
|
+
var require_supports_color = __commonJS({
|
84827
|
+
"../../../../node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color/index.js"(exports, module2) {
|
84828
|
+
"use strict";
|
84829
|
+
var os = require("os");
|
84830
|
+
var hasFlag = require_has_flag();
|
84831
|
+
var env = process.env;
|
84832
|
+
var forceColor;
|
84833
|
+
if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false")) {
|
84834
|
+
forceColor = false;
|
84835
|
+
} else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) {
|
84836
|
+
forceColor = true;
|
84872
84837
|
}
|
84873
|
-
|
84874
|
-
|
84875
|
-
if ("CI" in env) {
|
84876
|
-
if ("GITHUB_ACTIONS" in env) {
|
84877
|
-
return 3;
|
84838
|
+
if ("FORCE_COLOR" in env) {
|
84839
|
+
forceColor = env.FORCE_COLOR.length === 0 || parseInt(env.FORCE_COLOR, 10) !== 0;
|
84878
84840
|
}
|
84879
|
-
|
84880
|
-
|
84841
|
+
function translateLevel(level) {
|
84842
|
+
if (level === 0) {
|
84843
|
+
return false;
|
84844
|
+
}
|
84845
|
+
return {
|
84846
|
+
level,
|
84847
|
+
hasBasic: true,
|
84848
|
+
has256: level >= 2,
|
84849
|
+
has16m: level >= 3
|
84850
|
+
};
|
84881
84851
|
}
|
84882
|
-
|
84883
|
-
|
84884
|
-
|
84885
|
-
return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
|
84886
|
-
}
|
84887
|
-
if (env.COLORTERM === "truecolor") {
|
84888
|
-
return 3;
|
84889
|
-
}
|
84890
|
-
if (env.TERM === "xterm-kitty") {
|
84891
|
-
return 3;
|
84892
|
-
}
|
84893
|
-
if ("TERM_PROGRAM" in env) {
|
84894
|
-
const version = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
84895
|
-
switch (env.TERM_PROGRAM) {
|
84896
|
-
case "iTerm.app": {
|
84897
|
-
return version >= 3 ? 3 : 2;
|
84852
|
+
function supportsColor(stream) {
|
84853
|
+
if (forceColor === false) {
|
84854
|
+
return 0;
|
84898
84855
|
}
|
84899
|
-
|
84856
|
+
if (hasFlag("color=16m") || hasFlag("color=full") || hasFlag("color=truecolor")) {
|
84857
|
+
return 3;
|
84858
|
+
}
|
84859
|
+
if (hasFlag("color=256")) {
|
84900
84860
|
return 2;
|
84901
84861
|
}
|
84862
|
+
if (stream && !stream.isTTY && forceColor !== true) {
|
84863
|
+
return 0;
|
84864
|
+
}
|
84865
|
+
const min = forceColor ? 1 : 0;
|
84866
|
+
if (process.platform === "win32") {
|
84867
|
+
const osRelease = os.release().split(".");
|
84868
|
+
if (Number(process.versions.node.split(".")[0]) >= 8 && Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
|
84869
|
+
return Number(osRelease[2]) >= 14931 ? 3 : 2;
|
84870
|
+
}
|
84871
|
+
return 1;
|
84872
|
+
}
|
84873
|
+
if ("CI" in env) {
|
84874
|
+
if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
|
84875
|
+
return 1;
|
84876
|
+
}
|
84877
|
+
return min;
|
84878
|
+
}
|
84879
|
+
if ("TEAMCITY_VERSION" in env) {
|
84880
|
+
return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
|
84881
|
+
}
|
84882
|
+
if (env.COLORTERM === "truecolor") {
|
84883
|
+
return 3;
|
84884
|
+
}
|
84885
|
+
if ("TERM_PROGRAM" in env) {
|
84886
|
+
const version = parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
84887
|
+
switch (env.TERM_PROGRAM) {
|
84888
|
+
case "iTerm.app":
|
84889
|
+
return version >= 3 ? 3 : 2;
|
84890
|
+
case "Apple_Terminal":
|
84891
|
+
return 2;
|
84892
|
+
}
|
84893
|
+
}
|
84894
|
+
if (/-256(color)?$/i.test(env.TERM)) {
|
84895
|
+
return 2;
|
84896
|
+
}
|
84897
|
+
if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
|
84898
|
+
return 1;
|
84899
|
+
}
|
84900
|
+
if ("COLORTERM" in env) {
|
84901
|
+
return 1;
|
84902
|
+
}
|
84903
|
+
if (env.TERM === "dumb") {
|
84904
|
+
return min;
|
84905
|
+
}
|
84906
|
+
return min;
|
84902
84907
|
}
|
84903
|
-
|
84904
|
-
|
84905
|
-
|
84906
|
-
}
|
84907
|
-
if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
|
84908
|
-
return 1;
|
84909
|
-
}
|
84910
|
-
if ("COLORTERM" in env) {
|
84911
|
-
return 1;
|
84912
|
-
}
|
84913
|
-
return min;
|
84914
|
-
}
|
84915
|
-
function createSupportsColor(stream, options = {}) {
|
84916
|
-
const level = _supportsColor(stream, __spreadValues({
|
84917
|
-
streamIsTTY: stream && stream.isTTY
|
84918
|
-
}, options));
|
84919
|
-
return translateLevel(level);
|
84920
|
-
}
|
84921
|
-
var import_node_process, import_node_os, import_node_tty, env, flagForceColor, supportsColor, supports_color_default;
|
84922
|
-
var init_supports_color = __esm({
|
84923
|
-
"../../../../node_modules/.pnpm/supports-color@9.3.1/node_modules/supports-color/index.js"() {
|
84924
|
-
import_node_process = __toESM(require("process"));
|
84925
|
-
import_node_os = __toESM(require("os"));
|
84926
|
-
import_node_tty = __toESM(require("tty"));
|
84927
|
-
({ env } = import_node_process.default);
|
84928
|
-
if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never")) {
|
84929
|
-
flagForceColor = 0;
|
84930
|
-
} else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) {
|
84931
|
-
flagForceColor = 1;
|
84908
|
+
function getSupportLevel(stream) {
|
84909
|
+
const level = supportsColor(stream);
|
84910
|
+
return translateLevel(level);
|
84932
84911
|
}
|
84933
|
-
|
84934
|
-
|
84935
|
-
|
84912
|
+
module2.exports = {
|
84913
|
+
supportsColor: getSupportLevel,
|
84914
|
+
stdout: getSupportLevel(process.stdout),
|
84915
|
+
stderr: getSupportLevel(process.stderr)
|
84936
84916
|
};
|
84937
|
-
supports_color_default = supportsColor;
|
84938
84917
|
}
|
84939
84918
|
});
|
84940
84919
|
|
84941
|
-
// ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
84920
|
+
// ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/node.js
|
84942
84921
|
var require_node2 = __commonJS({
|
84943
|
-
"../../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
84944
|
-
var
|
84922
|
+
"../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/node.js"(exports, module2) {
|
84923
|
+
var tty = require("tty");
|
84945
84924
|
var util = require("util");
|
84946
84925
|
exports.init = init;
|
84947
84926
|
exports.log = log;
|
@@ -84956,8 +84935,8 @@ var require_node2 = __commonJS({
|
|
84956
84935
|
);
|
84957
84936
|
exports.colors = [6, 2, 3, 4, 5, 1];
|
84958
84937
|
try {
|
84959
|
-
const
|
84960
|
-
if (
|
84938
|
+
const supportsColor = require_supports_color();
|
84939
|
+
if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) {
|
84961
84940
|
exports.colors = [
|
84962
84941
|
20,
|
84963
84942
|
21,
|
@@ -85059,7 +85038,7 @@ var require_node2 = __commonJS({
|
|
85059
85038
|
return obj;
|
85060
85039
|
}, {});
|
85061
85040
|
function useColors() {
|
85062
|
-
return "colors" in exports.inspectOpts ? Boolean(exports.inspectOpts.colors) :
|
85041
|
+
return "colors" in exports.inspectOpts ? Boolean(exports.inspectOpts.colors) : tty.isatty(process.stderr.fd);
|
85063
85042
|
}
|
85064
85043
|
function formatArgs(args) {
|
85065
85044
|
const { namespace: name, useColors: useColors2 } = this;
|
@@ -85112,9 +85091,9 @@ var require_node2 = __commonJS({
|
|
85112
85091
|
}
|
85113
85092
|
});
|
85114
85093
|
|
85115
|
-
// ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
85094
|
+
// ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/index.js
|
85116
85095
|
var require_src3 = __commonJS({
|
85117
|
-
"../../../../node_modules/.pnpm/debug@4.3.4_supports-color@
|
85096
|
+
"../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/index.js"(exports, module2) {
|
85118
85097
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
85119
85098
|
module2.exports = require_browser();
|
85120
85099
|
} else {
|
@@ -85979,7 +85958,7 @@ var require_dist = __commonJS({
|
|
85979
85958
|
});
|
85980
85959
|
|
85981
85960
|
// ../../../toolkit/utils/compiled/lodash/index.js
|
85982
|
-
var
|
85961
|
+
var require_lodash4 = __commonJS({
|
85983
85962
|
"../../../toolkit/utils/compiled/lodash/index.js"(exports, module2) {
|
85984
85963
|
module2.exports = require_lodash();
|
85985
85964
|
}
|
@@ -89523,13 +89502,13 @@ var require_chalk2 = __commonJS({
|
|
89523
89502
|
c = l.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(l.FORCE_COLOR, 10), 3);
|
89524
89503
|
}
|
89525
89504
|
}
|
89526
|
-
function
|
89505
|
+
function translateLevel(e3) {
|
89527
89506
|
if (e3 === 0) {
|
89528
89507
|
return false;
|
89529
89508
|
}
|
89530
89509
|
return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
|
89531
89510
|
}
|
89532
|
-
function
|
89511
|
+
function supportsColor(e3, t3) {
|
89533
89512
|
if (c === 0) {
|
89534
89513
|
return 0;
|
89535
89514
|
}
|
@@ -89586,10 +89565,10 @@ var require_chalk2 = __commonJS({
|
|
89586
89565
|
return n3;
|
89587
89566
|
}
|
89588
89567
|
function getSupportLevel(e3) {
|
89589
|
-
const t3 =
|
89590
|
-
return
|
89568
|
+
const t3 = supportsColor(e3, e3 && e3.isTTY);
|
89569
|
+
return translateLevel(t3);
|
89591
89570
|
}
|
89592
|
-
e2.exports = { supportsColor: getSupportLevel, stdout:
|
89571
|
+
e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel(supportsColor(true, s.isatty(1))), stderr: translateLevel(supportsColor(true, s.isatty(2))) };
|
89593
89572
|
}, 37: (e2) => {
|
89594
89573
|
"use strict";
|
89595
89574
|
e2.exports = require("os");
|
@@ -98664,13 +98643,13 @@ var require_debug2 = __commonJS({
|
|
98664
98643
|
c = a.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(a.FORCE_COLOR, 10), 3);
|
98665
98644
|
}
|
98666
98645
|
}
|
98667
|
-
function
|
98646
|
+
function translateLevel(e3) {
|
98668
98647
|
if (e3 === 0) {
|
98669
98648
|
return false;
|
98670
98649
|
}
|
98671
98650
|
return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
|
98672
98651
|
}
|
98673
|
-
function
|
98652
|
+
function supportsColor(e3, t3) {
|
98674
98653
|
if (c === 0) {
|
98675
98654
|
return 0;
|
98676
98655
|
}
|
@@ -98727,10 +98706,10 @@ var require_debug2 = __commonJS({
|
|
98727
98706
|
return r3;
|
98728
98707
|
}
|
98729
98708
|
function getSupportLevel(e3) {
|
98730
|
-
const t3 =
|
98731
|
-
return
|
98709
|
+
const t3 = supportsColor(e3, e3 && e3.isTTY);
|
98710
|
+
return translateLevel(t3);
|
98732
98711
|
}
|
98733
|
-
e2.exports = { supportsColor: getSupportLevel, stdout:
|
98712
|
+
e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel(supportsColor(true, n.isatty(1))), stderr: translateLevel(supportsColor(true, n.isatty(2))) };
|
98734
98713
|
}, 37: (e2) => {
|
98735
98714
|
"use strict";
|
98736
98715
|
e2.exports = require("os");
|
@@ -103712,7 +103691,7 @@ var require_dotenv2 = __commonJS({
|
|
103712
103691
|
});
|
103713
103692
|
|
103714
103693
|
// ../../../toolkit/utils/dist/compiled/lodash/index.js
|
103715
|
-
var
|
103694
|
+
var require_lodash5 = __commonJS({
|
103716
103695
|
"../../../toolkit/utils/dist/compiled/lodash/index.js"(exports, module2) {
|
103717
103696
|
module2.exports = require_lodash();
|
103718
103697
|
}
|
@@ -115296,7 +115275,7 @@ var require_compiled = __commonJS({
|
|
115296
115275
|
var _nanoid = require_nanoid2();
|
115297
115276
|
var _semver = /* @__PURE__ */ _interop_require_default._(require_semver2());
|
115298
115277
|
var _dotenv = /* @__PURE__ */ _interop_require_default._(require_dotenv2());
|
115299
|
-
var _lodash = /* @__PURE__ */ _interop_require_default._(
|
115278
|
+
var _lodash = /* @__PURE__ */ _interop_require_default._(require_lodash5());
|
115300
115279
|
var _globby = /* @__PURE__ */ _interop_require_default._(require_globby2());
|
115301
115280
|
var _address = /* @__PURE__ */ _interop_require_default._(require_address2());
|
115302
115281
|
var _signale = /* @__PURE__ */ _interop_require_wildcard._(require_signale2());
|
@@ -115428,6 +115407,8 @@ var require_chainId = __commonJS({
|
|
115428
115407
|
CSS_MODULES_TS: "css-modules-typescript",
|
115429
115408
|
/** mini-css-extract-plugin.loader */
|
115430
115409
|
MINI_CSS_EXTRACT: "mini-css-extract",
|
115410
|
+
/** resolve-url-loader */
|
115411
|
+
RESOLVE_URL_LOADER_FOR_SASS: "resolve-url-loader",
|
115431
115412
|
/** builder-plugin-image-compress.loader */
|
115432
115413
|
IMAGE_COMPRESS: "image-compress",
|
115433
115414
|
/** builder-plugin-image-compress svgo-loader */
|
@@ -115475,6 +115456,14 @@ var require_chainId = __commonJS({
|
|
115475
115456
|
HTML_NONCE: "html-nonce",
|
115476
115457
|
/** HtmlCrossOriginPlugin */
|
115477
115458
|
HTML_CROSS_ORIGIN: "html-cross-origin",
|
115459
|
+
/** htmlPreconnectPlugin */
|
115460
|
+
HTML_PRECONNECT: "html-preconnect-plugin",
|
115461
|
+
/** htmlDnsPrefetchPlugin */
|
115462
|
+
HTML_DNS_PREFETCH: "html-dns-prefetch-plugin",
|
115463
|
+
/** htmlPrefetchPlugin */
|
115464
|
+
HTML_PREFETCH: "html-prefetch-plugin",
|
115465
|
+
/** htmlPreloadPlugin */
|
115466
|
+
HTML_PRELOAD: "html-preload-plugin",
|
115478
115467
|
/** MiniCssExtractPlugin */
|
115479
115468
|
MINI_CSS_EXTRACT: "mini-css-extract",
|
115480
115469
|
/** VueLoaderPlugin */
|
@@ -115638,7 +115627,7 @@ var require_constants = __commonJS({
|
|
115638
115627
|
var API_DIR = "api";
|
115639
115628
|
var SERVER_DIR = "server";
|
115640
115629
|
var SHARED_DIR = "shared";
|
115641
|
-
var CONFIG_CACHE_DIR = "./node_modules/.cache/
|
115630
|
+
var CONFIG_CACHE_DIR = "./node_modules/.cache/bundle-require";
|
115642
115631
|
var CONFIG_FILE_EXTENSIONS = [
|
115643
115632
|
".js",
|
115644
115633
|
".ts",
|
@@ -115945,6 +115934,7 @@ var require_config2 = __commonJS({
|
|
115945
115934
|
return isSingleEntry;
|
115946
115935
|
}
|
115947
115936
|
});
|
115937
|
+
var _constants = require_constants();
|
115948
115938
|
var _type = require_type();
|
115949
115939
|
var isSSR = (config) => {
|
115950
115940
|
var _server, _server1;
|
@@ -115982,12 +115972,12 @@ var require_config2 = __commonJS({
|
|
115982
115972
|
return typeof ((_config_runtime = config.runtime) === null || _config_runtime === void 0 ? void 0 : _config_runtime.router) !== "boolean" && ((_config = config) === null || _config === void 0 ? void 0 : (_config_runtime1 = _config.runtime) === null || _config_runtime1 === void 0 ? void 0 : (_config_runtime_router = _config_runtime1.router) === null || _config_runtime_router === void 0 ? void 0 : _config_runtime_router.mode) === "react-router-5";
|
115983
115973
|
};
|
115984
115974
|
var isSSGEntry = (config, entryName, entrypoints) => {
|
115985
|
-
var _ssgConfig, _ssgConfig1;
|
115975
|
+
var _config_source, _ssgConfig, _ssgConfig1;
|
115986
115976
|
const ssgConfig = config.output.ssg;
|
115987
|
-
const useSSG = isSingleEntry(entrypoints) ? Boolean(ssgConfig) : ssgConfig === true || typeof ((_ssgConfig = ssgConfig) === null || _ssgConfig === void 0 ? void 0 : _ssgConfig[0]) === "function" || Boolean((_ssgConfig1 = ssgConfig) === null || _ssgConfig1 === void 0 ? void 0 : _ssgConfig1[entryName]);
|
115977
|
+
const useSSG = isSingleEntry(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) ? Boolean(ssgConfig) : ssgConfig === true || typeof ((_ssgConfig = ssgConfig) === null || _ssgConfig === void 0 ? void 0 : _ssgConfig[0]) === "function" || Boolean((_ssgConfig1 = ssgConfig) === null || _ssgConfig1 === void 0 ? void 0 : _ssgConfig1[entryName]);
|
115988
115978
|
return useSSG;
|
115989
115979
|
};
|
115990
|
-
var isSingleEntry = (entrypoints) => entrypoints.length === 1 && entrypoints[0].entryName ===
|
115980
|
+
var isSingleEntry = (entrypoints, mainEntryName = _constants.MAIN_ENTRY_NAME) => entrypoints.length === 1 && entrypoints[0].entryName === mainEntryName;
|
115991
115981
|
}
|
115992
115982
|
});
|
115993
115983
|
|
@@ -116534,6 +116524,9 @@ var require_logger2 = __commonJS({
|
|
116534
116524
|
});
|
116535
116525
|
}
|
116536
116526
|
_export(exports, {
|
116527
|
+
isErrorStackMessage: function() {
|
116528
|
+
return isErrorStackMessage;
|
116529
|
+
},
|
116537
116530
|
Logger: function() {
|
116538
116531
|
return Logger;
|
116539
116532
|
},
|
@@ -116584,6 +116577,9 @@ var require_logger2 = __commonJS({
|
|
116584
116577
|
displayLabel: true,
|
116585
116578
|
uppercaseLabel: false
|
116586
116579
|
};
|
116580
|
+
var errorStackRegExp = /^\s*at\s.*:\d+:\d+[\s)]*$/;
|
116581
|
+
var anonymousErrorStackRegExp = /^\s*at\s.*\(<anonymous>\)$/;
|
116582
|
+
var isErrorStackMessage = (message) => errorStackRegExp.test(message) || anonymousErrorStackRegExp.test(message);
|
116587
116583
|
var Logger = class {
|
116588
116584
|
_log(type, message, ...args) {
|
116589
116585
|
if (message === void 0 || message === null) {
|
@@ -116609,6 +116605,9 @@ ${_chalk.default.grey(rest.join("\n"))}`;
|
|
116609
116605
|
} else {
|
116610
116606
|
text = message.message;
|
116611
116607
|
}
|
116608
|
+
} else if (logType.level === "error" && typeof message === "string") {
|
116609
|
+
const lines = message.split("\n");
|
116610
|
+
text = lines.map((line) => isErrorStackMessage(line) ? _chalk.default.gray(line) : line).join("\n");
|
116612
116611
|
} else {
|
116613
116612
|
text = `${message}`;
|
116614
116613
|
}
|
@@ -116790,15 +116789,6 @@ var require_path = __commonJS({
|
|
116790
116789
|
getTemplatePath: function() {
|
116791
116790
|
return getTemplatePath;
|
116792
116791
|
},
|
116793
|
-
compilePathMatcherRegExp: function() {
|
116794
|
-
return compilePathMatcherRegExp;
|
116795
|
-
},
|
116796
|
-
_joinPathParts: function() {
|
116797
|
-
return _joinPathParts;
|
116798
|
-
},
|
116799
|
-
upwardPaths: function() {
|
116800
|
-
return upwardPaths;
|
116801
|
-
},
|
116802
116792
|
getRealTemporaryDirectory: function() {
|
116803
116793
|
return getRealTemporaryDirectory;
|
116804
116794
|
},
|
@@ -116836,20 +116826,6 @@ var require_path = __commonJS({
|
|
116836
116826
|
parts.push((0, _compiled.nanoid)());
|
116837
116827
|
return _path.default.resolve(...parts);
|
116838
116828
|
};
|
116839
|
-
function compilePathMatcherRegExp(match) {
|
116840
|
-
if (typeof match !== "string") {
|
116841
|
-
return match;
|
116842
|
-
}
|
116843
|
-
const escaped = _compiled.lodash.escapeRegExp(match);
|
116844
|
-
return new RegExp(`(?<=\\W|^)${escaped}(?=\\W|$)`);
|
116845
|
-
}
|
116846
|
-
var _joinPathParts = (_part, i, parts) => (0, _compiled.lodash)(parts).filter((part) => ![
|
116847
|
-
"/",
|
116848
|
-
"\\"
|
116849
|
-
].includes(part)).tap((parts2) => parts2.unshift("")).slice(0, i + 2).join("/");
|
116850
|
-
function upwardPaths(start) {
|
116851
|
-
return (0, _compiled.lodash)(start).split(/[/\\]/).filter(Boolean).map(_joinPathParts).reverse().push("/").value();
|
116852
|
-
}
|
116853
116829
|
function getRealTemporaryDirectory() {
|
116854
116830
|
let ret = null;
|
116855
116831
|
try {
|
@@ -117101,84 +117077,6 @@ var require_monorepo = __commonJS({
|
|
117101
117077
|
}
|
117102
117078
|
});
|
117103
117079
|
|
117104
|
-
// ../../../toolkit/utils/dist/cjs/cli/pathSerializer.js
|
117105
|
-
var require_pathSerializer = __commonJS({
|
117106
|
-
"../../../toolkit/utils/dist/cjs/cli/pathSerializer.js"(exports) {
|
117107
|
-
"use strict";
|
117108
|
-
Object.defineProperty(exports, "__esModule", {
|
117109
|
-
value: true
|
117110
|
-
});
|
117111
|
-
function _export(target, all) {
|
117112
|
-
for (var name in all)
|
117113
|
-
Object.defineProperty(target, name, {
|
117114
|
-
enumerable: true,
|
117115
|
-
get: all[name]
|
117116
|
-
});
|
117117
|
-
}
|
117118
|
-
_export(exports, {
|
117119
|
-
matchUpwardPathsAsUnknown: function() {
|
117120
|
-
return matchUpwardPathsAsUnknown;
|
117121
|
-
},
|
117122
|
-
applyPathMatcher: function() {
|
117123
|
-
return applyPathMatcher;
|
117124
|
-
},
|
117125
|
-
applyMatcherReplacement: function() {
|
117126
|
-
return applyMatcherReplacement;
|
117127
|
-
},
|
117128
|
-
createDefaultPathMatchers: function() {
|
117129
|
-
return createDefaultPathMatchers;
|
117130
|
-
}
|
117131
|
-
});
|
117132
|
-
var _interop_require_default = require_interop_require_default();
|
117133
|
-
var _os = /* @__PURE__ */ _interop_require_default._(require("os"));
|
117134
|
-
var _lodash = /* @__PURE__ */ _interop_require_default._(require_lodash4());
|
117135
|
-
var _path = require_path();
|
117136
|
-
var matchUpwardPathsAsUnknown = (p) => (0, _lodash.default)((0, _path.upwardPaths)((0, _path.normalizeToPosixPath)(p))).map((match) => ({
|
117137
|
-
match,
|
117138
|
-
mark: "unknown"
|
117139
|
-
})).slice(1, -1).value();
|
117140
|
-
function applyPathMatcher(matcher, str, options = {}) {
|
117141
|
-
const regex2 = (0, _path.compilePathMatcherRegExp)(matcher.match);
|
117142
|
-
const replacer = (substring, ...args) => {
|
117143
|
-
if (options.minPartials && (0, _path.splitPathString)(substring).length < options.minPartials) {
|
117144
|
-
return substring;
|
117145
|
-
}
|
117146
|
-
const ret = typeof matcher.mark === "string" ? matcher.mark : matcher.mark(substring, ...args);
|
117147
|
-
return `<${_lodash.default.snakeCase(ret).toUpperCase()}>`;
|
117148
|
-
};
|
117149
|
-
return str.replace(regex2, replacer);
|
117150
|
-
}
|
117151
|
-
function applyMatcherReplacement(matchers, str, options = {}) {
|
117152
|
-
return matchers.reduce((ret, matcher) => {
|
117153
|
-
return applyPathMatcher(matcher, ret, options);
|
117154
|
-
}, str);
|
117155
|
-
}
|
117156
|
-
var createDefaultPathMatchers = (root) => {
|
117157
|
-
const ret = [
|
117158
|
-
{
|
117159
|
-
match: RegExp("(?<=\\/)(\\.pnpm\\/.+?\\/node_modules)(?=\\/)"),
|
117160
|
-
mark: "pnpmInner"
|
117161
|
-
}
|
117162
|
-
];
|
117163
|
-
const tmpdir = (0, _path.getRealTemporaryDirectory)();
|
117164
|
-
tmpdir && ret.push({
|
117165
|
-
match: tmpdir,
|
117166
|
-
mark: "temp"
|
117167
|
-
});
|
117168
|
-
ret.push({
|
117169
|
-
match: _os.default.tmpdir(),
|
117170
|
-
mark: "temp"
|
117171
|
-
});
|
117172
|
-
ret.push({
|
117173
|
-
match: _os.default.homedir(),
|
117174
|
-
mark: "home"
|
117175
|
-
});
|
117176
|
-
ret.push(...matchUpwardPathsAsUnknown(root));
|
117177
|
-
return ret;
|
117178
|
-
};
|
117179
|
-
}
|
117180
|
-
});
|
117181
|
-
|
117182
117080
|
// ../../../toolkit/utils/dist/cjs/cli/port.js
|
117183
117081
|
var require_port = __commonJS({
|
117184
117082
|
"../../../toolkit/utils/dist/cjs/cli/port.js"(exports) {
|
@@ -117313,19 +117211,19 @@ var require_prettyInstructions = __commonJS({
|
|
117313
117211
|
}, []);
|
117314
117212
|
};
|
117315
117213
|
var prettyInstructions = (appContext, config) => {
|
117316
|
-
var _appContext_builder_context_devServer, _appContext_builder, _config_dev;
|
117214
|
+
var _appContext_builder_context_devServer, _appContext_builder, _config_dev, _config_source;
|
117317
117215
|
const { entrypoints, serverRoutes, port, apiOnly, checkedEntries } = appContext;
|
117318
117216
|
const isHttps = (0, _is.isDev)() && ((_appContext_builder = appContext.builder) === null || _appContext_builder === void 0 ? void 0 : (_appContext_builder_context_devServer = _appContext_builder.context.devServer) === null || _appContext_builder_context_devServer === void 0 ? void 0 : _appContext_builder_context_devServer.https);
|
117319
117217
|
const urls = getAddressUrls(isHttps ? "https" : "http", port, (_config_dev = config.dev) === null || _config_dev === void 0 ? void 0 : _config_dev.host);
|
117320
117218
|
const routes = !apiOnly ? serverRoutes.filter((route) => route.entryName) : serverRoutes;
|
117321
117219
|
let message = "App running at:\n\n";
|
117322
|
-
if ((0, _is.isSingleEntry)(entrypoints) || apiOnly) {
|
117220
|
+
if ((0, _is.isSingleEntry)(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) || apiOnly) {
|
117323
117221
|
message += urls.map(({ label, url }) => ` ${_compiled.chalk.bold(`> ${label.padEnd(10)}`)}${_compiled.chalk.cyanBright(normalizeUrl(`${url}/${routes[0].urlPath}`))}
|
117324
117222
|
`).join("");
|
117325
117223
|
} else {
|
117326
117224
|
const maxNameLength = Math.max(...routes.map((r) => r.entryName.length));
|
117327
117225
|
urls.forEach(({ label, url }) => {
|
117328
|
-
message += ` ${_compiled.chalk.bold(`> ${label}`)}
|
117226
|
+
message += ` ${_compiled.chalk.bold(`> ${label}`)}${routes.length === 0 ? _compiled.chalk.cyanBright(url) : ""}
|
117329
117227
|
`;
|
117330
117228
|
routes.forEach(({ entryName, urlPath, isSSR }) => {
|
117331
117229
|
if (!checkedEntries.includes(entryName)) {
|
@@ -117574,7 +117472,6 @@ var require_cli = __commonJS({
|
|
117574
117472
|
_export_star._(require_monorepo(), exports);
|
117575
117473
|
_export_star._(require_package4(), exports);
|
117576
117474
|
_export_star._(require_path(), exports);
|
117577
|
-
_export_star._(require_pathSerializer(), exports);
|
117578
117475
|
_export_star._(require_port(), exports);
|
117579
117476
|
_export_star._(require_prettyInstructions(), exports);
|
117580
117477
|
_export_star._(require_require(), exports);
|
@@ -117606,7 +117503,7 @@ __export(src_exports, {
|
|
117606
117503
|
module.exports = __toCommonJS(src_exports);
|
117607
117504
|
var import_path7 = __toESM(require("path"));
|
117608
117505
|
|
117609
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/esm/import.js
|
117506
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/esm/import.js
|
117610
117507
|
var lazy = (moduleName, requireFn) => {
|
117611
117508
|
const importLazyLocal = require_import_lazy()(requireFn);
|
117612
117509
|
return importLazyLocal(moduleName);
|
@@ -117615,7 +117512,7 @@ var Import = {
|
|
117615
117512
|
lazy
|
117616
117513
|
};
|
117617
117514
|
|
117618
|
-
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/esm/compiled.js
|
117515
|
+
// ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/utils/dist/esm/compiled.js
|
117619
117516
|
var import_fs_extra = __toESM(require_fs_extra());
|
117620
117517
|
var import_ora = __toESM(require_ora());
|
117621
117518
|
var import_glob = __toESM(require_glob());
|
@@ -117649,11 +117546,11 @@ var mime = Import.lazy("../compiled/mime-types", require);
|
|
117649
117546
|
var chokidar = Import.lazy("../compiled/chokidar", require);
|
117650
117547
|
var inquirer = Import.lazy("../compiled/inquirer", require);
|
117651
117548
|
|
117652
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.
|
117549
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith/dist/esm/materials/FsResource.js
|
117653
117550
|
var import_path = __toESM(require("path"));
|
117654
117551
|
var FS_RESOURCE = "_codesmith_core_fs_resource";
|
117655
117552
|
|
117656
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.
|
117553
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith/dist/esm/utils/fsExists.js
|
117657
117554
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
|
117658
117555
|
try {
|
117659
117556
|
var info = gen[key](arg);
|
@@ -117826,7 +117723,7 @@ function _fsExists() {
|
|
117826
117723
|
return _fsExists.apply(this, arguments);
|
117827
117724
|
}
|
117828
117725
|
|
117829
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.
|
117726
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith/dist/esm/utils/packageManager.js
|
117830
117727
|
var import_path2 = __toESM(require("path"));
|
117831
117728
|
function asyncGeneratorStep2(gen, resolve, reject, _next, _throw, key, arg) {
|
117832
117729
|
try {
|
@@ -118048,11 +117945,11 @@ function _canUsePnpm() {
|
|
118048
117945
|
return _canUsePnpm.apply(this, arguments);
|
118049
117946
|
}
|
118050
117947
|
|
118051
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.
|
117948
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/index.js
|
118052
117949
|
var import_lodash6 = __toESM(require_lodash2());
|
118053
117950
|
var import_comment_json = __toESM(require_src2());
|
118054
117951
|
|
118055
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.2.
|
117952
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith-api-npm/dist/esm/utils/env.js
|
118056
117953
|
function asyncGeneratorStep3(gen, resolve, reject, _next, _throw, key, arg) {
|
118057
117954
|
try {
|
118058
117955
|
var info = gen[key](arg);
|
@@ -118360,7 +118257,7 @@ function _canUsePnpm2() {
|
|
118360
118257
|
return _canUsePnpm2.apply(this, arguments);
|
118361
118258
|
}
|
118362
118259
|
|
118363
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.2.
|
118260
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith-api-npm/dist/esm/utils/install.js
|
118364
118261
|
function asyncGeneratorStep4(gen, resolve, reject, _next, _throw, key, arg) {
|
118365
118262
|
try {
|
118366
118263
|
var info = gen[key](arg);
|
@@ -118727,7 +118624,7 @@ function _pnpmInstall() {
|
|
118727
118624
|
return _pnpmInstall.apply(this, arguments);
|
118728
118625
|
}
|
118729
118626
|
|
118730
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.2.
|
118627
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith-api-npm/dist/esm/index.js
|
118731
118628
|
function _class_call_check(instance, Constructor) {
|
118732
118629
|
if (!(instance instanceof Constructor)) {
|
118733
118630
|
throw new TypeError("Cannot call a class as a function");
|
@@ -118808,7 +118705,7 @@ var NpmAPI = /* @__PURE__ */ function() {
|
|
118808
118705
|
return NpmAPI2;
|
118809
118706
|
}();
|
118810
118707
|
|
118811
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.2.5_@modern-js+codesmith@2.2.
|
118708
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith-api-git/dist/esm/utils/index.js
|
118812
118709
|
function asyncGeneratorStep5(gen, resolve, reject, _next, _throw, key, arg) {
|
118813
118710
|
try {
|
118814
118711
|
var info = gen[key](arg);
|
@@ -119150,7 +119047,7 @@ function _gitCommit() {
|
|
119150
119047
|
return _gitCommit.apply(this, arguments);
|
119151
119048
|
}
|
119152
119049
|
|
119153
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.2.5_@modern-js+codesmith@2.2.
|
119050
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith-api-git/dist/esm/index.js
|
119154
119051
|
function asyncGeneratorStep6(gen, resolve, reject, _next, _throw, key, arg) {
|
119155
119052
|
try {
|
119156
119053
|
var info = gen[key](arg);
|
@@ -120737,7 +120634,7 @@ function isEmpty(val, strict) {
|
|
120737
120634
|
return false;
|
120738
120635
|
}
|
120739
120636
|
|
120740
|
-
// ../../../../node_modules/.pnpm/tslib@2.
|
120637
|
+
// ../../../../node_modules/.pnpm/tslib@2.3.1/node_modules/tslib/tslib.es6.js
|
120741
120638
|
var __assign = function() {
|
120742
120639
|
__assign = Object.assign || function __assign11(t) {
|
120743
120640
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
@@ -129972,11 +129869,11 @@ var Schema = (
|
|
129972
129869
|
}()
|
129973
129870
|
);
|
129974
129871
|
|
129975
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.
|
129872
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/prompt.js
|
129976
129873
|
var import_inquirer = __toESM(require_inquirer());
|
129977
129874
|
|
129978
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.
|
129979
|
-
var import_lodash2 = __toESM(
|
129875
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/transform.js
|
129876
|
+
var import_lodash2 = __toESM(require_lodash3());
|
129980
129877
|
function asyncGeneratorStep10(gen, resolve, reject, _next, _throw, key, arg) {
|
129981
129878
|
try {
|
129982
129879
|
var info = gen[key](arg);
|
@@ -130322,7 +130219,7 @@ function transformForm(schema) {
|
|
130322
130219
|
return getQuestionFromSchema(schema, configValue, validateMap, initValue);
|
130323
130220
|
}
|
130324
130221
|
|
130325
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.
|
130222
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/prompt.js
|
130326
130223
|
function asyncGeneratorStep11(gen, resolve, reject, _next, _throw, key, arg) {
|
130327
130224
|
try {
|
130328
130225
|
var info = gen[key](arg);
|
@@ -130846,7 +130743,7 @@ function _prompt() {
|
|
130846
130743
|
return _prompt.apply(this, arguments);
|
130847
130744
|
}
|
130848
130745
|
|
130849
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.
|
130746
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/inquirer.js
|
130850
130747
|
function asyncGeneratorStep12(gen, resolve, reject, _next, _throw, key, arg) {
|
130851
130748
|
try {
|
130852
130749
|
var info = gen[key](arg);
|
@@ -131086,13 +130983,13 @@ var CLIReader = /* @__PURE__ */ function() {
|
|
131086
130983
|
return CLIReader2;
|
131087
130984
|
}();
|
131088
130985
|
|
131089
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.
|
130986
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/index.js
|
131090
130987
|
var import_inquirer2 = __toESM(require_inquirer2());
|
131091
130988
|
|
131092
|
-
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.18.0/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
|
130989
|
+
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
|
131093
130990
|
var import_lodash4 = __toESM(require_lodash2());
|
131094
130991
|
|
131095
|
-
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.18.0/node_modules/@modern-js/plugin-i18n/dist/esm-node/utils/index.js
|
130992
|
+
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/plugin-i18n/dist/esm-node/utils/index.js
|
131096
130993
|
var import_lodash3 = __toESM(require_lodash2());
|
131097
130994
|
function getObjKeyMap(obj, prefix = "") {
|
131098
130995
|
const result = {};
|
@@ -131106,7 +131003,7 @@ function getObjKeyMap(obj, prefix = "") {
|
|
131106
131003
|
return result;
|
131107
131004
|
}
|
131108
131005
|
|
131109
|
-
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.18.0/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
|
131006
|
+
// ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.18.0_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
|
131110
131007
|
function _define_property11(obj, key, value) {
|
131111
131008
|
if (key in obj) {
|
131112
131009
|
Object.defineProperty(obj, key, {
|
@@ -131165,7 +131062,7 @@ var I18n = class {
|
|
131165
131062
|
}
|
131166
131063
|
};
|
131167
131064
|
|
131168
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.
|
131065
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/locale/zh.js
|
131169
131066
|
var ZH_LOCALE = {
|
131170
131067
|
environment: {
|
131171
131068
|
node_version: "请升级 Node 版本至 LIS",
|
@@ -131192,7 +131089,7 @@ var ZH_LOCALE = {
|
|
131192
131089
|
}
|
131193
131090
|
};
|
131194
131091
|
|
131195
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.
|
131092
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/locale/en.js
|
131196
131093
|
var EN_LOCALE = {
|
131197
131094
|
environment: {
|
131198
131095
|
node_version: "please upgrade node to lts version",
|
@@ -131219,14 +131116,14 @@ var EN_LOCALE = {
|
|
131219
131116
|
}
|
131220
131117
|
};
|
131221
131118
|
|
131222
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.
|
131119
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/locale/index.js
|
131223
131120
|
var i18n = new I18n();
|
131224
131121
|
var localeKeys = i18n.init("zh", {
|
131225
131122
|
zh: ZH_LOCALE,
|
131226
131123
|
en: EN_LOCALE
|
131227
131124
|
});
|
131228
131125
|
|
131229
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.
|
131126
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/utils/transform.js
|
131230
131127
|
var import_lodash5 = __toESM(require_lodash2());
|
131231
131128
|
function asyncGeneratorStep13(gen, resolve, reject, _next, _throw, key, arg) {
|
131232
131129
|
try {
|
@@ -131435,7 +131332,7 @@ function transformInquirerSchema(questions) {
|
|
131435
131332
|
return questions;
|
131436
131333
|
}
|
131437
131334
|
|
131438
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.
|
131335
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/utils/checkUseNvm.js
|
131439
131336
|
var import_path5 = __toESM(require("path"));
|
131440
131337
|
function asyncGeneratorStep14(gen, resolve, reject, _next, _throw, key, arg) {
|
131441
131338
|
try {
|
@@ -131699,7 +131596,7 @@ function _checkUseNvm() {
|
|
131699
131596
|
return _checkUseNvm.apply(this, arguments);
|
131700
131597
|
}
|
131701
131598
|
|
131702
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.
|
131599
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_react-dom@18.2.0_react@18.2.0_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/index.js
|
131703
131600
|
function _array_like_to_array(arr, len) {
|
131704
131601
|
if (len == null || len > arr.length)
|
131705
131602
|
len = arr.length;
|
@@ -132629,11 +132526,11 @@ var AppAPI = /* @__PURE__ */ function() {
|
|
132629
132526
|
return AppAPI2;
|
132630
132527
|
}();
|
132631
132528
|
|
132632
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.2.
|
132529
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith-api-json/dist/esm/index.js
|
132633
132530
|
var import_comment_json2 = __toESM(require_src2());
|
132634
132531
|
var declarationUpdate = __toESM(require_dist());
|
132635
132532
|
|
132636
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.2.
|
132533
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith-api-json/dist/esm/utils/index.js
|
132637
132534
|
function asyncGeneratorStep16(gen, resolve, reject, _next, _throw, key, arg) {
|
132638
132535
|
try {
|
132639
132536
|
var info = gen[key](arg);
|
@@ -132807,7 +132704,7 @@ function _editJson() {
|
|
132807
132704
|
return _editJson.apply(this, arguments);
|
132808
132705
|
}
|
132809
132706
|
|
132810
|
-
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.2.
|
132707
|
+
// ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.2.5_react-dom@18.2.0_react@18.2.0/node_modules/@modern-js/codesmith-api-json/dist/esm/index.js
|
132811
132708
|
function asyncGeneratorStep17(gen, resolve, reject, _next, _throw, key, arg) {
|
132812
132709
|
try {
|
132813
132710
|
var info = gen[key](arg);
|
@@ -133111,10 +133008,10 @@ function _define_property14(obj, key, value) {
|
|
133111
133008
|
}
|
133112
133009
|
|
133113
133010
|
// ../../../cli/plugin-i18n/dist/esm-node/index.js
|
133114
|
-
var import_lodash8 = __toESM(
|
133011
|
+
var import_lodash8 = __toESM(require_lodash4());
|
133115
133012
|
|
133116
133013
|
// ../../../cli/plugin-i18n/dist/esm-node/utils/index.js
|
133117
|
-
var import_lodash7 = __toESM(
|
133014
|
+
var import_lodash7 = __toESM(require_lodash4());
|
133118
133015
|
function getObjKeyMap2(obj, prefix = "") {
|
133119
133016
|
const result = {};
|
133120
133017
|
Object.keys(obj).forEach((key) => {
|
@@ -133835,4 +133732,20 @@ tmp/lib/tmp.js:
|
|
133835
133732
|
*
|
133836
133733
|
* MIT Licensed
|
133837
133734
|
*)
|
133735
|
+
|
133736
|
+
tslib/tslib.es6.js:
|
133737
|
+
(*! *****************************************************************************
|
133738
|
+
Copyright (c) Microsoft Corporation.
|
133739
|
+
|
133740
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
133741
|
+
purpose with or without fee is hereby granted.
|
133742
|
+
|
133743
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
133744
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
133745
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
133746
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
133747
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
133748
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
133749
|
+
PERFORMANCE OF THIS SOFTWARE.
|
133750
|
+
***************************************************************************** *)
|
133838
133751
|
*/
|