@modern-js/repo-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.
Files changed (2) hide show
  1. package/dist/index.js +490 -575
  2. package/package.json +12 -12
package/dist/index.js CHANGED
@@ -22,9 +22,6 @@ var __spreadValues = (a, b) => {
22
22
  return a;
23
23
  };
24
24
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
25
- var __esm = (fn, res) => function __init() {
26
- return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
27
- };
28
25
  var __commonJS = (cb, mod) => function __require() {
29
26
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
30
27
  };
@@ -5557,9 +5554,9 @@ var require_lodash2 = __commonJS({
5557
5554
  }
5558
5555
  });
5559
5556
 
5560
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/import-lazy/index.js
5557
+ // ../../../../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
5561
5558
  var require_import_lazy = __commonJS({
5562
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/import-lazy/index.js"(exports, module2) {
5559
+ "../../../../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) {
5563
5560
  (() => {
5564
5561
  "use strict";
5565
5562
  var e = { 42: (e2) => {
@@ -5605,9 +5602,9 @@ var require_import_lazy = __commonJS({
5605
5602
  }
5606
5603
  });
5607
5604
 
5608
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/fs-extra/index.js
5605
+ // ../../../../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
5609
5606
  var require_fs_extra = __commonJS({
5610
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/fs-extra/index.js"(exports, module2) {
5607
+ "../../../../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) {
5611
5608
  (() => {
5612
5609
  var e = { 571: (e2, t2, r2) => {
5613
5610
  "use strict";
@@ -7860,9 +7857,9 @@ var require_fs_extra = __commonJS({
7860
7857
  }
7861
7858
  });
7862
7859
 
7863
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
7860
+ // ../../../../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
7864
7861
  var require_chalk = __commonJS({
7865
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
7862
+ "../../../../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) {
7866
7863
  (() => {
7867
7864
  var e = { 44: (e2, t2, n2) => {
7868
7865
  "use strict";
@@ -8990,13 +8987,13 @@ var require_chalk = __commonJS({
8990
8987
  c = l.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(l.FORCE_COLOR, 10), 3);
8991
8988
  }
8992
8989
  }
8993
- function translateLevel2(e3) {
8990
+ function translateLevel(e3) {
8994
8991
  if (e3 === 0) {
8995
8992
  return false;
8996
8993
  }
8997
8994
  return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
8998
8995
  }
8999
- function supportsColor2(e3, t3) {
8996
+ function supportsColor(e3, t3) {
9000
8997
  if (c === 0) {
9001
8998
  return 0;
9002
8999
  }
@@ -9053,10 +9050,10 @@ var require_chalk = __commonJS({
9053
9050
  return n3;
9054
9051
  }
9055
9052
  function getSupportLevel(e3) {
9056
- const t3 = supportsColor2(e3, e3 && e3.isTTY);
9057
- return translateLevel2(t3);
9053
+ const t3 = supportsColor(e3, e3 && e3.isTTY);
9054
+ return translateLevel(t3);
9058
9055
  }
9059
- e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel2(supportsColor2(true, s.isatty(1))), stderr: translateLevel2(supportsColor2(true, s.isatty(2))) };
9056
+ e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel(supportsColor(true, s.isatty(1))), stderr: translateLevel(supportsColor(true, s.isatty(2))) };
9060
9057
  }, 37: (e2) => {
9061
9058
  "use strict";
9062
9059
  e2.exports = require("os");
@@ -9098,9 +9095,9 @@ var require_chalk = __commonJS({
9098
9095
  }
9099
9096
  });
9100
9097
 
9101
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/strip-ansi/index.js
9098
+ // ../../../../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
9102
9099
  var require_strip_ansi = __commonJS({
9103
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/strip-ansi/index.js"(exports, module2) {
9100
+ "../../../../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) {
9104
9101
  (() => {
9105
9102
  "use strict";
9106
9103
  var e = { 275: (e2) => {
@@ -9137,9 +9134,9 @@ var require_strip_ansi = __commonJS({
9137
9134
  }
9138
9135
  });
9139
9136
 
9140
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/ora/index.js
9137
+ // ../../../../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
9141
9138
  var require_ora = __commonJS({
9142
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/ora/index.js"(exports, module2) {
9139
+ "../../../../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) {
9143
9140
  (() => {
9144
9141
  var e = { 695: (e2, t2, r2) => {
9145
9142
  "use strict";
@@ -12851,9 +12848,9 @@ var require_ora = __commonJS({
12851
12848
  }
12852
12849
  });
12853
12850
 
12854
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/glob/index.js
12851
+ // ../../../../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
12855
12852
  var require_glob = __commonJS({
12856
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/glob/index.js"(exports, module2) {
12853
+ "../../../../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) {
12857
12854
  (() => {
12858
12855
  var t = { 155: (t2) => {
12859
12856
  "use strict";
@@ -15154,9 +15151,9 @@ var require_glob = __commonJS({
15154
15151
  }
15155
15152
  });
15156
15153
 
15157
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/js-yaml/index.js
15154
+ // ../../../../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
15158
15155
  var require_js_yaml = __commonJS({
15159
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/js-yaml/index.js"(exports, module2) {
15156
+ "../../../../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) {
15160
15157
  (() => {
15161
15158
  "use strict";
15162
15159
  var e = { 509: (e2, t2, r2) => {
@@ -17667,9 +17664,9 @@ var require_js_yaml = __commonJS({
17667
17664
  }
17668
17665
  });
17669
17666
 
17670
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/debug/index.js
17667
+ // ../../../../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
17671
17668
  var require_debug = __commonJS({
17672
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/debug/index.js"(exports, module2) {
17669
+ "../../../../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) {
17673
17670
  (() => {
17674
17671
  var e = { 20: (e2, t2, r2) => {
17675
17672
  t2.formatArgs = formatArgs;
@@ -18131,13 +18128,13 @@ var require_debug = __commonJS({
18131
18128
  c = a.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(a.FORCE_COLOR, 10), 3);
18132
18129
  }
18133
18130
  }
18134
- function translateLevel2(e3) {
18131
+ function translateLevel(e3) {
18135
18132
  if (e3 === 0) {
18136
18133
  return false;
18137
18134
  }
18138
18135
  return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
18139
18136
  }
18140
- function supportsColor2(e3, t3) {
18137
+ function supportsColor(e3, t3) {
18141
18138
  if (c === 0) {
18142
18139
  return 0;
18143
18140
  }
@@ -18194,10 +18191,10 @@ var require_debug = __commonJS({
18194
18191
  return r3;
18195
18192
  }
18196
18193
  function getSupportLevel(e3) {
18197
- const t3 = supportsColor2(e3, e3 && e3.isTTY);
18198
- return translateLevel2(t3);
18194
+ const t3 = supportsColor(e3, e3 && e3.isTTY);
18195
+ return translateLevel(t3);
18199
18196
  }
18200
- e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel2(supportsColor2(true, n.isatty(1))), stderr: translateLevel2(supportsColor2(true, n.isatty(2))) };
18197
+ e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel(supportsColor(true, n.isatty(1))), stderr: translateLevel(supportsColor(true, n.isatty(2))) };
18201
18198
  }, 37: (e2) => {
18202
18199
  "use strict";
18203
18200
  e2.exports = require("os");
@@ -18233,9 +18230,9 @@ var require_debug = __commonJS({
18233
18230
  }
18234
18231
  });
18235
18232
 
18236
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/slash/index.js
18233
+ // ../../../../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
18237
18234
  var require_slash = __commonJS({
18238
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/slash/index.js"(exports, module2) {
18235
+ "../../../../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) {
18239
18236
  (() => {
18240
18237
  "use strict";
18241
18238
  var e = { 398: (e2) => {
@@ -18273,9 +18270,9 @@ var require_slash = __commonJS({
18273
18270
  }
18274
18271
  });
18275
18272
 
18276
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/execa/index.js
18273
+ // ../../../../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
18277
18274
  var require_execa = __commonJS({
18278
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/execa/index.js"(exports, module2) {
18275
+ "../../../../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) {
18279
18276
  (() => {
18280
18277
  var e = { 328: (e2, t2, n2) => {
18281
18278
  "use strict";
@@ -19590,9 +19587,9 @@ ${o.message}` : x;
19590
19587
  }
19591
19588
  });
19592
19589
 
19593
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/json5/index.js
19590
+ // ../../../../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
19594
19591
  var require_json5 = __commonJS({
19595
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/json5/index.js"(exports, module2) {
19592
+ "../../../../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) {
19596
19593
  (() => {
19597
19594
  var u = { 361: (u2, D2, e2) => {
19598
19595
  const r = e2(108);
@@ -20610,9 +20607,9 @@ var require_json5 = __commonJS({
20610
20607
  }
20611
20608
  });
20612
20609
 
20613
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/upath/index.js
20610
+ // ../../../../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
20614
20611
  var require_upath = __commonJS({
20615
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/upath/index.js"(exports, module2) {
20612
+ "../../../../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) {
20616
20613
  (() => {
20617
20614
  var e = { 472: (e2, t2, r2) => {
20618
20615
  var n = "2.0.1";
@@ -20797,9 +20794,9 @@ var require_upath = __commonJS({
20797
20794
  }
20798
20795
  });
20799
20796
 
20800
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/pkg-up/index.js
20797
+ // ../../../../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
20801
20798
  var require_pkg_up = __commonJS({
20802
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/pkg-up/index.js"(exports, module2) {
20799
+ "../../../../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) {
20803
20800
  (() => {
20804
20801
  "use strict";
20805
20802
  var e = { 485: (e2, r2, n2) => {
@@ -20964,9 +20961,9 @@ var require_pkg_up = __commonJS({
20964
20961
  }
20965
20962
  });
20966
20963
 
20967
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/nanoid/index.js
20964
+ // ../../../../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
20968
20965
  var require_nanoid = __commonJS({
20969
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/nanoid/index.js"(exports, module2) {
20966
+ "../../../../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) {
20970
20967
  (() => {
20971
20968
  var e = { 113: (e2) => {
20972
20969
  "use strict";
@@ -21046,9 +21043,9 @@ var require_nanoid = __commonJS({
21046
21043
  }
21047
21044
  });
21048
21045
 
21049
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/semver/index.js
21046
+ // ../../../../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
21050
21047
  var require_semver = __commonJS({
21051
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/semver/index.js"(exports, module2) {
21048
+ "../../../../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) {
21052
21049
  (() => {
21053
21050
  var e = { 844: (e2, t2, r2) => {
21054
21051
  "use strict";
@@ -23068,9 +23065,9 @@ var require_semver = __commonJS({
23068
23065
  }
23069
23066
  });
23070
23067
 
23071
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/dotenv/index.js
23068
+ // ../../../../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
23072
23069
  var require_dotenv = __commonJS({
23073
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/dotenv/index.js"(exports, module2) {
23070
+ "../../../../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) {
23074
23071
  (() => {
23075
23072
  var e = { 608: (e2, r2, n2) => {
23076
23073
  const t = n2(147);
@@ -23178,16 +23175,16 @@ var require_dotenv = __commonJS({
23178
23175
  }
23179
23176
  });
23180
23177
 
23181
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/lodash/index.js
23178
+ // ../../../../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
23182
23179
  var require_lodash3 = __commonJS({
23183
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/lodash/index.js"(exports, module2) {
23180
+ "../../../../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) {
23184
23181
  module2.exports = require_lodash();
23185
23182
  }
23186
23183
  });
23187
23184
 
23188
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/fast-glob/index.js
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/fast-glob/index.js
23189
23186
  var require_fast_glob = __commonJS({
23190
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/fast-glob/index.js"(exports, module2) {
23187
+ "../../../../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) {
23191
23188
  (() => {
23192
23189
  var t = { 6491: (t2, e2, r2) => {
23193
23190
  "use strict";
@@ -27701,9 +27698,9 @@ var require_fast_glob = __commonJS({
27701
27698
  }
27702
27699
  });
27703
27700
 
27704
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/globby/index.js
27701
+ // ../../../../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
27705
27702
  var require_globby = __commonJS({
27706
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/globby/index.js"(exports, module2) {
27703
+ "../../../../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) {
27707
27704
  (() => {
27708
27705
  var t = { 337: (t2) => {
27709
27706
  "use strict";
@@ -28346,9 +28343,9 @@ var require_globby = __commonJS({
28346
28343
  }
28347
28344
  });
28348
28345
 
28349
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/address/index.js
28346
+ // ../../../../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
28350
28347
  var require_address = __commonJS({
28351
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/address/index.js"(exports, module2) {
28348
+ "../../../../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) {
28352
28349
  (() => {
28353
28350
  "use strict";
28354
28351
  var e = { 198: (e2, r2, a2) => {
@@ -28552,16 +28549,16 @@ var require_address = __commonJS({
28552
28549
  }
28553
28550
  });
28554
28551
 
28555
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/signale/package.json
28552
+ // ../../../../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
28556
28553
  var require_package = __commonJS({
28557
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/signale/package.json"(exports, module2) {
28554
+ "../../../../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) {
28558
28555
  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 } } };
28559
28556
  }
28560
28557
  });
28561
28558
 
28562
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/signale/index.js
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/index.js
28563
28560
  var require_signale = __commonJS({
28564
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/signale/index.js"(exports, module2) {
28561
+ "../../../../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) {
28565
28562
  (() => {
28566
28563
  var e = { 305: (e2, t2, r2) => {
28567
28564
  "use strict";
@@ -30113,9 +30110,9 @@ var require_signale = __commonJS({
30113
30110
  }
30114
30111
  });
30115
30112
 
30116
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/url-join/index.js
30113
+ // ../../../../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
30117
30114
  var require_url_join = __commonJS({
30118
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/url-join/index.js"(exports, module2) {
30115
+ "../../../../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) {
30119
30116
  (() => {
30120
30117
  var e = { 670: function(e2) {
30121
30118
  (function(r2, i2, t) {
@@ -30203,9 +30200,9 @@ var require_url_join = __commonJS({
30203
30200
  }
30204
30201
  });
30205
30202
 
30206
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/minimist/index.js
30203
+ // ../../../../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
30207
30204
  var require_minimist = __commonJS({
30208
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/minimist/index.js"(exports, module2) {
30205
+ "../../../../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) {
30209
30206
  (() => {
30210
30207
  var e = { 319: (e2) => {
30211
30208
  e2.exports = function(e3, t2) {
@@ -30433,9 +30430,9 @@ var require_minimist = __commonJS({
30433
30430
  }
30434
30431
  });
30435
30432
 
30436
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/filesize/index.js
30433
+ // ../../../../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
30437
30434
  var require_filesize = __commonJS({
30438
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/filesize/index.js"(exports, module2) {
30435
+ "../../../../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) {
30439
30436
  (() => {
30440
30437
  var i = { 823: function(i2) {
30441
30438
  (function(e2, t2) {
@@ -30570,9 +30567,9 @@ var require_filesize = __commonJS({
30570
30567
  }
30571
30568
  });
30572
30569
 
30573
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/gzip-size/index.js
30570
+ // ../../../../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
30574
30571
  var require_gzip_size = __commonJS({
30575
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/gzip-size/index.js"(exports, module2) {
30572
+ "../../../../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) {
30576
30573
  (() => {
30577
30574
  var e = { 325: (e2, r2, t2) => {
30578
30575
  var n = t2(781);
@@ -30723,9 +30720,9 @@ var require_gzip_size = __commonJS({
30723
30720
  }
30724
30721
  });
30725
30722
 
30726
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/dotenv-expand/index.js
30723
+ // ../../../../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
30727
30724
  var require_dotenv_expand = __commonJS({
30728
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/dotenv-expand/index.js"(exports, module2) {
30725
+ "../../../../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) {
30729
30726
  (() => {
30730
30727
  "use strict";
30731
30728
  var r = { 926: (r2) => {
@@ -30977,9 +30974,9 @@ var require_region = __commonJS({
30977
30974
  }
30978
30975
  });
30979
30976
 
30980
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/browserslist/index.js
30977
+ // ../../../../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
30981
30978
  var require_browserslist = __commonJS({
30982
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/browserslist/index.js"(exports, module2) {
30979
+ "../../../../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) {
30983
30980
  (() => {
30984
30981
  var e = { 923: (e2) => {
30985
30982
  function BrowserslistError(e3) {
@@ -32208,9 +32205,9 @@ var require_browserslist = __commonJS({
32208
32205
  }
32209
32206
  });
32210
32207
 
32211
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/recursive-readdir/index.js
32208
+ // ../../../../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
32212
32209
  var require_recursive_readdir = __commonJS({
32213
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/recursive-readdir/index.js"(exports, module2) {
32210
+ "../../../../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) {
32214
32211
  (() => {
32215
32212
  var e = { 155: (e2) => {
32216
32213
  "use strict";
@@ -33083,9 +33080,9 @@ var require_recursive_readdir = __commonJS({
33083
33080
  }
33084
33081
  });
33085
33082
 
33086
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/commander/index.js
33083
+ // ../../../../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
33087
33084
  var require_commander = __commonJS({
33088
- "../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/compiled/commander/index.js"(exports, module2) {
33085
+ "../../../../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) {
33089
33086
  (() => {
33090
33087
  var t = { 81: (t2) => {
33091
33088
  "use strict";
@@ -43487,10 +43484,10 @@ var require_ms = __commonJS({
43487
43484
  }
43488
43485
  });
43489
43486
 
43490
- // ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/common.js
43487
+ // ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/common.js
43491
43488
  var require_common2 = __commonJS({
43492
- "../../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/common.js"(exports, module2) {
43493
- function setup(env2) {
43489
+ "../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/common.js"(exports, module2) {
43490
+ function setup(env) {
43494
43491
  createDebug.debug = createDebug;
43495
43492
  createDebug.default = createDebug;
43496
43493
  createDebug.coerce = coerce;
@@ -43499,8 +43496,8 @@ var require_common2 = __commonJS({
43499
43496
  createDebug.enabled = enabled;
43500
43497
  createDebug.humanize = require_ms();
43501
43498
  createDebug.destroy = destroy2;
43502
- Object.keys(env2).forEach((key) => {
43503
- createDebug[key] = env2[key];
43499
+ Object.keys(env).forEach((key) => {
43500
+ createDebug[key] = env[key];
43504
43501
  });
43505
43502
  createDebug.names = [];
43506
43503
  createDebug.skips = [];
@@ -43650,9 +43647,9 @@ var require_common2 = __commonJS({
43650
43647
  }
43651
43648
  });
43652
43649
 
43653
- // ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/browser.js
43650
+ // ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/browser.js
43654
43651
  var require_browser = __commonJS({
43655
- "../../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/browser.js"(exports, module2) {
43652
+ "../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/browser.js"(exports, module2) {
43656
43653
  exports.formatArgs = formatArgs;
43657
43654
  exports.save = save;
43658
43655
  exports.load = load;
@@ -43819,144 +43816,119 @@ var require_browser = __commonJS({
43819
43816
  }
43820
43817
  });
43821
43818
 
43822
- // ../../../../node_modules/.pnpm/supports-color@9.3.1/node_modules/supports-color/index.js
43823
- var supports_color_exports = {};
43824
- __export(supports_color_exports, {
43825
- createSupportsColor: () => createSupportsColor,
43826
- default: () => supports_color_default
43827
- });
43828
- function hasFlag(flag, argv = globalThis.Deno ? globalThis.Deno.args : import_node_process.default.argv) {
43829
- const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
43830
- const position = argv.indexOf(prefix + flag);
43831
- const terminatorPosition = argv.indexOf("--");
43832
- return position !== -1 && (terminatorPosition === -1 || position < terminatorPosition);
43833
- }
43834
- function envForceColor() {
43835
- if ("FORCE_COLOR" in env) {
43836
- if (env.FORCE_COLOR === "true") {
43837
- return 1;
43838
- }
43839
- if (env.FORCE_COLOR === "false") {
43840
- return 0;
43841
- }
43842
- return env.FORCE_COLOR.length === 0 ? 1 : Math.min(Number.parseInt(env.FORCE_COLOR, 10), 3);
43843
- }
43844
- }
43845
- function translateLevel(level) {
43846
- if (level === 0) {
43847
- return false;
43848
- }
43849
- return {
43850
- level,
43851
- hasBasic: true,
43852
- has256: level >= 2,
43853
- has16m: level >= 3
43854
- };
43855
- }
43856
- function _supportsColor(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
43857
- const noFlagForceColor = envForceColor();
43858
- if (noFlagForceColor !== void 0) {
43859
- flagForceColor = noFlagForceColor;
43860
- }
43861
- const forceColor = sniffFlags ? flagForceColor : noFlagForceColor;
43862
- if (forceColor === 0) {
43863
- return 0;
43864
- }
43865
- if (sniffFlags) {
43866
- if (hasFlag("color=16m") || hasFlag("color=full") || hasFlag("color=truecolor")) {
43867
- return 3;
43868
- }
43869
- if (hasFlag("color=256")) {
43870
- return 2;
43871
- }
43872
- }
43873
- if ("TF_BUILD" in env && "AGENT_NAME" in env) {
43874
- return 1;
43875
- }
43876
- if (haveStream && !streamIsTTY && forceColor === void 0) {
43877
- return 0;
43878
- }
43879
- const min = forceColor || 0;
43880
- if (env.TERM === "dumb") {
43881
- return min;
43819
+ // ../../../../node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag/index.js
43820
+ var require_has_flag = __commonJS({
43821
+ "../../../../node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag/index.js"(exports, module2) {
43822
+ "use strict";
43823
+ module2.exports = (flag, argv) => {
43824
+ argv = argv || process.argv;
43825
+ const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
43826
+ const pos = argv.indexOf(prefix + flag);
43827
+ const terminatorPos = argv.indexOf("--");
43828
+ return pos !== -1 && (terminatorPos === -1 ? true : pos < terminatorPos);
43829
+ };
43882
43830
  }
43883
- if (import_node_process.default.platform === "win32") {
43884
- const osRelease = import_node_os.default.release().split(".");
43885
- if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
43886
- return Number(osRelease[2]) >= 14931 ? 3 : 2;
43831
+ });
43832
+
43833
+ // ../../../../node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color/index.js
43834
+ var require_supports_color = __commonJS({
43835
+ "../../../../node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color/index.js"(exports, module2) {
43836
+ "use strict";
43837
+ var os2 = require("os");
43838
+ var hasFlag = require_has_flag();
43839
+ var env = process.env;
43840
+ var forceColor;
43841
+ if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false")) {
43842
+ forceColor = false;
43843
+ } else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) {
43844
+ forceColor = true;
43887
43845
  }
43888
- return 1;
43889
- }
43890
- if ("CI" in env) {
43891
- if ("GITHUB_ACTIONS" in env) {
43892
- return 3;
43846
+ if ("FORCE_COLOR" in env) {
43847
+ forceColor = env.FORCE_COLOR.length === 0 || parseInt(env.FORCE_COLOR, 10) !== 0;
43893
43848
  }
43894
- if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI", "BUILDKITE", "DRONE"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
43895
- return 1;
43849
+ function translateLevel(level) {
43850
+ if (level === 0) {
43851
+ return false;
43852
+ }
43853
+ return {
43854
+ level,
43855
+ hasBasic: true,
43856
+ has256: level >= 2,
43857
+ has16m: level >= 3
43858
+ };
43896
43859
  }
43897
- return min;
43898
- }
43899
- if ("TEAMCITY_VERSION" in env) {
43900
- return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
43901
- }
43902
- if (env.COLORTERM === "truecolor") {
43903
- return 3;
43904
- }
43905
- if (env.TERM === "xterm-kitty") {
43906
- return 3;
43907
- }
43908
- if ("TERM_PROGRAM" in env) {
43909
- const version = Number.parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
43910
- switch (env.TERM_PROGRAM) {
43911
- case "iTerm.app": {
43912
- return version >= 3 ? 3 : 2;
43860
+ function supportsColor(stream) {
43861
+ if (forceColor === false) {
43862
+ return 0;
43863
+ }
43864
+ if (hasFlag("color=16m") || hasFlag("color=full") || hasFlag("color=truecolor")) {
43865
+ return 3;
43866
+ }
43867
+ if (hasFlag("color=256")) {
43868
+ return 2;
43869
+ }
43870
+ if (stream && !stream.isTTY && forceColor !== true) {
43871
+ return 0;
43872
+ }
43873
+ const min = forceColor ? 1 : 0;
43874
+ if (process.platform === "win32") {
43875
+ const osRelease = os2.release().split(".");
43876
+ if (Number(process.versions.node.split(".")[0]) >= 8 && Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
43877
+ return Number(osRelease[2]) >= 14931 ? 3 : 2;
43878
+ }
43879
+ return 1;
43913
43880
  }
43914
- case "Apple_Terminal": {
43881
+ if ("CI" in env) {
43882
+ if (["TRAVIS", "CIRCLECI", "APPVEYOR", "GITLAB_CI"].some((sign) => sign in env) || env.CI_NAME === "codeship") {
43883
+ return 1;
43884
+ }
43885
+ return min;
43886
+ }
43887
+ if ("TEAMCITY_VERSION" in env) {
43888
+ return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0;
43889
+ }
43890
+ if (env.COLORTERM === "truecolor") {
43891
+ return 3;
43892
+ }
43893
+ if ("TERM_PROGRAM" in env) {
43894
+ const version = parseInt((env.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
43895
+ switch (env.TERM_PROGRAM) {
43896
+ case "iTerm.app":
43897
+ return version >= 3 ? 3 : 2;
43898
+ case "Apple_Terminal":
43899
+ return 2;
43900
+ }
43901
+ }
43902
+ if (/-256(color)?$/i.test(env.TERM)) {
43915
43903
  return 2;
43916
43904
  }
43905
+ if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
43906
+ return 1;
43907
+ }
43908
+ if ("COLORTERM" in env) {
43909
+ return 1;
43910
+ }
43911
+ if (env.TERM === "dumb") {
43912
+ return min;
43913
+ }
43914
+ return min;
43917
43915
  }
43918
- }
43919
- if (/-256(color)?$/i.test(env.TERM)) {
43920
- return 2;
43921
- }
43922
- if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) {
43923
- return 1;
43924
- }
43925
- if ("COLORTERM" in env) {
43926
- return 1;
43927
- }
43928
- return min;
43929
- }
43930
- function createSupportsColor(stream, options = {}) {
43931
- const level = _supportsColor(stream, __spreadValues({
43932
- streamIsTTY: stream && stream.isTTY
43933
- }, options));
43934
- return translateLevel(level);
43935
- }
43936
- var import_node_process, import_node_os, import_node_tty, env, flagForceColor, supportsColor, supports_color_default;
43937
- var init_supports_color = __esm({
43938
- "../../../../node_modules/.pnpm/supports-color@9.3.1/node_modules/supports-color/index.js"() {
43939
- import_node_process = __toESM(require("process"));
43940
- import_node_os = __toESM(require("os"));
43941
- import_node_tty = __toESM(require("tty"));
43942
- ({ env } = import_node_process.default);
43943
- if (hasFlag("no-color") || hasFlag("no-colors") || hasFlag("color=false") || hasFlag("color=never")) {
43944
- flagForceColor = 0;
43945
- } else if (hasFlag("color") || hasFlag("colors") || hasFlag("color=true") || hasFlag("color=always")) {
43946
- flagForceColor = 1;
43916
+ function getSupportLevel(stream) {
43917
+ const level = supportsColor(stream);
43918
+ return translateLevel(level);
43947
43919
  }
43948
- supportsColor = {
43949
- stdout: createSupportsColor({ isTTY: import_node_tty.default.isatty(1) }),
43950
- stderr: createSupportsColor({ isTTY: import_node_tty.default.isatty(2) })
43920
+ module2.exports = {
43921
+ supportsColor: getSupportLevel,
43922
+ stdout: getSupportLevel(process.stdout),
43923
+ stderr: getSupportLevel(process.stderr)
43951
43924
  };
43952
- supports_color_default = supportsColor;
43953
43925
  }
43954
43926
  });
43955
43927
 
43956
- // ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/node.js
43928
+ // ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/node.js
43957
43929
  var require_node = __commonJS({
43958
- "../../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/node.js"(exports, module2) {
43959
- var tty2 = require("tty");
43930
+ "../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/node.js"(exports, module2) {
43931
+ var tty = require("tty");
43960
43932
  var util = require("util");
43961
43933
  exports.init = init;
43962
43934
  exports.log = log;
@@ -43971,8 +43943,8 @@ var require_node = __commonJS({
43971
43943
  );
43972
43944
  exports.colors = [6, 2, 3, 4, 5, 1];
43973
43945
  try {
43974
- const supportsColor2 = (init_supports_color(), __toCommonJS(supports_color_exports));
43975
- if (supportsColor2 && (supportsColor2.stderr || supportsColor2).level >= 2) {
43946
+ const supportsColor = require_supports_color();
43947
+ if (supportsColor && (supportsColor.stderr || supportsColor).level >= 2) {
43976
43948
  exports.colors = [
43977
43949
  20,
43978
43950
  21,
@@ -44074,7 +44046,7 @@ var require_node = __commonJS({
44074
44046
  return obj;
44075
44047
  }, {});
44076
44048
  function useColors() {
44077
- return "colors" in exports.inspectOpts ? Boolean(exports.inspectOpts.colors) : tty2.isatty(process.stderr.fd);
44049
+ return "colors" in exports.inspectOpts ? Boolean(exports.inspectOpts.colors) : tty.isatty(process.stderr.fd);
44078
44050
  }
44079
44051
  function formatArgs(args) {
44080
44052
  const { namespace: name, useColors: useColors2 } = this;
@@ -44127,9 +44099,9 @@ var require_node = __commonJS({
44127
44099
  }
44128
44100
  });
44129
44101
 
44130
- // ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/index.js
44102
+ // ../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/index.js
44131
44103
  var require_src3 = __commonJS({
44132
- "../../../../node_modules/.pnpm/debug@4.3.4_supports-color@9.3.1/node_modules/debug/src/index.js"(exports, module2) {
44104
+ "../../../../node_modules/.pnpm/debug@4.3.4_supports-color@5.5.0/node_modules/debug/src/index.js"(exports, module2) {
44133
44105
  if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
44134
44106
  module2.exports = require_browser();
44135
44107
  } else {
@@ -52475,15 +52447,15 @@ var require_runtime = __commonJS({
52475
52447
  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] + ").");
52476
52448
  }
52477
52449
  }
52478
- function template(templateSpec, env2) {
52479
- if (!env2) {
52450
+ function template(templateSpec, env) {
52451
+ if (!env) {
52480
52452
  throw new _exception2["default"]("No environment passed to template");
52481
52453
  }
52482
52454
  if (!templateSpec || !templateSpec.main) {
52483
52455
  throw new _exception2["default"]("Unknown template object: " + typeof templateSpec);
52484
52456
  }
52485
52457
  templateSpec.main.decorator = templateSpec.main_d;
52486
- env2.VM.checkRevision(templateSpec.compiler);
52458
+ env.VM.checkRevision(templateSpec.compiler);
52487
52459
  var templateWasPrecompiledWithCompilerV7 = templateSpec.compiler && templateSpec.compiler[0] === 7;
52488
52460
  function invokePartialWrapper(partial, context, options) {
52489
52461
  if (options.hash) {
@@ -52492,14 +52464,14 @@ var require_runtime = __commonJS({
52492
52464
  options.ids[0] = true;
52493
52465
  }
52494
52466
  }
52495
- partial = env2.VM.resolvePartial.call(this, partial, context, options);
52467
+ partial = env.VM.resolvePartial.call(this, partial, context, options);
52496
52468
  var extendedOptions = Utils.extend({}, options, {
52497
52469
  hooks: this.hooks,
52498
52470
  protoAccessControl: this.protoAccessControl
52499
52471
  });
52500
- var result = env2.VM.invokePartial.call(this, partial, context, extendedOptions);
52501
- if (result == null && env2.compile) {
52502
- options.partials[options.name] = env2.compile(partial, templateSpec.compilerOptions, env2);
52472
+ var result = env.VM.invokePartial.call(this, partial, context, extendedOptions);
52473
+ if (result == null && env.compile) {
52474
+ options.partials[options.name] = env.compile(partial, templateSpec.compilerOptions, env);
52503
52475
  result = options.partials[options.name](context, extendedOptions);
52504
52476
  }
52505
52477
  if (result != null) {
@@ -52584,7 +52556,7 @@ var require_runtime = __commonJS({
52584
52556
  },
52585
52557
  // An empty object to use as replacement for null-contexts
52586
52558
  nullContext: Object.seal({}),
52587
- noop: env2.VM.noop,
52559
+ noop: env.VM.noop,
52588
52560
  compilerInfo: templateSpec.compiler
52589
52561
  };
52590
52562
  function ret(context) {
@@ -52611,14 +52583,14 @@ var require_runtime = __commonJS({
52611
52583
  ret.isTop = true;
52612
52584
  ret._setup = function(options) {
52613
52585
  if (!options.partial) {
52614
- var mergedHelpers = Utils.extend({}, env2.helpers, options.helpers);
52586
+ var mergedHelpers = Utils.extend({}, env.helpers, options.helpers);
52615
52587
  wrapHelpersToPassLookupProperty(mergedHelpers, container);
52616
52588
  container.helpers = mergedHelpers;
52617
52589
  if (templateSpec.usePartial) {
52618
- container.partials = container.mergeIfNeeded(options.partials, env2.partials);
52590
+ container.partials = container.mergeIfNeeded(options.partials, env.partials);
52619
52591
  }
52620
52592
  if (templateSpec.usePartial || templateSpec.useDecorators) {
52621
- container.decorators = Utils.extend({}, env2.decorators, options.decorators);
52593
+ container.decorators = Utils.extend({}, env.decorators, options.decorators);
52622
52594
  }
52623
52595
  container.hooks = {};
52624
52596
  container.protoAccessControl = _internalProtoAccess.createProtoAccessControl(options);
@@ -54420,7 +54392,7 @@ var require_compiler = __commonJS({
54420
54392
  }
54421
54393
  }
54422
54394
  };
54423
- function precompile(input, options, env2) {
54395
+ function precompile(input, options, env) {
54424
54396
  if (input == null || typeof input !== "string" && input.type !== "Program") {
54425
54397
  throw new _exception2["default"]("You must pass a string or Handlebars AST to Handlebars.precompile. You passed " + input);
54426
54398
  }
@@ -54431,10 +54403,10 @@ var require_compiler = __commonJS({
54431
54403
  if (options.compat) {
54432
54404
  options.useDepths = true;
54433
54405
  }
54434
- var ast = env2.parse(input, options), environment = new env2.Compiler().compile(ast, options);
54435
- return new env2.JavaScriptCompiler().compile(environment, options);
54406
+ var ast = env.parse(input, options), environment = new env.Compiler().compile(ast, options);
54407
+ return new env.JavaScriptCompiler().compile(environment, options);
54436
54408
  }
54437
- function compile3(input, options, env2) {
54409
+ function compile3(input, options, env) {
54438
54410
  if (options === void 0)
54439
54411
  options = {};
54440
54412
  if (input == null || typeof input !== "string" && input.type !== "Program") {
@@ -54449,8 +54421,8 @@ var require_compiler = __commonJS({
54449
54421
  }
54450
54422
  var compiled = void 0;
54451
54423
  function compileInput() {
54452
- var ast = env2.parse(input, options), environment = new env2.Compiler().compile(ast, options), templateSpec = new env2.JavaScriptCompiler().compile(environment, options, void 0, true);
54453
- return env2.template(templateSpec);
54424
+ var ast = env.parse(input, options), environment = new env.Compiler().compile(ast, options), templateSpec = new env.JavaScriptCompiler().compile(environment, options, void 0, true);
54425
+ return env.template(templateSpec);
54454
54426
  }
54455
54427
  function ret(context, execOptions) {
54456
54428
  if (!compiled) {
@@ -58233,6 +58205,13 @@ var require_ejs = __commonJS({
58233
58205
  }
58234
58206
  });
58235
58207
 
58208
+ // ../../../../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
58209
+ var require_lodash4 = __commonJS({
58210
+ "../../../../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) {
58211
+ module2.exports = require_lodash();
58212
+ }
58213
+ });
58214
+
58236
58215
  // ../../../../node_modules/.pnpm/escape-string-regexp@1.0.5/node_modules/escape-string-regexp/index.js
58237
58216
  var require_escape_string_regexp = __commonJS({
58238
58217
  "../../../../node_modules/.pnpm/escape-string-regexp@1.0.5/node_modules/escape-string-regexp/index.js"(exports, module2) {
@@ -63054,7 +63033,7 @@ var require_innerFrom = __commonJS({
63054
63033
  exports.fromIterable = fromIterable;
63055
63034
  function fromAsyncIterable(asyncIterable) {
63056
63035
  return new Observable_1.Observable(function(subscriber) {
63057
- process3(asyncIterable, subscriber).catch(function(err) {
63036
+ process2(asyncIterable, subscriber).catch(function(err) {
63058
63037
  return subscriber.error(err);
63059
63038
  });
63060
63039
  });
@@ -63064,7 +63043,7 @@ var require_innerFrom = __commonJS({
63064
63043
  return fromAsyncIterable(isReadableStreamLike_1.readableStreamLikeToAsyncGenerator(readableStream));
63065
63044
  }
63066
63045
  exports.fromReadableStreamLike = fromReadableStreamLike;
63067
- function process3(asyncIterable, subscriber) {
63046
+ function process2(asyncIterable, subscriber) {
63068
63047
  var asyncIterable_1, asyncIterable_1_1;
63069
63048
  var e_2, _a2;
63070
63049
  return __awaiter6(this, void 0, void 0, function() {
@@ -70343,11 +70322,11 @@ var require_signals = __commonJS({
70343
70322
  // ../../../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js
70344
70323
  var require_signal_exit = __commonJS({
70345
70324
  "../../../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js"(exports, module2) {
70346
- var process3 = global.process;
70347
- var processOk = function(process4) {
70348
- return process4 && typeof process4 === "object" && typeof process4.removeListener === "function" && typeof process4.emit === "function" && typeof process4.reallyExit === "function" && typeof process4.listeners === "function" && typeof process4.kill === "function" && typeof process4.pid === "number" && typeof process4.on === "function";
70325
+ var process2 = global.process;
70326
+ var processOk = function(process3) {
70327
+ 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";
70349
70328
  };
70350
- if (!processOk(process3)) {
70329
+ if (!processOk(process2)) {
70351
70330
  module2.exports = function() {
70352
70331
  return function() {
70353
70332
  };
@@ -70355,15 +70334,15 @@ var require_signal_exit = __commonJS({
70355
70334
  } else {
70356
70335
  assert = require("assert");
70357
70336
  signals = require_signals();
70358
- isWin = /^win/i.test(process3.platform);
70337
+ isWin = /^win/i.test(process2.platform);
70359
70338
  EE = require("events");
70360
70339
  if (typeof EE !== "function") {
70361
70340
  EE = EE.EventEmitter;
70362
70341
  }
70363
- if (process3.__signal_exit_emitter__) {
70364
- emitter = process3.__signal_exit_emitter__;
70342
+ if (process2.__signal_exit_emitter__) {
70343
+ emitter = process2.__signal_exit_emitter__;
70365
70344
  } else {
70366
- emitter = process3.__signal_exit_emitter__ = new EE();
70345
+ emitter = process2.__signal_exit_emitter__ = new EE();
70367
70346
  emitter.count = 0;
70368
70347
  emitter.emitted = {};
70369
70348
  }
@@ -70400,12 +70379,12 @@ var require_signal_exit = __commonJS({
70400
70379
  loaded = false;
70401
70380
  signals.forEach(function(sig) {
70402
70381
  try {
70403
- process3.removeListener(sig, sigListeners[sig]);
70382
+ process2.removeListener(sig, sigListeners[sig]);
70404
70383
  } catch (er) {
70405
70384
  }
70406
70385
  });
70407
- process3.emit = originalProcessEmit;
70408
- process3.reallyExit = originalProcessReallyExit;
70386
+ process2.emit = originalProcessEmit;
70387
+ process2.reallyExit = originalProcessReallyExit;
70409
70388
  emitter.count -= 1;
70410
70389
  };
70411
70390
  module2.exports.unload = unload;
@@ -70422,7 +70401,7 @@ var require_signal_exit = __commonJS({
70422
70401
  if (!processOk(global.process)) {
70423
70402
  return;
70424
70403
  }
70425
- var listeners = process3.listeners(sig);
70404
+ var listeners = process2.listeners(sig);
70426
70405
  if (listeners.length === emitter.count) {
70427
70406
  unload();
70428
70407
  emit("exit", null, sig);
@@ -70430,7 +70409,7 @@ var require_signal_exit = __commonJS({
70430
70409
  if (isWin && sig === "SIGHUP") {
70431
70410
  sig = "SIGINT";
70432
70411
  }
70433
- process3.kill(process3.pid, sig);
70412
+ process2.kill(process2.pid, sig);
70434
70413
  }
70435
70414
  };
70436
70415
  });
@@ -70446,36 +70425,36 @@ var require_signal_exit = __commonJS({
70446
70425
  emitter.count += 1;
70447
70426
  signals = signals.filter(function(sig) {
70448
70427
  try {
70449
- process3.on(sig, sigListeners[sig]);
70428
+ process2.on(sig, sigListeners[sig]);
70450
70429
  return true;
70451
70430
  } catch (er) {
70452
70431
  return false;
70453
70432
  }
70454
70433
  });
70455
- process3.emit = processEmit;
70456
- process3.reallyExit = processReallyExit;
70434
+ process2.emit = processEmit;
70435
+ process2.reallyExit = processReallyExit;
70457
70436
  };
70458
70437
  module2.exports.load = load;
70459
- originalProcessReallyExit = process3.reallyExit;
70438
+ originalProcessReallyExit = process2.reallyExit;
70460
70439
  processReallyExit = function processReallyExit2(code) {
70461
70440
  if (!processOk(global.process)) {
70462
70441
  return;
70463
70442
  }
70464
- process3.exitCode = code || /* istanbul ignore next */
70443
+ process2.exitCode = code || /* istanbul ignore next */
70465
70444
  0;
70466
- emit("exit", process3.exitCode, null);
70467
- emit("afterexit", process3.exitCode, null);
70468
- originalProcessReallyExit.call(process3, process3.exitCode);
70445
+ emit("exit", process2.exitCode, null);
70446
+ emit("afterexit", process2.exitCode, null);
70447
+ originalProcessReallyExit.call(process2, process2.exitCode);
70469
70448
  };
70470
- originalProcessEmit = process3.emit;
70449
+ originalProcessEmit = process2.emit;
70471
70450
  processEmit = function processEmit2(ev, arg) {
70472
70451
  if (ev === "exit" && processOk(global.process)) {
70473
70452
  if (arg !== void 0) {
70474
- process3.exitCode = arg;
70453
+ process2.exitCode = arg;
70475
70454
  }
70476
70455
  var ret = originalProcessEmit.apply(this, arguments);
70477
- emit("exit", process3.exitCode, null);
70478
- emit("afterexit", process3.exitCode, null);
70456
+ emit("exit", process2.exitCode, null);
70457
+ emit("afterexit", process2.exitCode, null);
70479
70458
  return ret;
70480
70459
  } else {
70481
70460
  return originalProcessEmit.apply(this, arguments);
@@ -96826,13 +96805,13 @@ var require_chalk2 = __commonJS({
96826
96805
  c = l.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(l.FORCE_COLOR, 10), 3);
96827
96806
  }
96828
96807
  }
96829
- function translateLevel2(e3) {
96808
+ function translateLevel(e3) {
96830
96809
  if (e3 === 0) {
96831
96810
  return false;
96832
96811
  }
96833
96812
  return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
96834
96813
  }
96835
- function supportsColor2(e3, t3) {
96814
+ function supportsColor(e3, t3) {
96836
96815
  if (c === 0) {
96837
96816
  return 0;
96838
96817
  }
@@ -96889,10 +96868,10 @@ var require_chalk2 = __commonJS({
96889
96868
  return n3;
96890
96869
  }
96891
96870
  function getSupportLevel(e3) {
96892
- const t3 = supportsColor2(e3, e3 && e3.isTTY);
96893
- return translateLevel2(t3);
96871
+ const t3 = supportsColor(e3, e3 && e3.isTTY);
96872
+ return translateLevel(t3);
96894
96873
  }
96895
- e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel2(supportsColor2(true, s.isatty(1))), stderr: translateLevel2(supportsColor2(true, s.isatty(2))) };
96874
+ e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel(supportsColor(true, s.isatty(1))), stderr: translateLevel(supportsColor(true, s.isatty(2))) };
96896
96875
  }, 37: (e2) => {
96897
96876
  "use strict";
96898
96877
  e2.exports = require("os");
@@ -105967,13 +105946,13 @@ var require_debug3 = __commonJS({
105967
105946
  c = a.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(a.FORCE_COLOR, 10), 3);
105968
105947
  }
105969
105948
  }
105970
- function translateLevel2(e3) {
105949
+ function translateLevel(e3) {
105971
105950
  if (e3 === 0) {
105972
105951
  return false;
105973
105952
  }
105974
105953
  return { level: e3, hasBasic: true, has256: e3 >= 2, has16m: e3 >= 3 };
105975
105954
  }
105976
- function supportsColor2(e3, t3) {
105955
+ function supportsColor(e3, t3) {
105977
105956
  if (c === 0) {
105978
105957
  return 0;
105979
105958
  }
@@ -106030,10 +106009,10 @@ var require_debug3 = __commonJS({
106030
106009
  return r3;
106031
106010
  }
106032
106011
  function getSupportLevel(e3) {
106033
- const t3 = supportsColor2(e3, e3 && e3.isTTY);
106034
- return translateLevel2(t3);
106012
+ const t3 = supportsColor(e3, e3 && e3.isTTY);
106013
+ return translateLevel(t3);
106035
106014
  }
106036
- e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel2(supportsColor2(true, n.isatty(1))), stderr: translateLevel2(supportsColor2(true, n.isatty(2))) };
106015
+ e2.exports = { supportsColor: getSupportLevel, stdout: translateLevel(supportsColor(true, n.isatty(1))), stderr: translateLevel(supportsColor(true, n.isatty(2))) };
106037
106016
  }, 37: (e2) => {
106038
106017
  "use strict";
106039
106018
  e2.exports = require("os");
@@ -111015,7 +110994,7 @@ var require_dotenv2 = __commonJS({
111015
110994
  });
111016
110995
 
111017
110996
  // ../../../toolkit/utils/dist/compiled/lodash/index.js
111018
- var require_lodash4 = __commonJS({
110997
+ var require_lodash5 = __commonJS({
111019
110998
  "../../../toolkit/utils/dist/compiled/lodash/index.js"(exports, module2) {
111020
110999
  module2.exports = require_lodash();
111021
111000
  }
@@ -122599,7 +122578,7 @@ var require_compiled = __commonJS({
122599
122578
  var _nanoid = require_nanoid2();
122600
122579
  var _semver = /* @__PURE__ */ _interop_require_default._(require_semver2());
122601
122580
  var _dotenv = /* @__PURE__ */ _interop_require_default._(require_dotenv2());
122602
- var _lodash = /* @__PURE__ */ _interop_require_default._(require_lodash4());
122581
+ var _lodash = /* @__PURE__ */ _interop_require_default._(require_lodash5());
122603
122582
  var _globby = /* @__PURE__ */ _interop_require_default._(require_globby2());
122604
122583
  var _address = /* @__PURE__ */ _interop_require_default._(require_address2());
122605
122584
  var _signale = /* @__PURE__ */ _interop_require_wildcard._(require_signale2());
@@ -122731,6 +122710,8 @@ var require_chainId = __commonJS({
122731
122710
  CSS_MODULES_TS: "css-modules-typescript",
122732
122711
  /** mini-css-extract-plugin.loader */
122733
122712
  MINI_CSS_EXTRACT: "mini-css-extract",
122713
+ /** resolve-url-loader */
122714
+ RESOLVE_URL_LOADER_FOR_SASS: "resolve-url-loader",
122734
122715
  /** builder-plugin-image-compress.loader */
122735
122716
  IMAGE_COMPRESS: "image-compress",
122736
122717
  /** builder-plugin-image-compress svgo-loader */
@@ -122778,6 +122759,14 @@ var require_chainId = __commonJS({
122778
122759
  HTML_NONCE: "html-nonce",
122779
122760
  /** HtmlCrossOriginPlugin */
122780
122761
  HTML_CROSS_ORIGIN: "html-cross-origin",
122762
+ /** htmlPreconnectPlugin */
122763
+ HTML_PRECONNECT: "html-preconnect-plugin",
122764
+ /** htmlDnsPrefetchPlugin */
122765
+ HTML_DNS_PREFETCH: "html-dns-prefetch-plugin",
122766
+ /** htmlPrefetchPlugin */
122767
+ HTML_PREFETCH: "html-prefetch-plugin",
122768
+ /** htmlPreloadPlugin */
122769
+ HTML_PRELOAD: "html-preload-plugin",
122781
122770
  /** MiniCssExtractPlugin */
122782
122771
  MINI_CSS_EXTRACT: "mini-css-extract",
122783
122772
  /** VueLoaderPlugin */
@@ -122941,7 +122930,7 @@ var require_constants2 = __commonJS({
122941
122930
  var API_DIR = "api";
122942
122931
  var SERVER_DIR = "server";
122943
122932
  var SHARED_DIR = "shared";
122944
- var CONFIG_CACHE_DIR = "./node_modules/.cache/node-bundle-require";
122933
+ var CONFIG_CACHE_DIR = "./node_modules/.cache/bundle-require";
122945
122934
  var CONFIG_FILE_EXTENSIONS = [
122946
122935
  ".js",
122947
122936
  ".ts",
@@ -123248,6 +123237,7 @@ var require_config2 = __commonJS({
123248
123237
  return isSingleEntry;
123249
123238
  }
123250
123239
  });
123240
+ var _constants = require_constants2();
123251
123241
  var _type = require_type();
123252
123242
  var isSSR = (config) => {
123253
123243
  var _server, _server1;
@@ -123285,12 +123275,12 @@ var require_config2 = __commonJS({
123285
123275
  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";
123286
123276
  };
123287
123277
  var isSSGEntry = (config, entryName, entrypoints) => {
123288
- var _ssgConfig, _ssgConfig1;
123278
+ var _config_source, _ssgConfig, _ssgConfig1;
123289
123279
  const ssgConfig = config.output.ssg;
123290
- 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]);
123280
+ 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]);
123291
123281
  return useSSG;
123292
123282
  };
123293
- var isSingleEntry = (entrypoints) => entrypoints.length === 1 && entrypoints[0].entryName === "main";
123283
+ var isSingleEntry = (entrypoints, mainEntryName = _constants.MAIN_ENTRY_NAME) => entrypoints.length === 1 && entrypoints[0].entryName === mainEntryName;
123294
123284
  }
123295
123285
  });
123296
123286
 
@@ -123837,6 +123827,9 @@ var require_logger2 = __commonJS({
123837
123827
  });
123838
123828
  }
123839
123829
  _export(exports, {
123830
+ isErrorStackMessage: function() {
123831
+ return isErrorStackMessage;
123832
+ },
123840
123833
  Logger: function() {
123841
123834
  return Logger2;
123842
123835
  },
@@ -123887,6 +123880,9 @@ var require_logger2 = __commonJS({
123887
123880
  displayLabel: true,
123888
123881
  uppercaseLabel: false
123889
123882
  };
123883
+ var errorStackRegExp = /^\s*at\s.*:\d+:\d+[\s)]*$/;
123884
+ var anonymousErrorStackRegExp = /^\s*at\s.*\(<anonymous>\)$/;
123885
+ var isErrorStackMessage = (message) => errorStackRegExp.test(message) || anonymousErrorStackRegExp.test(message);
123890
123886
  var Logger2 = class {
123891
123887
  _log(type, message, ...args) {
123892
123888
  if (message === void 0 || message === null) {
@@ -123912,6 +123908,9 @@ ${_chalk.default.grey(rest.join("\n"))}`;
123912
123908
  } else {
123913
123909
  text = message.message;
123914
123910
  }
123911
+ } else if (logType.level === "error" && typeof message === "string") {
123912
+ const lines = message.split("\n");
123913
+ text = lines.map((line) => isErrorStackMessage(line) ? _chalk.default.gray(line) : line).join("\n");
123915
123914
  } else {
123916
123915
  text = `${message}`;
123917
123916
  }
@@ -124093,15 +124092,6 @@ var require_path = __commonJS({
124093
124092
  getTemplatePath: function() {
124094
124093
  return getTemplatePath;
124095
124094
  },
124096
- compilePathMatcherRegExp: function() {
124097
- return compilePathMatcherRegExp;
124098
- },
124099
- _joinPathParts: function() {
124100
- return _joinPathParts;
124101
- },
124102
- upwardPaths: function() {
124103
- return upwardPaths;
124104
- },
124105
124095
  getRealTemporaryDirectory: function() {
124106
124096
  return getRealTemporaryDirectory;
124107
124097
  },
@@ -124139,20 +124129,6 @@ var require_path = __commonJS({
124139
124129
  parts.push((0, _compiled.nanoid)());
124140
124130
  return _path.default.resolve(...parts);
124141
124131
  };
124142
- function compilePathMatcherRegExp(match) {
124143
- if (typeof match !== "string") {
124144
- return match;
124145
- }
124146
- const escaped = _compiled.lodash.escapeRegExp(match);
124147
- return new RegExp(`(?<=\\W|^)${escaped}(?=\\W|$)`);
124148
- }
124149
- var _joinPathParts = (_part, i, parts) => (0, _compiled.lodash)(parts).filter((part) => ![
124150
- "/",
124151
- "\\"
124152
- ].includes(part)).tap((parts2) => parts2.unshift("")).slice(0, i + 2).join("/");
124153
- function upwardPaths(start) {
124154
- return (0, _compiled.lodash)(start).split(/[/\\]/).filter(Boolean).map(_joinPathParts).reverse().push("/").value();
124155
- }
124156
124132
  function getRealTemporaryDirectory() {
124157
124133
  let ret = null;
124158
124134
  try {
@@ -124404,84 +124380,6 @@ var require_monorepo = __commonJS({
124404
124380
  }
124405
124381
  });
124406
124382
 
124407
- // ../../../toolkit/utils/dist/cjs/cli/pathSerializer.js
124408
- var require_pathSerializer = __commonJS({
124409
- "../../../toolkit/utils/dist/cjs/cli/pathSerializer.js"(exports) {
124410
- "use strict";
124411
- Object.defineProperty(exports, "__esModule", {
124412
- value: true
124413
- });
124414
- function _export(target, all) {
124415
- for (var name in all)
124416
- Object.defineProperty(target, name, {
124417
- enumerable: true,
124418
- get: all[name]
124419
- });
124420
- }
124421
- _export(exports, {
124422
- matchUpwardPathsAsUnknown: function() {
124423
- return matchUpwardPathsAsUnknown;
124424
- },
124425
- applyPathMatcher: function() {
124426
- return applyPathMatcher;
124427
- },
124428
- applyMatcherReplacement: function() {
124429
- return applyMatcherReplacement;
124430
- },
124431
- createDefaultPathMatchers: function() {
124432
- return createDefaultPathMatchers;
124433
- }
124434
- });
124435
- var _interop_require_default = require_interop_require_default();
124436
- var _os = /* @__PURE__ */ _interop_require_default._(require("os"));
124437
- var _lodash = /* @__PURE__ */ _interop_require_default._(require_lodash4());
124438
- var _path = require_path();
124439
- var matchUpwardPathsAsUnknown = (p) => (0, _lodash.default)((0, _path.upwardPaths)((0, _path.normalizeToPosixPath)(p))).map((match) => ({
124440
- match,
124441
- mark: "unknown"
124442
- })).slice(1, -1).value();
124443
- function applyPathMatcher(matcher, str, options = {}) {
124444
- const regex2 = (0, _path.compilePathMatcherRegExp)(matcher.match);
124445
- const replacer = (substring, ...args) => {
124446
- if (options.minPartials && (0, _path.splitPathString)(substring).length < options.minPartials) {
124447
- return substring;
124448
- }
124449
- const ret = typeof matcher.mark === "string" ? matcher.mark : matcher.mark(substring, ...args);
124450
- return `<${_lodash.default.snakeCase(ret).toUpperCase()}>`;
124451
- };
124452
- return str.replace(regex2, replacer);
124453
- }
124454
- function applyMatcherReplacement(matchers, str, options = {}) {
124455
- return matchers.reduce((ret, matcher) => {
124456
- return applyPathMatcher(matcher, ret, options);
124457
- }, str);
124458
- }
124459
- var createDefaultPathMatchers = (root) => {
124460
- const ret = [
124461
- {
124462
- match: RegExp("(?<=\\/)(\\.pnpm\\/.+?\\/node_modules)(?=\\/)"),
124463
- mark: "pnpmInner"
124464
- }
124465
- ];
124466
- const tmpdir = (0, _path.getRealTemporaryDirectory)();
124467
- tmpdir && ret.push({
124468
- match: tmpdir,
124469
- mark: "temp"
124470
- });
124471
- ret.push({
124472
- match: _os.default.tmpdir(),
124473
- mark: "temp"
124474
- });
124475
- ret.push({
124476
- match: _os.default.homedir(),
124477
- mark: "home"
124478
- });
124479
- ret.push(...matchUpwardPathsAsUnknown(root));
124480
- return ret;
124481
- };
124482
- }
124483
- });
124484
-
124485
124383
  // ../../../toolkit/utils/dist/cjs/cli/port.js
124486
124384
  var require_port = __commonJS({
124487
124385
  "../../../toolkit/utils/dist/cjs/cli/port.js"(exports) {
@@ -124616,19 +124514,19 @@ var require_prettyInstructions = __commonJS({
124616
124514
  }, []);
124617
124515
  };
124618
124516
  var prettyInstructions = (appContext, config) => {
124619
- var _appContext_builder_context_devServer, _appContext_builder, _config_dev;
124517
+ var _appContext_builder_context_devServer, _appContext_builder, _config_dev, _config_source;
124620
124518
  const { entrypoints, serverRoutes, port, apiOnly, checkedEntries } = appContext;
124621
124519
  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);
124622
124520
  const urls = getAddressUrls(isHttps ? "https" : "http", port, (_config_dev = config.dev) === null || _config_dev === void 0 ? void 0 : _config_dev.host);
124623
124521
  const routes = !apiOnly ? serverRoutes.filter((route) => route.entryName) : serverRoutes;
124624
124522
  let message = "App running at:\n\n";
124625
- if ((0, _is.isSingleEntry)(entrypoints) || apiOnly) {
124523
+ if ((0, _is.isSingleEntry)(entrypoints, (_config_source = config.source) === null || _config_source === void 0 ? void 0 : _config_source.mainEntryName) || apiOnly) {
124626
124524
  message += urls.map(({ label, url }) => ` ${_compiled.chalk.bold(`> ${label.padEnd(10)}`)}${_compiled.chalk.cyanBright(normalizeUrl(`${url}/${routes[0].urlPath}`))}
124627
124525
  `).join("");
124628
124526
  } else {
124629
124527
  const maxNameLength = Math.max(...routes.map((r) => r.entryName.length));
124630
124528
  urls.forEach(({ label, url }) => {
124631
- message += ` ${_compiled.chalk.bold(`> ${label}`)}
124529
+ message += ` ${_compiled.chalk.bold(`> ${label}`)}${routes.length === 0 ? _compiled.chalk.cyanBright(url) : ""}
124632
124530
  `;
124633
124531
  routes.forEach(({ entryName, urlPath, isSSR }) => {
124634
124532
  if (!checkedEntries.includes(entryName)) {
@@ -124877,7 +124775,6 @@ var require_cli = __commonJS({
124877
124775
  _export_star._(require_monorepo(), exports);
124878
124776
  _export_star._(require_package5(), exports);
124879
124777
  _export_star._(require_path(), exports);
124880
- _export_star._(require_pathSerializer(), exports);
124881
124778
  _export_star._(require_port(), exports);
124882
124779
  _export_star._(require_prettyInstructions(), exports);
124883
124780
  _export_star._(require_require(), exports);
@@ -125764,7 +125661,7 @@ module.exports = __toCommonJS(src_exports);
125764
125661
  var import_path18 = __toESM(require("path"));
125765
125662
  var import_lodash16 = __toESM(require_lodash2());
125766
125663
 
125767
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/esm/import.js
125664
+ // ../../../../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
125768
125665
  var lazy = (moduleName, requireFn) => {
125769
125666
  const importLazyLocal = require_import_lazy()(requireFn);
125770
125667
  return importLazyLocal(moduleName);
@@ -125773,7 +125670,7 @@ var Import = {
125773
125670
  lazy
125774
125671
  };
125775
125672
 
125776
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.18.0/node_modules/@modern-js/utils/dist/esm/compiled.js
125673
+ // ../../../../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
125777
125674
  var import_fs_extra = __toESM(require_fs_extra());
125778
125675
  var import_ora = __toESM(require_ora());
125779
125676
  var import_glob = __toESM(require_glob());
@@ -125807,11 +125704,11 @@ var mime = Import.lazy("../compiled/mime-types", require);
125807
125704
  var chokidar = Import.lazy("../compiled/chokidar", require);
125808
125705
  var inquirer = Import.lazy("../compiled/inquirer", require);
125809
125706
 
125810
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/index.js
125707
+ // ../../../../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
125811
125708
  var import_lodash7 = __toESM(require_lodash3());
125812
125709
  var import_comment_json = __toESM(require_src2());
125813
125710
 
125814
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.2.5/node_modules/@modern-js/codesmith-api-npm/dist/esm/utils/env.js
125711
+ // ../../../../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
125815
125712
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
125816
125713
  try {
125817
125714
  var info = gen[key](arg);
@@ -126119,7 +126016,7 @@ function _canUsePnpm() {
126119
126016
  return _canUsePnpm.apply(this, arguments);
126120
126017
  }
126121
126018
 
126122
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.2.5/node_modules/@modern-js/codesmith-api-npm/dist/esm/utils/install.js
126019
+ // ../../../../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
126123
126020
  function asyncGeneratorStep2(gen, resolve, reject, _next, _throw, key, arg) {
126124
126021
  try {
126125
126022
  var info = gen[key](arg);
@@ -126486,7 +126383,7 @@ function _pnpmInstall() {
126486
126383
  return _pnpmInstall.apply(this, arguments);
126487
126384
  }
126488
126385
 
126489
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.2.5/node_modules/@modern-js/codesmith-api-npm/dist/esm/index.js
126386
+ // ../../../../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
126490
126387
  function _class_call_check(instance, Constructor) {
126491
126388
  if (!(instance instanceof Constructor)) {
126492
126389
  throw new TypeError("Cannot call a class as a function");
@@ -126567,7 +126464,7 @@ var NpmAPI = /* @__PURE__ */ function() {
126567
126464
  return NpmAPI2;
126568
126465
  }();
126569
126466
 
126570
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.2.5_@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith-api-git/dist/esm/utils/index.js
126467
+ // ../../../../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
126571
126468
  function asyncGeneratorStep3(gen, resolve, reject, _next, _throw, key, arg) {
126572
126469
  try {
126573
126470
  var info = gen[key](arg);
@@ -126909,7 +126806,7 @@ function _gitCommit() {
126909
126806
  return _gitCommit.apply(this, arguments);
126910
126807
  }
126911
126808
 
126912
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.2.5_@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith-api-git/dist/esm/index.js
126809
+ // ../../../../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
126913
126810
  function asyncGeneratorStep4(gen, resolve, reject, _next, _throw, key, arg) {
126914
126811
  try {
126915
126812
  var info = gen[key](arg);
@@ -127240,7 +127137,7 @@ var GitAPI = /* @__PURE__ */ function() {
127240
127137
  return GitAPI2;
127241
127138
  }();
127242
127139
 
127243
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/logger/constants.js
127140
+ // ../../../../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/logger/constants.js
127244
127141
  var LoggerLevel;
127245
127142
  (function(LoggerLevel2) {
127246
127143
  LoggerLevel2["Error"] = "error";
@@ -127259,7 +127156,7 @@ var LevelPriority = [
127259
127156
  LoggerLevel.Stream
127260
127157
  ];
127261
127158
 
127262
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/logger/index.js
127159
+ // ../../../../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/logger/index.js
127263
127160
  function _array_like_to_array(arr, len) {
127264
127161
  if (len == null || len > arr.length)
127265
127162
  len = arr.length;
@@ -127444,20 +127341,20 @@ var Logger = /* @__PURE__ */ function() {
127444
127341
  return Logger2;
127445
127342
  }();
127446
127343
 
127447
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/codesmith/index.js
127344
+ // ../../../../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/codesmith/index.js
127448
127345
  var import_path7 = __toESM(require("path"));
127449
127346
 
127450
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/generator/index.js
127347
+ // ../../../../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/generator/index.js
127451
127348
  var import_path4 = __toESM(require("path"));
127452
127349
  var import_events = require("events");
127453
127350
 
127454
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/materials/FsMaterial.js
127351
+ // ../../../../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/FsMaterial.js
127455
127352
  var import_path2 = __toESM(require("path"));
127456
127353
 
127457
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/materials/FsResource.js
127354
+ // ../../../../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
127458
127355
  var import_path = __toESM(require("path"));
127459
127356
 
127460
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/materials/constants.js
127357
+ // ../../../../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/constants.js
127461
127358
  var IMAGE_EXT_LIST = [
127462
127359
  ".jpg",
127463
127360
  ".jpeg",
@@ -127471,7 +127368,7 @@ var IMAGE_EXT_LIST = [
127471
127368
  ".wmf"
127472
127369
  ];
127473
127370
 
127474
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/materials/FsResource.js
127371
+ // ../../../../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
127475
127372
  function asyncGeneratorStep5(gen, resolve, reject, _next, _throw, key, arg) {
127476
127373
  try {
127477
127374
  var info = gen[key](arg);
@@ -127703,7 +127600,7 @@ var FsResource = /* @__PURE__ */ function() {
127703
127600
  return FsResource2;
127704
127601
  }();
127705
127602
 
127706
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/materials/FsMaterial.js
127603
+ // ../../../../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/FsMaterial.js
127707
127604
  function asyncGeneratorStep6(gen, resolve, reject, _next, _throw, key, arg) {
127708
127605
  try {
127709
127606
  var info = gen[key](arg);
@@ -127927,7 +127824,7 @@ var FsMaterial = /* @__PURE__ */ function() {
127927
127824
  return FsMaterial2;
127928
127825
  }();
127929
127826
 
127930
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/nodeRequire.js
127827
+ // ../../../../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/nodeRequire.js
127931
127828
  var nodeRequire = function(path18) {
127932
127829
  try {
127933
127830
  var module2 = __non_webpack_require__(path18);
@@ -127944,10 +127841,10 @@ var nodeRequire = function(path18) {
127944
127841
  }
127945
127842
  };
127946
127843
 
127947
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/getGeneratorDir.js
127844
+ // ../../../../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/getGeneratorDir.js
127948
127845
  var import_path3 = __toESM(require("path"));
127949
127846
 
127950
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/fsExists.js
127847
+ // ../../../../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
127951
127848
  function asyncGeneratorStep7(gen, resolve, reject, _next, _throw, key, arg) {
127952
127849
  try {
127953
127850
  var info = gen[key](arg);
@@ -128120,7 +128017,7 @@ function _fsExists() {
128120
128017
  return _fsExists.apply(this, arguments);
128121
128018
  }
128122
128019
 
128123
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/getGeneratorDir.js
128020
+ // ../../../../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/getGeneratorDir.js
128124
128021
  function asyncGeneratorStep8(gen, resolve, reject, _next, _throw, key, arg) {
128125
128022
  try {
128126
128023
  var info = gen[key](arg);
@@ -128314,7 +128211,7 @@ function _getGeneratorDir() {
128314
128211
  return _getGeneratorDir.apply(this, arguments);
128315
128212
  }
128316
128213
 
128317
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/generator/index.js
128214
+ // ../../../../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/generator/index.js
128318
128215
  function asyncGeneratorStep9(gen, resolve, reject, _next, _throw, key, arg) {
128319
128216
  try {
128320
128217
  var info = gen[key](arg);
@@ -128909,10 +128806,10 @@ var GeneratorCore = /* @__PURE__ */ function() {
128909
128806
  return GeneratorCore2;
128910
128807
  }();
128911
128808
 
128912
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/materials/index.js
128809
+ // ../../../../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/index.js
128913
128810
  var import_path6 = __toESM(require("path"));
128914
128811
 
128915
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/packageManager.js
128812
+ // ../../../../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
128916
128813
  var import_path5 = __toESM(require("path"));
128917
128814
  function asyncGeneratorStep10(gen, resolve, reject, _next, _throw, key, arg) {
128918
128815
  try {
@@ -129245,7 +129142,7 @@ function _runInstall() {
129245
129142
  return _runInstall.apply(this, arguments);
129246
129143
  }
129247
129144
 
129248
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/timeoutPromise.js
129145
+ // ../../../../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/timeoutPromise.js
129249
129146
  function asyncGeneratorStep11(gen, resolve, reject, _next, _throw, key, arg) {
129250
129147
  try {
129251
129148
  var info = gen[key](arg);
@@ -129435,16 +129332,16 @@ function _timeoutPromise() {
129435
129332
  return _timeoutPromise.apply(this, arguments);
129436
129333
  }
129437
129334
 
129438
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/downloadPackage.js
129335
+ // ../../../../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/downloadPackage.js
129439
129336
  var import_os = __toESM(require("os"));
129440
129337
  var import_axios = __toESM(require_axios2());
129441
129338
  var import_tar = __toESM(require_tar());
129442
129339
 
129443
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/constants.js
129340
+ // ../../../../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/constants.js
129444
129341
  var NPM_API_TIMEOUT = 3e4;
129445
129342
  var CATCHE_VALIDITY_PREIOD = 12 * 3600 * 1e3;
129446
129343
 
129447
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/getNpmTarballUrl.js
129344
+ // ../../../../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/getNpmTarballUrl.js
129448
129345
  function asyncGeneratorStep12(gen, resolve, reject, _next, _throw, key, arg) {
129449
129346
  try {
129450
129347
  var info = gen[key](arg);
@@ -129621,7 +129518,7 @@ function _getNpmTarballUrl() {
129621
129518
  return _getNpmTarballUrl.apply(this, arguments);
129622
129519
  }
129623
129520
 
129624
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/getNpmVersion.js
129521
+ // ../../../../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/getNpmVersion.js
129625
129522
  function asyncGeneratorStep13(gen, resolve, reject, _next, _throw, key, arg) {
129626
129523
  try {
129627
129524
  var info = gen[key](arg);
@@ -129793,7 +129690,7 @@ function _getNpmVersion() {
129793
129690
  return _getNpmVersion.apply(this, arguments);
129794
129691
  }
129795
129692
 
129796
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/downloadPackage.js
129693
+ // ../../../../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/downloadPackage.js
129797
129694
  function asyncGeneratorStep14(gen, resolve, reject, _next, _throw, key, arg) {
129798
129695
  try {
129799
129696
  var info = gen[key](arg);
@@ -130155,7 +130052,7 @@ function _downloadPackage() {
130155
130052
  return _downloadPackage.apply(this, arguments);
130156
130053
  }
130157
130054
 
130158
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/utils/getPackageInfo.js
130055
+ // ../../../../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/getPackageInfo.js
130159
130056
  function getPackageInfo(packageName) {
130160
130057
  if (!packageName) {
130161
130058
  throw new Error("package is not exisit");
@@ -130179,7 +130076,7 @@ function getPackageInfo(packageName) {
130179
130076
  };
130180
130077
  }
130181
130078
 
130182
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/materials/index.js
130079
+ // ../../../../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/index.js
130183
130080
  function asyncGeneratorStep15(gen, resolve, reject, _next, _throw, key, arg) {
130184
130081
  try {
130185
130082
  var info = gen[key](arg);
@@ -130404,7 +130301,7 @@ var MaterialsManager = /* @__PURE__ */ function() {
130404
130301
  return MaterialsManager2;
130405
130302
  }();
130406
130303
 
130407
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.2.5/node_modules/@modern-js/codesmith/dist/esm/codesmith/index.js
130304
+ // ../../../../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/codesmith/index.js
130408
130305
  function asyncGeneratorStep16(gen, resolve, reject, _next, _throw, key, arg) {
130409
130306
  try {
130410
130307
  var info = gen[key](arg);
@@ -131650,8 +131547,8 @@ var FsAPI = /* @__PURE__ */ function() {
131650
131547
  return FsAPI2;
131651
131548
  }();
131652
131549
 
131653
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/index.js
131654
- var import_lodash3 = __toESM(require_lodash3());
131550
+ // ../../../../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/index.js
131551
+ var import_lodash3 = __toESM(require_lodash4());
131655
131552
 
131656
131553
  // ../../../../node_modules/.pnpm/@formily+shared@2.2.24/node_modules/@formily/shared/esm/checkers.js
131657
131554
  var toString = Object.prototype.toString;
@@ -131974,7 +131871,7 @@ function isEmpty(val, strict) {
131974
131871
  return false;
131975
131872
  }
131976
131873
 
131977
- // ../../../../node_modules/.pnpm/tslib@2.4.0/node_modules/tslib/tslib.es6.js
131874
+ // ../../../../node_modules/.pnpm/tslib@2.3.1/node_modules/tslib/tslib.es6.js
131978
131875
  var __assign = function() {
131979
131876
  __assign = Object.assign || function __assign11(t) {
131980
131877
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -131987,82 +131884,6 @@ var __assign = function() {
131987
131884
  };
131988
131885
  return __assign.apply(this, arguments);
131989
131886
  };
131990
- function __generator20(thisArg, body) {
131991
- var _ = { label: 0, sent: function() {
131992
- if (t[0] & 1)
131993
- throw t[1];
131994
- return t[1];
131995
- }, trys: [], ops: [] }, f, y, t, g;
131996
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
131997
- return this;
131998
- }), g;
131999
- function verb(n) {
132000
- return function(v) {
132001
- return step([n, v]);
132002
- };
132003
- }
132004
- function step(op) {
132005
- if (f)
132006
- throw new TypeError("Generator is already executing.");
132007
- while (_)
132008
- try {
132009
- if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
132010
- return t;
132011
- if (y = 0, t)
132012
- op = [op[0] & 2, t.value];
132013
- switch (op[0]) {
132014
- case 0:
132015
- case 1:
132016
- t = op;
132017
- break;
132018
- case 4:
132019
- _.label++;
132020
- return { value: op[1], done: false };
132021
- case 5:
132022
- _.label++;
132023
- y = op[1];
132024
- op = [0];
132025
- continue;
132026
- case 7:
132027
- op = _.ops.pop();
132028
- _.trys.pop();
132029
- continue;
132030
- default:
132031
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
132032
- _ = 0;
132033
- continue;
132034
- }
132035
- if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
132036
- _.label = op[1];
132037
- break;
132038
- }
132039
- if (op[0] === 6 && _.label < t[1]) {
132040
- _.label = t[1];
132041
- t = op;
132042
- break;
132043
- }
132044
- if (t && _.label < t[2]) {
132045
- _.label = t[2];
132046
- _.ops.push(op);
132047
- break;
132048
- }
132049
- if (t[2])
132050
- _.ops.pop();
132051
- _.trys.pop();
132052
- continue;
132053
- }
132054
- op = body.call(thisArg, _);
132055
- } catch (e) {
132056
- op = [6, e];
132057
- y = 0;
132058
- } finally {
132059
- f = t = 0;
132060
- }
132061
- if (op[0] & 5)
132062
- throw op[1];
132063
- return { value: op[0] ? op[1] : void 0, done: true };
132064
- }
132065
- }
132066
131887
 
132067
131888
  // ../../../../node_modules/.pnpm/lower-case@2.0.2/node_modules/lower-case/dist.es2015/index.js
132068
131889
  function lowerCase(str) {
@@ -136326,7 +136147,7 @@ var __awaiter = function(thisArg, _arguments, P, generator) {
136326
136147
  step((generator = generator.apply(thisArg, _arguments || [])).next());
136327
136148
  });
136328
136149
  };
136329
- var __generator21 = function(thisArg, body) {
136150
+ var __generator20 = function(thisArg, body) {
136330
136151
  var _ = { label: 0, sent: function() {
136331
136152
  if (t[0] & 1)
136332
136153
  throw t[1];
@@ -136455,7 +136276,7 @@ var parseValidatorRules = function(rules) {
136455
136276
  return function(value, context) {
136456
136277
  return __awaiter(void 0, void 0, void 0, function() {
136457
136278
  var context_, results, e_1;
136458
- return __generator21(this, function(_a2) {
136279
+ return __generator20(this, function(_a2) {
136459
136280
  switch (_a2.label) {
136460
136281
  case 0:
136461
136282
  context_ = getContext(context, value);
@@ -136817,7 +136638,7 @@ var __awaiter2 = function(thisArg, _arguments, P, generator) {
136817
136638
  step((generator = generator.apply(thisArg, _arguments || [])).next());
136818
136639
  });
136819
136640
  };
136820
- var __generator22 = function(thisArg, body) {
136641
+ var __generator21 = function(thisArg, body) {
136821
136642
  var _ = { label: 0, sent: function() {
136822
136643
  if (t[0] & 1)
136823
136644
  throw t[1];
@@ -137015,7 +136836,7 @@ var RULES = {
137015
136836
  validator: function(value, rule, context, format) {
137016
136837
  return __awaiter2(this, void 0, void 0, function() {
137017
136838
  var response;
137018
- return __generator22(this, function(_a2) {
136839
+ return __generator21(this, function(_a2) {
137019
136840
  switch (_a2.label) {
137020
136841
  case 0:
137021
136842
  if (!isFn(rule.validator))
@@ -137120,7 +136941,7 @@ var __awaiter3 = function(thisArg, _arguments, P, generator) {
137120
136941
  step((generator = generator.apply(thisArg, _arguments || [])).next());
137121
136942
  });
137122
136943
  };
137123
- var __generator23 = function(thisArg, body) {
136944
+ var __generator22 = function(thisArg, body) {
137124
136945
  var _ = { label: 0, sent: function() {
137125
136946
  if (t[0] & 1)
137126
136947
  throw t[1];
@@ -137202,7 +137023,7 @@ registerValidateFormats(formats_default);
137202
137023
  var validate = function(value, validator, options) {
137203
137024
  return __awaiter3(void 0, void 0, void 0, function() {
137204
137025
  var validates, results, i, result, type, message;
137205
- return __generator23(this, function(_a2) {
137026
+ return __generator22(this, function(_a2) {
137206
137027
  switch (_a2.label) {
137207
137028
  case 0:
137208
137029
  validates = parseValidator(validator, options);
@@ -137381,7 +137202,7 @@ var __awaiter4 = function(thisArg, _arguments, P, generator) {
137381
137202
  step((generator = generator.apply(thisArg, _arguments || [])).next());
137382
137203
  });
137383
137204
  };
137384
- var __generator24 = function(thisArg, body) {
137205
+ var __generator23 = function(thisArg, body) {
137385
137206
  var _ = { label: 0, sent: function() {
137386
137207
  if (t[0] & 1)
137387
137208
  throw t[1];
@@ -137685,7 +137506,7 @@ var validateToFeedbacks = function(field, triggerType) {
137685
137506
  return __awaiter4(void 0, void 0, void 0, function() {
137686
137507
  var results;
137687
137508
  var _a2;
137688
- return __generator24(this, function(_b) {
137509
+ return __generator23(this, function(_b) {
137689
137510
  switch (_b.label) {
137690
137511
  case 0:
137691
137512
  return [4, validate(field.value, field.validator, {
@@ -138125,7 +137946,7 @@ var setLoading = function(target, loading) {
138125
137946
  var batchSubmit = function(target, onSubmit) {
138126
137947
  return __awaiter4(void 0, void 0, void 0, function() {
138127
137948
  var getValues, e_1, results, e_2;
138128
- return __generator24(this, function(_a2) {
137949
+ return __generator23(this, function(_a2) {
138129
137950
  switch (_a2.label) {
138130
137951
  case 0:
138131
137952
  getValues = function(target2) {
@@ -138185,7 +138006,7 @@ var batchSubmit = function(target, onSubmit) {
138185
138006
  var batchValidate = function(target, pattern, triggerType) {
138186
138007
  return __awaiter4(void 0, void 0, void 0, function() {
138187
138008
  var tasks;
138188
- return __generator24(this, function(_a2) {
138009
+ return __generator23(this, function(_a2) {
138189
138010
  switch (_a2.label) {
138190
138011
  case 0:
138191
138012
  if (isForm(target))
@@ -138224,7 +138045,7 @@ var batchValidate = function(target, pattern, triggerType) {
138224
138045
  var batchReset = function(target, pattern, options) {
138225
138046
  return __awaiter4(void 0, void 0, void 0, function() {
138226
138047
  var tasks;
138227
- return __generator24(this, function(_a2) {
138048
+ return __generator23(this, function(_a2) {
138228
138049
  switch (_a2.label) {
138229
138050
  case 0:
138230
138051
  tasks = [];
@@ -138254,7 +138075,7 @@ var validateSelf = batch.bound(function(target, triggerType, noEmit) {
138254
138075
  }
138255
138076
  return __awaiter4(void 0, void 0, void 0, function() {
138256
138077
  var start, end, allTriggerTypes, results_1, i, payload, results;
138257
- return __generator24(this, function(_a2) {
138078
+ return __generator23(this, function(_a2) {
138258
138079
  switch (_a2.label) {
138259
138080
  case 0:
138260
138081
  start = function() {
@@ -138314,7 +138135,7 @@ var resetSelf = batch.bound(function(target, options, noEmit) {
138314
138135
  }
138315
138136
  return __awaiter4(void 0, void 0, void 0, function() {
138316
138137
  var typedDefaultValue, initialValue;
138317
- return __generator24(this, function(_a2) {
138138
+ return __generator23(this, function(_a2) {
138318
138139
  switch (_a2.label) {
138319
138140
  case 0:
138320
138141
  typedDefaultValue = getTypedDefaultValue(target);
@@ -138960,7 +138781,7 @@ var __awaiter5 = function(thisArg, _arguments, P, generator) {
138960
138781
  step((generator = generator.apply(thisArg, _arguments || [])).next());
138961
138782
  });
138962
138783
  };
138963
- var __generator25 = function(thisArg, body) {
138784
+ var __generator24 = function(thisArg, body) {
138964
138785
  var _ = { label: 0, sent: function() {
138965
138786
  if (t[0] & 1)
138966
138787
  throw t[1];
@@ -139112,7 +138933,7 @@ var Field = (
139112
138933
  }
139113
138934
  return __awaiter5(_this, void 0, void 0, function() {
139114
138935
  var getValues, values, value;
139115
- return __generator25(this, function(_a2) {
138936
+ return __generator24(this, function(_a2) {
139116
138937
  switch (_a2.label) {
139117
138938
  case 0:
139118
138939
  getValues = function(args2) {
@@ -139151,7 +138972,7 @@ var Field = (
139151
138972
  }
139152
138973
  return __awaiter5(_this, void 0, void 0, function() {
139153
138974
  var _a2;
139154
- return __generator25(this, function(_b) {
138975
+ return __generator24(this, function(_b) {
139155
138976
  switch (_b.label) {
139156
138977
  case 0:
139157
138978
  if ((_a2 = args[0]) === null || _a2 === void 0 ? void 0 : _a2.target) {
@@ -139181,7 +139002,7 @@ var Field = (
139181
139002
  }
139182
139003
  return __awaiter5(_this, void 0, void 0, function() {
139183
139004
  var _a2;
139184
- return __generator25(this, function(_b) {
139005
+ return __generator24(this, function(_b) {
139185
139006
  switch (_b.label) {
139186
139007
  case 0:
139187
139008
  if ((_a2 = args[0]) === null || _a2 === void 0 ? void 0 : _a2.target) {
@@ -141285,11 +141106,11 @@ var Schema = (
141285
141106
  }()
141286
141107
  );
141287
141108
 
141288
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/prompt.js
141109
+ // ../../../../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
141289
141110
  var import_inquirer = __toESM(require_inquirer());
141290
141111
 
141291
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/transform.js
141292
- var import_lodash2 = __toESM(require_lodash3());
141112
+ // ../../../../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
141113
+ var import_lodash2 = __toESM(require_lodash4());
141293
141114
  function asyncGeneratorStep20(gen, resolve, reject, _next, _throw, key, arg) {
141294
141115
  try {
141295
141116
  var info = gen[key](arg);
@@ -141403,7 +141224,7 @@ function _object_without_properties_loose(source, excluded) {
141403
141224
  }
141404
141225
  return target;
141405
141226
  }
141406
- var __generator26 = function(thisArg, body) {
141227
+ var __generator25 = function(thisArg, body) {
141407
141228
  var f, y, t, g, _ = {
141408
141229
  label: 0,
141409
141230
  sent: function() {
@@ -141541,7 +141362,7 @@ function getQuestionFromSchema(schema) {
141541
141362
  var questionValidate = function() {
141542
141363
  var _ref = _async_to_generator20(function(field2, input) {
141543
141364
  var _result_error, result2, result1;
141544
- return __generator26(this, function(_state) {
141365
+ return __generator25(this, function(_state) {
141545
141366
  switch (_state.label) {
141546
141367
  case 0:
141547
141368
  if (!fieldValidate)
@@ -141635,7 +141456,7 @@ function transformForm(schema) {
141635
141456
  return getQuestionFromSchema(schema, configValue, validateMap, initValue);
141636
141457
  }
141637
141458
 
141638
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/prompt.js
141459
+ // ../../../../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
141639
141460
  function asyncGeneratorStep21(gen, resolve, reject, _next, _throw, key, arg) {
141640
141461
  try {
141641
141462
  var info = gen[key](arg);
@@ -141717,7 +141538,7 @@ function _object_spread_props4(target, source) {
141717
141538
  }
141718
141539
  return target;
141719
141540
  }
141720
- var __generator27 = function(thisArg, body) {
141541
+ var __generator26 = function(thisArg, body) {
141721
141542
  var f, y, t, g, _ = {
141722
141543
  label: 0,
141723
141544
  sent: function() {
@@ -141854,7 +141675,7 @@ var compileRule = function(rule, scope) {
141854
141675
  var handleXReactions = function() {
141855
141676
  var _ref = _async_to_generator21(function(xReactions, answers, items, item) {
141856
141677
  var answer, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _loop, _iterator, _step, err;
141857
- return __generator27(this, function(_state) {
141678
+ return __generator26(this, function(_state) {
141858
141679
  switch (_state.label) {
141859
141680
  case 0:
141860
141681
  answer = {};
@@ -141869,7 +141690,7 @@ var handleXReactions = function() {
141869
141690
  ]);
141870
141691
  _loop = function() {
141871
141692
  var xReaction, isActive, isPassive, _xReaction_otherwise, _xReaction_fulfill, scope, state, _iteratorNormalCompletion2, _didIteratorError2, _iteratorError2, _iterator2, _step1, it, _xReaction_otherwise1, _xReaction_fulfill1, dependencies, $dependencies, scope1, state1;
141872
- return __generator27(this, function(_state2) {
141693
+ return __generator26(this, function(_state2) {
141873
141694
  switch (_state2.label) {
141874
141695
  case 0:
141875
141696
  xReaction = _step.value;
@@ -142053,7 +141874,7 @@ function _prompt() {
142053
141874
  _prompt = _async_to_generator21(function(schema) {
142054
141875
  var configValue, validateMap, initValue, questions, answers, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, question, _question_origin, xReactions, answer, err;
142055
141876
  var _arguments = arguments;
142056
- return __generator27(this, function(_state) {
141877
+ return __generator26(this, function(_state) {
142057
141878
  switch (_state.label) {
142058
141879
  case 0:
142059
141880
  configValue = _arguments.length > 1 && _arguments[1] !== void 0 ? _arguments[1] : {}, validateMap = _arguments.length > 2 ? _arguments[2] : void 0, initValue = _arguments.length > 3 ? _arguments[3] : void 0;
@@ -142159,7 +141980,7 @@ function _prompt() {
142159
141980
  return _prompt.apply(this, arguments);
142160
141981
  }
142161
141982
 
142162
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/inquirer.js
141983
+ // ../../../../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
142163
141984
  function asyncGeneratorStep22(gen, resolve, reject, _next, _throw, key, arg) {
142164
141985
  try {
142165
141986
  var info = gen[key](arg);
@@ -142239,7 +142060,7 @@ function _object_spread9(target) {
142239
142060
  }
142240
142061
  return target;
142241
142062
  }
142242
- var __generator28 = function(thisArg, body) {
142063
+ var __generator27 = function(thisArg, body) {
142243
142064
  var f, y, t, g, _ = {
142244
142065
  label: 0,
142245
142066
  sent: function() {
@@ -142373,7 +142194,7 @@ var CLIReader = /* @__PURE__ */ function() {
142373
142194
  var _this = this;
142374
142195
  return _async_to_generator22(function() {
142375
142196
  var answers;
142376
- return __generator28(this, function(_state) {
142197
+ return __generator27(this, function(_state) {
142377
142198
  switch (_state.label) {
142378
142199
  case 0:
142379
142200
  if (!_this.schema) {
@@ -142399,7 +142220,7 @@ var CLIReader = /* @__PURE__ */ function() {
142399
142220
  return CLIReader2;
142400
142221
  }();
142401
142222
 
142402
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-formily/dist/esm/index.js
142223
+ // ../../../../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/index.js
142403
142224
  function asyncGeneratorStep23(gen, resolve, reject, _next, _throw, key, arg) {
142404
142225
  try {
142405
142226
  var info = gen[key](arg);
@@ -142464,7 +142285,7 @@ function _define_property17(obj, key, value) {
142464
142285
  }
142465
142286
  return obj;
142466
142287
  }
142467
- var __generator29 = function(thisArg, body) {
142288
+ var __generator28 = function(thisArg, body) {
142468
142289
  var f, y, t, g, _ = {
142469
142290
  label: 0,
142470
142291
  sent: function() {
@@ -142589,7 +142410,7 @@ var FormilyAPI = /* @__PURE__ */ function() {
142589
142410
  var _this = this;
142590
142411
  return _async_to_generator23(function() {
142591
142412
  var reader, answers;
142592
- return __generator29(this, function(_state) {
142413
+ return __generator28(this, function(_state) {
142593
142414
  switch (_state.label) {
142594
142415
  case 0:
142595
142416
  reader = new CLIReader({
@@ -142617,13 +142438,13 @@ var FormilyAPI = /* @__PURE__ */ function() {
142617
142438
  return FormilyAPI2;
142618
142439
  }();
142619
142440
 
142620
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/index.js
142441
+ // ../../../../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
142621
142442
  var import_inquirer3 = __toESM(require_inquirer2());
142622
142443
 
142623
- // ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.18.0/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
142444
+ // ../../../../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
142624
142445
  var import_lodash5 = __toESM(require_lodash3());
142625
142446
 
142626
- // ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.18.0/node_modules/@modern-js/plugin-i18n/dist/esm-node/utils/index.js
142447
+ // ../../../../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
142627
142448
  var import_lodash4 = __toESM(require_lodash3());
142628
142449
  function getObjKeyMap(obj, prefix = "") {
142629
142450
  const result = {};
@@ -142637,7 +142458,7 @@ function getObjKeyMap(obj, prefix = "") {
142637
142458
  return result;
142638
142459
  }
142639
142460
 
142640
- // ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.18.0/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
142461
+ // ../../../../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
142641
142462
  function _define_property18(obj, key, value) {
142642
142463
  if (key in obj) {
142643
142464
  Object.defineProperty(obj, key, {
@@ -142696,7 +142517,7 @@ var I18n = class {
142696
142517
  }
142697
142518
  };
142698
142519
 
142699
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/locale/zh.js
142520
+ // ../../../../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
142700
142521
  var ZH_LOCALE = {
142701
142522
  environment: {
142702
142523
  node_version: "请升级 Node 版本至 LIS",
@@ -142723,7 +142544,7 @@ var ZH_LOCALE = {
142723
142544
  }
142724
142545
  };
142725
142546
 
142726
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/locale/en.js
142547
+ // ../../../../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
142727
142548
  var EN_LOCALE = {
142728
142549
  environment: {
142729
142550
  node_version: "please upgrade node to lts version",
@@ -142750,14 +142571,14 @@ var EN_LOCALE = {
142750
142571
  }
142751
142572
  };
142752
142573
 
142753
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/locale/index.js
142574
+ // ../../../../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
142754
142575
  var i18n = new I18n();
142755
142576
  var localeKeys = i18n.init("zh", {
142756
142577
  zh: ZH_LOCALE,
142757
142578
  en: EN_LOCALE
142758
142579
  });
142759
142580
 
142760
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/utils/transform.js
142581
+ // ../../../../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
142761
142582
  var import_lodash6 = __toESM(require_lodash3());
142762
142583
  function asyncGeneratorStep24(gen, resolve, reject, _next, _throw, key, arg) {
142763
142584
  try {
@@ -142788,7 +142609,7 @@ function _async_to_generator24(fn) {
142788
142609
  });
142789
142610
  };
142790
142611
  }
142791
- var __generator30 = function(thisArg, body) {
142612
+ var __generator29 = function(thisArg, body) {
142792
142613
  var f, y, t, g, _ = {
142793
142614
  label: 0,
142794
142615
  sent: function() {
@@ -142901,7 +142722,7 @@ function transformInquirerSchema(questions) {
142901
142722
  question.validate = function() {
142902
142723
  var _ref = _async_to_generator24(function(input, answers) {
142903
142724
  var result, result1;
142904
- return __generator30(this, function(_state) {
142725
+ return __generator29(this, function(_state) {
142905
142726
  switch (_state.label) {
142906
142727
  case 0:
142907
142728
  if (!originValidate)
@@ -142966,7 +142787,7 @@ function transformInquirerSchema(questions) {
142966
142787
  return questions;
142967
142788
  }
142968
142789
 
142969
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/utils/checkUseNvm.js
142790
+ // ../../../../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
142970
142791
  var import_path10 = __toESM(require("path"));
142971
142792
  function asyncGeneratorStep25(gen, resolve, reject, _next, _throw, key, arg) {
142972
142793
  try {
@@ -142997,7 +142818,7 @@ function _async_to_generator25(fn) {
142997
142818
  });
142998
142819
  };
142999
142820
  }
143000
- var __generator31 = function(thisArg, body) {
142821
+ var __generator30 = function(thisArg, body) {
143001
142822
  var f, y, t, g, _ = {
143002
142823
  label: 0,
143003
142824
  sent: function() {
@@ -143116,7 +142937,7 @@ function getNoteVersion() {
143116
142937
  function _getNoteVersion() {
143117
142938
  _getNoteVersion = _async_to_generator25(function() {
143118
142939
  var result;
143119
- return __generator31(this, function(_state) {
142940
+ return __generator30(this, function(_state) {
143120
142941
  switch (_state.label) {
143121
142942
  case 0:
143122
142943
  return [
@@ -143142,7 +142963,7 @@ function checkUseNvm(cwd, logger2) {
143142
142963
  function _checkUseNvm() {
143143
142964
  _checkUseNvm = _async_to_generator25(function(cwd, logger2) {
143144
142965
  var nvmrcContent, expectNodeVersion, currentNodeVersion, e;
143145
- return __generator31(this, function(_state) {
142966
+ return __generator30(this, function(_state) {
143146
142967
  switch (_state.label) {
143147
142968
  case 0:
143148
142969
  if (process.platform.startsWith("win")) {
@@ -143230,7 +143051,7 @@ function _checkUseNvm() {
143230
143051
  return _checkUseNvm.apply(this, arguments);
143231
143052
  }
143232
143053
 
143233
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.2.5_@modern-js+codesmith@2.2.5_typescript@5.0.4/node_modules/@modern-js/codesmith-api-app/dist/esm/index.js
143054
+ // ../../../../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
143234
143055
  function _array_like_to_array2(arr, len) {
143235
143056
  if (len == null || len > arr.length)
143236
143057
  len = arr.length;
@@ -143368,7 +143189,7 @@ function _unsupported_iterable_to_array2(o, minLen) {
143368
143189
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
143369
143190
  return _array_like_to_array2(o, minLen);
143370
143191
  }
143371
- var __generator32 = function(thisArg, body) {
143192
+ var __generator31 = function(thisArg, body) {
143372
143193
  var f, y, t, g, _ = {
143373
143194
  label: 0,
143374
143195
  sent: function() {
@@ -143497,7 +143318,7 @@ var AppAPI = /* @__PURE__ */ function() {
143497
143318
  var _this = this;
143498
143319
  return _async_to_generator26(function() {
143499
143320
  var _tmp, _tmp1;
143500
- return __generator32(this, function(_state) {
143321
+ return __generator31(this, function(_state) {
143501
143322
  switch (_state.label) {
143502
143323
  case 0:
143503
143324
  if (import_semver.default.lt(process.versions.node, nodeVersion || "12.22.12")) {
@@ -143565,7 +143386,7 @@ var AppAPI = /* @__PURE__ */ function() {
143565
143386
  var _this = this;
143566
143387
  return _async_to_generator26(function() {
143567
143388
  var _this_generatorContext, _this_generatorContext_config, packageManager, noNeedInstall, noNeedCheckNvm, useNvm, intallPromise, e;
143568
- return __generator32(this, function(_state) {
143389
+ return __generator31(this, function(_state) {
143569
143390
  switch (_state.label) {
143570
143391
  case 0:
143571
143392
  _this_generatorContext = _this.generatorContext, _this_generatorContext_config = _this_generatorContext.config, packageManager = _this_generatorContext_config.packageManager, noNeedInstall = _this_generatorContext_config.noNeedInstall, noNeedCheckNvm = _this_generatorContext_config.noNeedCheckNvm;
@@ -143650,7 +143471,7 @@ var AppAPI = /* @__PURE__ */ function() {
143650
143471
  var _this = this;
143651
143472
  return _async_to_generator26(function() {
143652
143473
  var _this_generatorContext, _this_generatorContext_config, _this_generatorContext_config_isMonorepoSubProject, isMonorepoSubProject, noNeedGit, customNoNeedGit, inGitRepo, _tmp, e, e1;
143653
- return __generator32(this, function(_state) {
143474
+ return __generator31(this, function(_state) {
143654
143475
  switch (_state.label) {
143655
143476
  case 0:
143656
143477
  _this_generatorContext = _this.generatorContext, _this_generatorContext_config = _this_generatorContext.config, _this_generatorContext_config_isMonorepoSubProject = _this_generatorContext_config.isMonorepoSubProject, isMonorepoSubProject = _this_generatorContext_config_isMonorepoSubProject === void 0 ? false : _this_generatorContext_config_isMonorepoSubProject, noNeedGit = _this_generatorContext_config.noNeedGit;
@@ -143775,7 +143596,7 @@ var AppAPI = /* @__PURE__ */ function() {
143775
143596
  var _this = this;
143776
143597
  return _async_to_generator26(function() {
143777
143598
  var material, resourceMap, api, e;
143778
- return __generator32(this, function(_state) {
143599
+ return __generator31(this, function(_state) {
143779
143600
  switch (_state.label) {
143780
143601
  case 0:
143781
143602
  _state.trys.push([
@@ -143807,7 +143628,7 @@ var AppAPI = /* @__PURE__ */ function() {
143807
143628
  }).map(function() {
143808
143629
  var _ref = _async_to_generator26(function(resourceKey) {
143809
143630
  var target;
143810
- return __generator32(this, function(_state2) {
143631
+ return __generator31(this, function(_state2) {
143811
143632
  switch (_state2.label) {
143812
143633
  case 0:
143813
143634
  _this.generatorCore.logger.debug("[renderDir] resourceKey=".concat(resourceKey));
@@ -143857,7 +143678,7 @@ var AppAPI = /* @__PURE__ */ function() {
143857
143678
  var _this = this;
143858
143679
  return _async_to_generator26(function() {
143859
143680
  var material, resourceMap, e;
143860
- return __generator32(this, function(_state) {
143681
+ return __generator31(this, function(_state) {
143861
143682
  switch (_state.label) {
143862
143683
  case 0:
143863
143684
  _state.trys.push([
@@ -143888,7 +143709,7 @@ var AppAPI = /* @__PURE__ */ function() {
143888
143709
  }).map(function() {
143889
143710
  var _ref = _async_to_generator26(function(resourceKey) {
143890
143711
  var target, target1, target2;
143891
- return __generator32(this, function(_state2) {
143712
+ return __generator31(this, function(_state2) {
143892
143713
  switch (_state2.label) {
143893
143714
  case 0:
143894
143715
  _this.generatorCore.logger.debug("[renderDir] resourceKey=".concat(resourceKey));
@@ -143975,7 +143796,7 @@ var AppAPI = /* @__PURE__ */ function() {
143975
143796
  var _this = this;
143976
143797
  return _async_to_generator26(function() {
143977
143798
  var filePath, content, workspace, indent;
143978
- return __generator32(this, function(_state) {
143799
+ return __generator31(this, function(_state) {
143979
143800
  switch (_state.label) {
143980
143801
  case 0:
143981
143802
  filePath = _this.generatorContext.materials.default.get(workspaceName).filePath;
@@ -144023,7 +143844,7 @@ var AppAPI = /* @__PURE__ */ function() {
144023
143844
  var _this = this;
144024
143845
  return _async_to_generator26(function() {
144025
143846
  var e;
144026
- return __generator32(this, function(_state) {
143847
+ return __generator31(this, function(_state) {
144027
143848
  switch (_state.label) {
144028
143849
  case 0:
144029
143850
  _state.trys.push([
@@ -144071,7 +143892,7 @@ var AppAPI = /* @__PURE__ */ function() {
144071
143892
  var _this = this;
144072
143893
  return _async_to_generator26(function() {
144073
143894
  var reader, answers;
144074
- return __generator32(this, function(_state) {
143895
+ return __generator31(this, function(_state) {
144075
143896
  switch (_state.label) {
144076
143897
  case 0:
144077
143898
  reader = new CLIReader({
@@ -144111,7 +143932,7 @@ var AppAPI = /* @__PURE__ */ function() {
144111
143932
  var _this = this;
144112
143933
  return _async_to_generator26(function() {
144113
143934
  var reader, answers, answers1;
144114
- return __generator32(this, function(_state) {
143935
+ return __generator31(this, function(_state) {
144115
143936
  switch (_state.label) {
144116
143937
  case 0:
144117
143938
  if (!(type === "formily"))
@@ -145388,6 +145209,84 @@ function _to_consumable_array3(arr) {
145388
145209
  return _array_without_holes3(arr) || _iterable_to_array3(arr) || _unsupported_iterable_to_array3(arr) || _non_iterable_spread3();
145389
145210
  }
145390
145211
 
145212
+ // ../../../../node_modules/.pnpm/tslib@2.4.0/node_modules/tslib/tslib.es6.js
145213
+ function __generator32(thisArg, body) {
145214
+ var _ = { label: 0, sent: function() {
145215
+ if (t[0] & 1)
145216
+ throw t[1];
145217
+ return t[1];
145218
+ }, trys: [], ops: [] }, f, y, t, g;
145219
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
145220
+ return this;
145221
+ }), g;
145222
+ function verb(n) {
145223
+ return function(v) {
145224
+ return step([n, v]);
145225
+ };
145226
+ }
145227
+ function step(op) {
145228
+ if (f)
145229
+ throw new TypeError("Generator is already executing.");
145230
+ while (_)
145231
+ try {
145232
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
145233
+ return t;
145234
+ if (y = 0, t)
145235
+ op = [op[0] & 2, t.value];
145236
+ switch (op[0]) {
145237
+ case 0:
145238
+ case 1:
145239
+ t = op;
145240
+ break;
145241
+ case 4:
145242
+ _.label++;
145243
+ return { value: op[1], done: false };
145244
+ case 5:
145245
+ _.label++;
145246
+ y = op[1];
145247
+ op = [0];
145248
+ continue;
145249
+ case 7:
145250
+ op = _.ops.pop();
145251
+ _.trys.pop();
145252
+ continue;
145253
+ default:
145254
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
145255
+ _ = 0;
145256
+ continue;
145257
+ }
145258
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
145259
+ _.label = op[1];
145260
+ break;
145261
+ }
145262
+ if (op[0] === 6 && _.label < t[1]) {
145263
+ _.label = t[1];
145264
+ t = op;
145265
+ break;
145266
+ }
145267
+ if (t && _.label < t[2]) {
145268
+ _.label = t[2];
145269
+ _.ops.push(op);
145270
+ break;
145271
+ }
145272
+ if (t[2])
145273
+ _.ops.pop();
145274
+ _.trys.pop();
145275
+ continue;
145276
+ }
145277
+ op = body.call(thisArg, _);
145278
+ } catch (e) {
145279
+ op = [6, e];
145280
+ y = 0;
145281
+ } finally {
145282
+ f = t = 0;
145283
+ }
145284
+ if (op[0] & 5)
145285
+ throw op[1];
145286
+ return { value: op[0] ? op[1] : void 0, done: true };
145287
+ }
145288
+ }
145289
+
145391
145290
  // ../../generator-plugin/dist/esm/index.js
145392
145291
  var import_path17 = __toESM(require("path"));
145393
145292
 
@@ -145599,11 +145498,11 @@ var import_lodash15 = __toESM(require_lodash2());
145599
145498
  // ../../generator-plugin/dist/esm/context/file.js
145600
145499
  var import_path13 = __toESM(require("path"));
145601
145500
 
145602
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.2.5/node_modules/@modern-js/codesmith-api-json/dist/esm/index.js
145501
+ // ../../../../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
145603
145502
  var import_comment_json2 = __toESM(require_src2());
145604
145503
  var declarationUpdate = __toESM(require_dist());
145605
145504
 
145606
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.2.5/node_modules/@modern-js/codesmith-api-json/dist/esm/utils/index.js
145505
+ // ../../../../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
145607
145506
  function asyncGeneratorStep28(gen, resolve, reject, _next, _throw, key, arg) {
145608
145507
  try {
145609
145508
  var info = gen[key](arg);
@@ -145777,7 +145676,7 @@ function _editJson() {
145777
145676
  return _editJson.apply(this, arguments);
145778
145677
  }
145779
145678
 
145780
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-json@2.2.5/node_modules/@modern-js/codesmith-api-json/dist/esm/index.js
145679
+ // ../../../../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
145781
145680
  function asyncGeneratorStep29(gen, resolve, reject, _next, _throw, key, arg) {
145782
145681
  try {
145783
145682
  var info = gen[key](arg);
@@ -146087,7 +145986,7 @@ function fileExists(filePath) {
146087
145986
  function _fileExists() {
146088
145987
  _fileExists = _async_to_generator27(function(filePath) {
146089
145988
  var e;
146090
- return __generator20(this, function(_state) {
145989
+ return __generator32(this, function(_state) {
146091
145990
  switch (_state.label) {
146092
145991
  case 0:
146093
145992
  _state.trys.push([
@@ -146144,7 +146043,7 @@ function addFile(config, projectPath, templatePath, renderString3) {
146144
146043
  function _addFile() {
146145
146044
  _addFile = _async_to_generator27(function(config, projectPath, templatePath, renderString3) {
146146
146045
  var fileDestPath, destExists, absTemplatePath, rawTemplate, _config_templateFile, template;
146147
- return __generator20(this, function(_state) {
146046
+ return __generator32(this, function(_state) {
146148
146047
  switch (_state.label) {
146149
146048
  case 0:
146150
146049
  fileDestPath = import_path12.default.join(projectPath, config.file);
@@ -146224,7 +146123,7 @@ function addManyFiles(config, projectPath, templatePath, renderString3) {
146224
146123
  function _addManyFiles() {
146225
146124
  _addManyFiles = _async_to_generator27(function(config, projectPath, templatePath, renderString3) {
146226
146125
  var _config_templateBase, dest, templateFiles, filesAdded, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, templateFile, absTemplatePath, targetFile, fileCfg, addedPath, err;
146227
- return __generator20(this, function(_state) {
146126
+ return __generator32(this, function(_state) {
146228
146127
  switch (_state.label) {
146229
146128
  case 0:
146230
146129
  dest = config.destination;
@@ -146456,7 +146355,7 @@ var PluginFileAPI = /* @__PURE__ */ function() {
146456
146355
  value: function addFile1(params) {
146457
146356
  var _this = this;
146458
146357
  return _async_to_generator27(function() {
146459
- return __generator20(this, function(_state) {
146358
+ return __generator32(this, function(_state) {
146460
146359
  switch (_state.label) {
146461
146360
  case 0:
146462
146361
  return [
@@ -146478,7 +146377,7 @@ var PluginFileAPI = /* @__PURE__ */ function() {
146478
146377
  value: function addManyFiles1(params) {
146479
146378
  var _this = this;
146480
146379
  return _async_to_generator27(function() {
146481
- return __generator20(this, function(_state) {
146380
+ return __generator32(this, function(_state) {
146482
146381
  switch (_state.label) {
146483
146382
  case 0:
146484
146383
  return [
@@ -146501,7 +146400,7 @@ var PluginFileAPI = /* @__PURE__ */ function() {
146501
146400
  var _this = this;
146502
146401
  return _async_to_generator27(function() {
146503
146402
  var fsMaterial;
146504
- return __generator20(this, function(_state) {
146403
+ return __generator32(this, function(_state) {
146505
146404
  switch (_state.label) {
146506
146405
  case 0:
146507
146406
  fsMaterial = new FsMaterial(_this.projectPath);
@@ -146530,7 +146429,7 @@ var PluginFileAPI = /* @__PURE__ */ function() {
146530
146429
  var _this = this;
146531
146430
  return _async_to_generator27(function() {
146532
146431
  var update;
146533
- return __generator20(this, function(_state) {
146432
+ return __generator32(this, function(_state) {
146534
146433
  switch (_state.label) {
146535
146434
  case 0:
146536
146435
  update = {};
@@ -146557,7 +146456,7 @@ var PluginFileAPI = /* @__PURE__ */ function() {
146557
146456
  var _this = this;
146558
146457
  return _async_to_generator27(function() {
146559
146458
  var content, newContent;
146560
- return __generator20(this, function(_state) {
146459
+ return __generator32(this, function(_state) {
146561
146460
  switch (_state.label) {
146562
146461
  case 0:
146563
146462
  return [
@@ -146587,7 +146486,7 @@ var PluginFileAPI = /* @__PURE__ */ function() {
146587
146486
  var _this = this;
146588
146487
  return _async_to_generator27(function() {
146589
146488
  var file;
146590
- return __generator20(this, function(_state) {
146489
+ return __generator32(this, function(_state) {
146591
146490
  switch (_state.label) {
146592
146491
  case 0:
146593
146492
  file = import_path13.default.join(_this.projectPath, fileName);
@@ -146623,7 +146522,7 @@ var PluginFileAPI = /* @__PURE__ */ function() {
146623
146522
  var _this = this;
146624
146523
  return _async_to_generator27(function() {
146625
146524
  var dir, stat, e;
146626
- return __generator20(this, function(_state) {
146525
+ return __generator32(this, function(_state) {
146627
146526
  switch (_state.label) {
146628
146527
  case 0:
146629
146528
  dir = import_path13.default.join(_this.projectPath, dirName);
@@ -146680,7 +146579,7 @@ var PluginFileAPI = /* @__PURE__ */ function() {
146680
146579
  value: function isFileExist(fileName) {
146681
146580
  var _this = this;
146682
146581
  return _async_to_generator27(function() {
146683
- return __generator20(this, function(_state) {
146582
+ return __generator32(this, function(_state) {
146684
146583
  return [
146685
146584
  2,
146686
146585
  fileExists(import_path13.default.join(_this.projectPath, fileName))
@@ -146694,7 +146593,7 @@ var PluginFileAPI = /* @__PURE__ */ function() {
146694
146593
  value: function readDir(dir) {
146695
146594
  var _this = this;
146696
146595
  return _async_to_generator27(function() {
146697
- return __generator20(this, function(_state) {
146596
+ return __generator32(this, function(_state) {
146698
146597
  return [
146699
146598
  2,
146700
146599
  import_utils27.fs.readdir(import_path13.default.join(_this.projectPath, dir))
@@ -146753,7 +146652,7 @@ var PluginGitAPI = /* @__PURE__ */ function() {
146753
146652
  value: function isInGitRepo2() {
146754
146653
  var _this = this;
146755
146654
  return _async_to_generator27(function() {
146756
- return __generator20(this, function(_state) {
146655
+ return __generator32(this, function(_state) {
146757
146656
  return [
146758
146657
  2,
146759
146658
  _this.gitApi.isInGitRepo(_this.projectPath)
@@ -146767,7 +146666,7 @@ var PluginGitAPI = /* @__PURE__ */ function() {
146767
146666
  value: function initGitRepo2() {
146768
146667
  var _this = this;
146769
146668
  return _async_to_generator27(function() {
146770
- return __generator20(this, function(_state) {
146669
+ return __generator32(this, function(_state) {
146771
146670
  switch (_state.label) {
146772
146671
  case 0:
146773
146672
  return [
@@ -146790,7 +146689,7 @@ var PluginGitAPI = /* @__PURE__ */ function() {
146790
146689
  var commitMessage = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "feat: init";
146791
146690
  var _this = this;
146792
146691
  return _async_to_generator27(function() {
146793
- return __generator20(this, function(_state) {
146692
+ return __generator32(this, function(_state) {
146794
146693
  switch (_state.label) {
146795
146694
  case 0:
146796
146695
  return [
@@ -147041,7 +146940,7 @@ var PluginNpmAPI = /* @__PURE__ */ function() {
147041
146940
  value: function install() {
147042
146941
  var _this = this;
147043
146942
  return _async_to_generator27(function() {
147044
- return __generator20(this, function(_state) {
146943
+ return __generator32(this, function(_state) {
147045
146944
  switch (_state.label) {
147046
146945
  case 0:
147047
146946
  if (!(_this.packageManager === PackageManager.Pnpm))
@@ -147440,7 +147339,7 @@ var PluginNewAPI = /* @__PURE__ */ function() {
147440
147339
  value: function createElement(element, params) {
147441
147340
  var _this = this;
147442
147341
  return _async_to_generator27(function() {
147443
- return __generator20(this, function(_state) {
147342
+ return __generator32(this, function(_state) {
147444
147343
  switch (_state.label) {
147445
147344
  case 0:
147446
147345
  if (!(_this.solution === Solution.MWA))
@@ -147479,7 +147378,7 @@ var PluginNewAPI = /* @__PURE__ */ function() {
147479
147378
  value: function enableFunc(func, params) {
147480
147379
  var _this = this;
147481
147380
  return _async_to_generator27(function() {
147482
- return __generator20(this, function(_state) {
147381
+ return __generator32(this, function(_state) {
147483
147382
  switch (_state.label) {
147484
147383
  case 0:
147485
147384
  if (!(_this.solution === Solution.MWA))
@@ -147543,7 +147442,7 @@ var PluginNewAPI = /* @__PURE__ */ function() {
147543
147442
  value: function createSubProject(solution, params) {
147544
147443
  var _this = this;
147545
147444
  return _async_to_generator27(function() {
147546
- return __generator20(this, function(_state) {
147445
+ return __generator32(this, function(_state) {
147547
147446
  switch (_state.label) {
147548
147447
  case 0:
147549
147448
  if (!(_this.solution === Solution.Monorepo))
@@ -147673,7 +147572,7 @@ function getPackageMeta(packageName, packageVersion, options) {
147673
147572
  function _getPackageMeta() {
147674
147573
  _getPackageMeta = _async_to_generator27(function(packageName, packageVersion, options) {
147675
147574
  var registryUrl, params, getPkgInfoPromise, stdout, pkgMetaInfo;
147676
- return __generator20(this, function(_state) {
147575
+ return __generator32(this, function(_state) {
147677
147576
  switch (_state.label) {
147678
147577
  case 0:
147679
147578
  registryUrl = (options || {}).registryUrl;
@@ -147728,13 +147627,13 @@ function installPlugins(plugins, registryUrl) {
147728
147627
  }
147729
147628
  function _installPlugins() {
147730
147629
  _installPlugins = _async_to_generator27(function(plugins, registryUrl) {
147731
- return __generator20(this, function(_state) {
147630
+ return __generator32(this, function(_state) {
147732
147631
  return [
147733
147632
  2,
147734
147633
  Promise.all(plugins.map(function() {
147735
147634
  var _ref = _async_to_generator27(function(plugin) {
147736
147635
  var pluginPath, _getPackageInfo, name, version, pluginPath1;
147737
- return __generator20(this, function(_state2) {
147636
+ return __generator32(this, function(_state2) {
147738
147637
  switch (_state2.label) {
147739
147638
  case 0:
147740
147639
  if (plugin.startsWith("file:")) {
@@ -147841,7 +147740,7 @@ var GeneratorPlugin = /* @__PURE__ */ function() {
147841
147740
  value: function setupPlugin(plugins, registry2) {
147842
147741
  var _this = this;
147843
147742
  return _async_to_generator27(function() {
147844
- return __generator20(this, function(_state) {
147743
+ return __generator32(this, function(_state) {
147845
147744
  switch (_state.label) {
147846
147745
  case 0:
147847
147746
  return [
@@ -147849,7 +147748,7 @@ var GeneratorPlugin = /* @__PURE__ */ function() {
147849
147748
  Promise.all(plugins.map(function() {
147850
147749
  var _ref = _async_to_generator27(function(plugin) {
147851
147750
  var pkgJSON, _getPackageInfo, name, pkgVersion, meta;
147852
- return __generator20(this, function(_state2) {
147751
+ return __generator32(this, function(_state2) {
147853
147752
  switch (_state2.label) {
147854
147753
  case 0:
147855
147754
  if (!plugin.startsWith("file:"))
@@ -148023,7 +147922,7 @@ var GeneratorPlugin = /* @__PURE__ */ function() {
148023
147922
  var _this = this;
148024
147923
  return _async_to_generator27(function() {
148025
147924
  var plugins, plugin, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, info;
148026
- return __generator20(this, function(_state) {
147925
+ return __generator32(this, function(_state) {
148027
147926
  switch (_state.label) {
148028
147927
  case 0:
148029
147928
  plugins = [];
@@ -148112,7 +148011,7 @@ var GeneratorPlugin = /* @__PURE__ */ function() {
148112
148011
  var _this = this;
148113
148012
  return _async_to_generator27(function() {
148114
148013
  var generatorPlugin, restData, _iteratorNormalCompletion, _didIteratorError, _iteratorError, _iterator, _step, info, _info_context, _info_context1, onForgedFunc, err, _iteratorNormalCompletion1, _didIteratorError1, _iteratorError1, _iterator1, _step1, info1, _info_context2, afterForged, err;
148115
- return __generator20(this, function(_state) {
148014
+ return __generator32(this, function(_state) {
148116
148015
  switch (_state.label) {
148117
148016
  case 0:
148118
148017
  _this.logger.info(i18n4.t(localeKeys4.run_plugin));
@@ -148492,4 +148391,20 @@ tmp/lib/tmp.js:
148492
148391
  *
148493
148392
  * MIT Licensed
148494
148393
  *)
148394
+
148395
+ tslib/tslib.es6.js:
148396
+ (*! *****************************************************************************
148397
+ Copyright (c) Microsoft Corporation.
148398
+
148399
+ Permission to use, copy, modify, and/or distribute this software for any
148400
+ purpose with or without fee is hereby granted.
148401
+
148402
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
148403
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
148404
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
148405
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
148406
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
148407
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
148408
+ PERFORMANCE OF THIS SOFTWARE.
148409
+ ***************************************************************************** *)
148495
148410
  */