@modern-js/ssg-generator 0.0.0-nightly-20241011170641 → 0.0.0-nightly-20241013170615

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 +228 -199
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -758,9 +758,9 @@ var require_ejs = __commonJS({
758
758
  }
759
759
  });
760
760
 
761
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/utils.js
761
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/utils.js
762
762
  var require_utils2 = __commonJS({
763
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/utils.js"(exports) {
763
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/utils.js"(exports) {
764
764
  "use strict";
765
765
  exports.__esModule = true;
766
766
  exports.extend = extend;
@@ -857,9 +857,9 @@ var require_utils2 = __commonJS({
857
857
  }
858
858
  });
859
859
 
860
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/exception.js
860
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/exception.js
861
861
  var require_exception = __commonJS({
862
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/exception.js"(exports, module2) {
862
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/exception.js"(exports, module2) {
863
863
  "use strict";
864
864
  exports.__esModule = true;
865
865
  var errorProps = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
@@ -906,9 +906,9 @@ var require_exception = __commonJS({
906
906
  }
907
907
  });
908
908
 
909
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
909
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js
910
910
  var require_block_helper_missing = __commonJS({
911
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js"(exports, module2) {
911
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/block-helper-missing.js"(exports, module2) {
912
912
  "use strict";
913
913
  exports.__esModule = true;
914
914
  var _utils = require_utils2();
@@ -942,9 +942,9 @@ var require_block_helper_missing = __commonJS({
942
942
  }
943
943
  });
944
944
 
945
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
945
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js
946
946
  var require_each = __commonJS({
947
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js"(exports, module2) {
947
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/each.js"(exports, module2) {
948
948
  "use strict";
949
949
  exports.__esModule = true;
950
950
  function _interopRequireDefault(obj) {
@@ -990,9 +990,9 @@ var require_each = __commonJS({
990
990
  execIteration(i, i, i === context.length - 1);
991
991
  }
992
992
  }
993
- } else if (global.Symbol && context[global.Symbol.iterator]) {
993
+ } else if (typeof Symbol === "function" && context[Symbol.iterator]) {
994
994
  var newContext = [];
995
- var iterator = context[global.Symbol.iterator]();
995
+ var iterator = context[Symbol.iterator]();
996
996
  for (var it = iterator.next(); !it.done; it = iterator.next()) {
997
997
  newContext.push(it.value);
998
998
  }
@@ -1026,9 +1026,9 @@ var require_each = __commonJS({
1026
1026
  }
1027
1027
  });
1028
1028
 
1029
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
1029
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js
1030
1030
  var require_helper_missing = __commonJS({
1031
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js"(exports, module2) {
1031
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/helper-missing.js"(exports, module2) {
1032
1032
  "use strict";
1033
1033
  exports.__esModule = true;
1034
1034
  function _interopRequireDefault(obj) {
@@ -1049,9 +1049,9 @@ var require_helper_missing = __commonJS({
1049
1049
  }
1050
1050
  });
1051
1051
 
1052
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
1052
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js
1053
1053
  var require_if = __commonJS({
1054
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js"(exports, module2) {
1054
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/if.js"(exports, module2) {
1055
1055
  "use strict";
1056
1056
  exports.__esModule = true;
1057
1057
  function _interopRequireDefault(obj) {
@@ -1089,9 +1089,9 @@ var require_if = __commonJS({
1089
1089
  }
1090
1090
  });
1091
1091
 
1092
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
1092
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js
1093
1093
  var require_log = __commonJS({
1094
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js"(exports, module2) {
1094
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/log.js"(exports, module2) {
1095
1095
  "use strict";
1096
1096
  exports.__esModule = true;
1097
1097
  exports["default"] = function(instance) {
@@ -1114,9 +1114,9 @@ var require_log = __commonJS({
1114
1114
  }
1115
1115
  });
1116
1116
 
1117
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
1117
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js
1118
1118
  var require_lookup = __commonJS({
1119
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js"(exports, module2) {
1119
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/lookup.js"(exports, module2) {
1120
1120
  "use strict";
1121
1121
  exports.__esModule = true;
1122
1122
  exports["default"] = function(instance) {
@@ -1131,9 +1131,9 @@ var require_lookup = __commonJS({
1131
1131
  }
1132
1132
  });
1133
1133
 
1134
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
1134
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js
1135
1135
  var require_with = __commonJS({
1136
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js"(exports, module2) {
1136
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers/with.js"(exports, module2) {
1137
1137
  "use strict";
1138
1138
  exports.__esModule = true;
1139
1139
  function _interopRequireDefault(obj) {
@@ -1170,9 +1170,9 @@ var require_with = __commonJS({
1170
1170
  }
1171
1171
  });
1172
1172
 
1173
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers.js
1173
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers.js
1174
1174
  var require_helpers = __commonJS({
1175
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/helpers.js"(exports) {
1175
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/helpers.js"(exports) {
1176
1176
  "use strict";
1177
1177
  exports.__esModule = true;
1178
1178
  exports.registerDefaultHelpers = registerDefaultHelpers;
@@ -1214,9 +1214,9 @@ var require_helpers = __commonJS({
1214
1214
  }
1215
1215
  });
1216
1216
 
1217
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
1217
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js
1218
1218
  var require_inline = __commonJS({
1219
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js"(exports, module2) {
1219
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/decorators/inline.js"(exports, module2) {
1220
1220
  "use strict";
1221
1221
  exports.__esModule = true;
1222
1222
  var _utils = require_utils2();
@@ -1241,9 +1241,9 @@ var require_inline = __commonJS({
1241
1241
  }
1242
1242
  });
1243
1243
 
1244
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/decorators.js
1244
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/decorators.js
1245
1245
  var require_decorators = __commonJS({
1246
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/decorators.js"(exports) {
1246
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/decorators.js"(exports) {
1247
1247
  "use strict";
1248
1248
  exports.__esModule = true;
1249
1249
  exports.registerDefaultDecorators = registerDefaultDecorators;
@@ -1258,9 +1258,9 @@ var require_decorators = __commonJS({
1258
1258
  }
1259
1259
  });
1260
1260
 
1261
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/logger.js
1261
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/logger.js
1262
1262
  var require_logger = __commonJS({
1263
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/logger.js"(exports, module2) {
1263
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/logger.js"(exports, module2) {
1264
1264
  "use strict";
1265
1265
  exports.__esModule = true;
1266
1266
  var _utils = require_utils2();
@@ -1299,9 +1299,9 @@ var require_logger = __commonJS({
1299
1299
  }
1300
1300
  });
1301
1301
 
1302
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js
1302
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js
1303
1303
  var require_create_new_lookup_object = __commonJS({
1304
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js"(exports) {
1304
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/create-new-lookup-object.js"(exports) {
1305
1305
  "use strict";
1306
1306
  exports.__esModule = true;
1307
1307
  exports.createNewLookupObject = createNewLookupObject;
@@ -1315,32 +1315,20 @@ var require_create_new_lookup_object = __commonJS({
1315
1315
  }
1316
1316
  });
1317
1317
 
1318
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
1318
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js
1319
1319
  var require_proto_access = __commonJS({
1320
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js"(exports) {
1320
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/proto-access.js"(exports) {
1321
1321
  "use strict";
1322
1322
  exports.__esModule = true;
1323
1323
  exports.createProtoAccessControl = createProtoAccessControl;
1324
1324
  exports.resultIsAllowed = resultIsAllowed;
1325
1325
  exports.resetLoggedProperties = resetLoggedProperties;
1326
- function _interopRequireWildcard(obj) {
1327
- if (obj && obj.__esModule) {
1328
- return obj;
1329
- } else {
1330
- var newObj = {};
1331
- if (obj != null) {
1332
- for (var key in obj) {
1333
- if (Object.prototype.hasOwnProperty.call(obj, key))
1334
- newObj[key] = obj[key];
1335
- }
1336
- }
1337
- newObj["default"] = obj;
1338
- return newObj;
1339
- }
1326
+ function _interopRequireDefault(obj) {
1327
+ return obj && obj.__esModule ? obj : { "default": obj };
1340
1328
  }
1341
1329
  var _createNewLookupObject = require_create_new_lookup_object();
1342
1330
  var _logger = require_logger();
1343
- var logger = _interopRequireWildcard(_logger);
1331
+ var _logger2 = _interopRequireDefault(_logger);
1344
1332
  var loggedProperties = /* @__PURE__ */ Object.create(null);
1345
1333
  function createProtoAccessControl(runtimeOptions) {
1346
1334
  var defaultMethodWhiteList = /* @__PURE__ */ Object.create(null);
@@ -1381,7 +1369,7 @@ var require_proto_access = __commonJS({
1381
1369
  function logUnexpecedPropertyAccessOnce(propertyName) {
1382
1370
  if (loggedProperties[propertyName] !== true) {
1383
1371
  loggedProperties[propertyName] = true;
1384
- logger.log("error", 'Handlebars: Access has been denied to resolve the property "' + propertyName + '" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details');
1372
+ _logger2["default"].log("error", 'Handlebars: Access has been denied to resolve the property "' + propertyName + '" because it is not an "own property" of its parent.\nYou can add a runtime option to disable the check or this warning:\nSee https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details');
1385
1373
  }
1386
1374
  }
1387
1375
  function resetLoggedProperties() {
@@ -1392,9 +1380,9 @@ var require_proto_access = __commonJS({
1392
1380
  }
1393
1381
  });
1394
1382
 
1395
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/base.js
1383
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/base.js
1396
1384
  var require_base = __commonJS({
1397
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/base.js"(exports) {
1385
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/base.js"(exports) {
1398
1386
  "use strict";
1399
1387
  exports.__esModule = true;
1400
1388
  exports.HandlebarsEnvironment = HandlebarsEnvironment;
@@ -1409,7 +1397,7 @@ var require_base = __commonJS({
1409
1397
  var _logger = require_logger();
1410
1398
  var _logger2 = _interopRequireDefault(_logger);
1411
1399
  var _internalProtoAccess = require_proto_access();
1412
- var VERSION = "4.7.7";
1400
+ var VERSION = "4.7.8";
1413
1401
  exports.VERSION = VERSION;
1414
1402
  var COMPILER_REVISION = 8;
1415
1403
  exports.COMPILER_REVISION = COMPILER_REVISION;
@@ -1493,9 +1481,9 @@ var require_base = __commonJS({
1493
1481
  }
1494
1482
  });
1495
1483
 
1496
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
1484
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
1497
1485
  var require_safe_string = __commonJS({
1498
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/safe-string.js"(exports, module2) {
1486
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/safe-string.js"(exports, module2) {
1499
1487
  "use strict";
1500
1488
  exports.__esModule = true;
1501
1489
  function SafeString(string) {
@@ -1509,9 +1497,9 @@ var require_safe_string = __commonJS({
1509
1497
  }
1510
1498
  });
1511
1499
 
1512
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
1500
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js
1513
1501
  var require_wrapHelper = __commonJS({
1514
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js"(exports) {
1502
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/internal/wrapHelper.js"(exports) {
1515
1503
  "use strict";
1516
1504
  exports.__esModule = true;
1517
1505
  exports.wrapHelper = wrapHelper;
@@ -1529,9 +1517,9 @@ var require_wrapHelper = __commonJS({
1529
1517
  }
1530
1518
  });
1531
1519
 
1532
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/runtime.js
1520
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/runtime.js
1533
1521
  var require_runtime = __commonJS({
1534
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/runtime.js"(exports) {
1522
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/runtime.js"(exports) {
1535
1523
  "use strict";
1536
1524
  exports.__esModule = true;
1537
1525
  exports.checkRevision = checkRevision;
@@ -1839,16 +1827,25 @@ var require_runtime = __commonJS({
1839
1827
  }
1840
1828
  });
1841
1829
 
1842
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
1830
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js
1843
1831
  var require_no_conflict = __commonJS({
1844
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js"(exports, module2) {
1832
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/no-conflict.js"(exports, module2) {
1845
1833
  "use strict";
1846
1834
  exports.__esModule = true;
1847
1835
  exports["default"] = function(Handlebars) {
1848
- var root = typeof global !== "undefined" ? global : window, $Handlebars = root.Handlebars;
1836
+ (function() {
1837
+ if (typeof globalThis === "object")
1838
+ return;
1839
+ Object.prototype.__defineGetter__("__magic__", function() {
1840
+ return this;
1841
+ });
1842
+ __magic__.globalThis = __magic__;
1843
+ delete Object.prototype.__magic__;
1844
+ })();
1845
+ var $Handlebars = globalThis.Handlebars;
1849
1846
  Handlebars.noConflict = function() {
1850
- if (root.Handlebars === Handlebars) {
1851
- root.Handlebars = $Handlebars;
1847
+ if (globalThis.Handlebars === Handlebars) {
1848
+ globalThis.Handlebars = $Handlebars;
1852
1849
  }
1853
1850
  return Handlebars;
1854
1851
  };
@@ -1857,9 +1854,9 @@ var require_no_conflict = __commonJS({
1857
1854
  }
1858
1855
  });
1859
1856
 
1860
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars.runtime.js
1857
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars.runtime.js
1861
1858
  var require_handlebars_runtime = __commonJS({
1862
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars.runtime.js"(exports, module2) {
1859
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars.runtime.js"(exports, module2) {
1863
1860
  "use strict";
1864
1861
  exports.__esModule = true;
1865
1862
  function _interopRequireDefault(obj) {
@@ -1914,9 +1911,9 @@ var require_handlebars_runtime = __commonJS({
1914
1911
  }
1915
1912
  });
1916
1913
 
1917
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
1914
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js
1918
1915
  var require_ast = __commonJS({
1919
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js"(exports, module2) {
1916
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/ast.js"(exports, module2) {
1920
1917
  "use strict";
1921
1918
  exports.__esModule = true;
1922
1919
  var AST = {
@@ -1943,9 +1940,9 @@ var require_ast = __commonJS({
1943
1940
  }
1944
1941
  });
1945
1942
 
1946
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
1943
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js
1947
1944
  var require_parser = __commonJS({
1948
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js"(exports, module2) {
1945
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/parser.js"(exports, module2) {
1949
1946
  "use strict";
1950
1947
  exports.__esModule = true;
1951
1948
  var handlebars2 = function() {
@@ -2650,7 +2647,7 @@ var require_parser = __commonJS({
2650
2647
  break;
2651
2648
  }
2652
2649
  };
2653
- lexer2.rules = [/^(?:[^\x00]*?(?=(\{\{)))/, /^(?:[^\x00]+)/, /^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/, /^(?:\{\{\{\{(?=[^\/]))/, /^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/, /^(?:[^\x00]+?(?=(\{\{\{\{)))/, /^(?:[\s\S]*?--(~)?\}\})/, /^(?:\()/, /^(?:\))/, /^(?:\{\{\{\{)/, /^(?:\}\}\}\})/, /^(?:\{\{(~)?>)/, /^(?:\{\{(~)?#>)/, /^(?:\{\{(~)?#\*?)/, /^(?:\{\{(~)?\/)/, /^(?:\{\{(~)?\^\s*(~)?\}\})/, /^(?:\{\{(~)?\s*else\s*(~)?\}\})/, /^(?:\{\{(~)?\^)/, /^(?:\{\{(~)?\s*else\b)/, /^(?:\{\{(~)?\{)/, /^(?:\{\{(~)?&)/, /^(?:\{\{(~)?!--)/, /^(?:\{\{(~)?![\s\S]*?\}\})/, /^(?:\{\{(~)?\*?)/, /^(?:=)/, /^(?:\.\.)/, /^(?:\.(?=([=~}\s\/.)|])))/, /^(?:[\/.])/, /^(?:\s+)/, /^(?:\}(~)?\}\})/, /^(?:(~)?\}\})/, /^(?:"(\\["]|[^"])*")/, /^(?:'(\\[']|[^'])*')/, /^(?:@)/, /^(?:true(?=([~}\s)])))/, /^(?:false(?=([~}\s)])))/, /^(?:undefined(?=([~}\s)])))/, /^(?:null(?=([~}\s)])))/, /^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/, /^(?:as\s+\|)/, /^(?:\|)/, /^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/, /^(?:\[(\\\]|[^\]])*\])/, /^(?:.)/, /^(?:$)/];
2650
+ lexer2.rules = [/^(?:[^\x00]*?(?=(\{\{)))/, /^(?:[^\x00]+)/, /^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/, /^(?:\{\{\{\{(?=[^/]))/, /^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/, /^(?:[^\x00]+?(?=(\{\{\{\{)))/, /^(?:[\s\S]*?--(~)?\}\})/, /^(?:\()/, /^(?:\))/, /^(?:\{\{\{\{)/, /^(?:\}\}\}\})/, /^(?:\{\{(~)?>)/, /^(?:\{\{(~)?#>)/, /^(?:\{\{(~)?#\*?)/, /^(?:\{\{(~)?\/)/, /^(?:\{\{(~)?\^\s*(~)?\}\})/, /^(?:\{\{(~)?\s*else\s*(~)?\}\})/, /^(?:\{\{(~)?\^)/, /^(?:\{\{(~)?\s*else\b)/, /^(?:\{\{(~)?\{)/, /^(?:\{\{(~)?&)/, /^(?:\{\{(~)?!--)/, /^(?:\{\{(~)?![\s\S]*?\}\})/, /^(?:\{\{(~)?\*?)/, /^(?:=)/, /^(?:\.\.)/, /^(?:\.(?=([=~}\s\/.)|])))/, /^(?:[\/.])/, /^(?:\s+)/, /^(?:\}(~)?\}\})/, /^(?:(~)?\}\})/, /^(?:"(\\["]|[^"])*")/, /^(?:'(\\[']|[^'])*')/, /^(?:@)/, /^(?:true(?=([~}\s)])))/, /^(?:false(?=([~}\s)])))/, /^(?:undefined(?=([~}\s)])))/, /^(?:null(?=([~}\s)])))/, /^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/, /^(?:as\s+\|)/, /^(?:\|)/, /^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/, /^(?:\[(\\\]|[^\]])*\])/, /^(?:.)/, /^(?:$)/];
2654
2651
  lexer2.conditions = { "mu": { "rules": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "inclusive": false }, "emu": { "rules": [2], "inclusive": false }, "com": { "rules": [6], "inclusive": false }, "raw": { "rules": [3, 4, 5], "inclusive": false }, "INITIAL": { "rules": [0, 1, 44], "inclusive": true } };
2655
2652
  return lexer2;
2656
2653
  }();
@@ -2667,9 +2664,9 @@ var require_parser = __commonJS({
2667
2664
  }
2668
2665
  });
2669
2666
 
2670
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
2667
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js
2671
2668
  var require_visitor = __commonJS({
2672
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js"(exports, module2) {
2669
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/visitor.js"(exports, module2) {
2673
2670
  "use strict";
2674
2671
  exports.__esModule = true;
2675
2672
  function _interopRequireDefault(obj) {
@@ -2788,9 +2785,9 @@ var require_visitor = __commonJS({
2788
2785
  }
2789
2786
  });
2790
2787
 
2791
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
2788
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js
2792
2789
  var require_whitespace_control = __commonJS({
2793
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js"(exports, module2) {
2790
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/whitespace-control.js"(exports, module2) {
2794
2791
  "use strict";
2795
2792
  exports.__esModule = true;
2796
2793
  function _interopRequireDefault(obj) {
@@ -2939,9 +2936,9 @@ var require_whitespace_control = __commonJS({
2939
2936
  }
2940
2937
  });
2941
2938
 
2942
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
2939
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js
2943
2940
  var require_helpers2 = __commonJS({
2944
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js"(exports) {
2941
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/helpers.js"(exports) {
2945
2942
  "use strict";
2946
2943
  exports.__esModule = true;
2947
2944
  exports.SourceLocation = SourceLocation;
@@ -3127,9 +3124,9 @@ var require_helpers2 = __commonJS({
3127
3124
  }
3128
3125
  });
3129
3126
 
3130
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
3127
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js
3131
3128
  var require_base2 = __commonJS({
3132
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js"(exports) {
3129
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/base.js"(exports) {
3133
3130
  "use strict";
3134
3131
  exports.__esModule = true;
3135
3132
  exports.parseWithoutProcessing = parseWithoutProcessing;
@@ -3181,9 +3178,9 @@ var require_base2 = __commonJS({
3181
3178
  }
3182
3179
  });
3183
3180
 
3184
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
3181
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js
3185
3182
  var require_compiler = __commonJS({
3186
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js"(exports) {
3183
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/compiler.js"(exports) {
3187
3184
  "use strict";
3188
3185
  exports.__esModule = true;
3189
3186
  exports.Compiler = Compiler;
@@ -5363,9 +5360,9 @@ var require_source_map = __commonJS({
5363
5360
  }
5364
5361
  });
5365
5362
 
5366
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
5363
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js
5367
5364
  var require_code_gen = __commonJS({
5368
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js"(exports, module2) {
5365
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/code-gen.js"(exports, module2) {
5369
5366
  "use strict";
5370
5367
  exports.__esModule = true;
5371
5368
  var _utils = require_utils2();
@@ -5499,9 +5496,9 @@ var require_code_gen = __commonJS({
5499
5496
  }
5500
5497
  });
5501
5498
 
5502
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
5499
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js
5503
5500
  var require_javascript_compiler = __commonJS({
5504
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js"(exports, module2) {
5501
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/javascript-compiler.js"(exports, module2) {
5505
5502
  "use strict";
5506
5503
  exports.__esModule = true;
5507
5504
  function _interopRequireDefault(obj) {
@@ -5888,7 +5885,7 @@ var require_javascript_compiler = __commonJS({
5888
5885
  resolvePath: function resolvePath(type, parts, i, falsy, strict) {
5889
5886
  var _this2 = this;
5890
5887
  if (this.options.strict || this.options.assumeObjects) {
5891
- this.push(strictLookup(this.options.strict && strict, this, parts, type));
5888
+ this.push(strictLookup(this.options.strict && strict, this, parts, i, type));
5892
5889
  return;
5893
5890
  }
5894
5891
  var len = parts.length;
@@ -6396,8 +6393,8 @@ var require_javascript_compiler = __commonJS({
6396
6393
  JavaScriptCompiler.isValidJavaScriptVariableName = function(name) {
6397
6394
  return !JavaScriptCompiler.RESERVED_WORDS[name] && /^[a-zA-Z_$][0-9a-zA-Z_$]*$/.test(name);
6398
6395
  };
6399
- function strictLookup(requireTerminal, compiler, parts, type) {
6400
- var stack = compiler.popStack(), i = 0, len = parts.length;
6396
+ function strictLookup(requireTerminal, compiler, parts, i, type) {
6397
+ var stack = compiler.popStack(), len = parts.length;
6401
6398
  if (requireTerminal) {
6402
6399
  len--;
6403
6400
  }
@@ -6415,9 +6412,9 @@ var require_javascript_compiler = __commonJS({
6415
6412
  }
6416
6413
  });
6417
6414
 
6418
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars.js
6415
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars.js
6419
6416
  var require_handlebars = __commonJS({
6420
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars.js"(exports, module2) {
6417
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars.js"(exports, module2) {
6421
6418
  "use strict";
6422
6419
  exports.__esModule = true;
6423
6420
  function _interopRequireDefault(obj) {
@@ -6462,9 +6459,9 @@ var require_handlebars = __commonJS({
6462
6459
  }
6463
6460
  });
6464
6461
 
6465
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
6462
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js
6466
6463
  var require_printer = __commonJS({
6467
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js"(exports) {
6464
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/dist/cjs/handlebars/compiler/printer.js"(exports) {
6468
6465
  "use strict";
6469
6466
  exports.__esModule = true;
6470
6467
  exports.print = print;
@@ -6608,9 +6605,9 @@ var require_printer = __commonJS({
6608
6605
  }
6609
6606
  });
6610
6607
 
6611
- // ../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/lib/index.js
6608
+ // ../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/lib/index.js
6612
6609
  var require_lib = __commonJS({
6613
- "../../../../node_modules/.pnpm/handlebars@4.7.7/node_modules/handlebars/lib/index.js"(exports, module2) {
6610
+ "../../../../node_modules/.pnpm/handlebars@4.7.8/node_modules/handlebars/lib/index.js"(exports, module2) {
6614
6611
  "use strict";
6615
6612
  var handlebars2 = require_handlebars()["default"];
6616
6613
  var printer = require_printer();
@@ -6629,9 +6626,9 @@ var require_lib = __commonJS({
6629
6626
  }
6630
6627
  });
6631
6628
 
6632
- // ../../../../node_modules/.pnpm/@modern-js+utils@2.60.1/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
6629
+ // ../../../../node_modules/.pnpm/@modern-js+utils@2.60.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js
6633
6630
  var require_chalk = __commonJS({
6634
- "../../../../node_modules/.pnpm/@modern-js+utils@2.60.1/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
6631
+ "../../../../node_modules/.pnpm/@modern-js+utils@2.60.2/node_modules/@modern-js/utils/dist/compiled/chalk/index.js"(exports, module2) {
6635
6632
  "use strict";
6636
6633
  (() => {
6637
6634
  var e = { 44: (e2, t2, n2) => {
@@ -25740,48 +25737,41 @@ var require_is_interactive = __commonJS({
25740
25737
  }
25741
25738
  });
25742
25739
 
25743
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/stream.js
25740
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream.js
25744
25741
  var require_stream = __commonJS({
25745
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/stream.js"(exports, module2) {
25742
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/stream.js"(exports, module2) {
25746
25743
  "use strict";
25747
25744
  module2.exports = require("stream");
25748
25745
  }
25749
25746
  });
25750
25747
 
25751
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/buffer_list.js
25748
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js
25752
25749
  var require_buffer_list = __commonJS({
25753
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/buffer_list.js"(exports, module2) {
25750
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/buffer_list.js"(exports, module2) {
25754
25751
  "use strict";
25755
25752
  function ownKeys(object, enumerableOnly) {
25756
25753
  var keys = Object.keys(object);
25757
25754
  if (Object.getOwnPropertySymbols) {
25758
25755
  var symbols = Object.getOwnPropertySymbols(object);
25759
- if (enumerableOnly)
25760
- symbols = symbols.filter(function(sym) {
25761
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
25762
- });
25763
- keys.push.apply(keys, symbols);
25756
+ enumerableOnly && (symbols = symbols.filter(function(sym) {
25757
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
25758
+ })), keys.push.apply(keys, symbols);
25764
25759
  }
25765
25760
  return keys;
25766
25761
  }
25767
25762
  function _objectSpread(target) {
25768
25763
  for (var i = 1; i < arguments.length; i++) {
25769
- var source = arguments[i] != null ? arguments[i] : {};
25770
- if (i % 2) {
25771
- ownKeys(Object(source), true).forEach(function(key) {
25772
- _defineProperty(target, key, source[key]);
25773
- });
25774
- } else if (Object.getOwnPropertyDescriptors) {
25775
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
25776
- } else {
25777
- ownKeys(Object(source)).forEach(function(key) {
25778
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
25779
- });
25780
- }
25764
+ var source = null != arguments[i] ? arguments[i] : {};
25765
+ i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
25766
+ _defineProperty(target, key, source[key]);
25767
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
25768
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
25769
+ });
25781
25770
  }
25782
25771
  return target;
25783
25772
  }
25784
25773
  function _defineProperty(obj, key, value) {
25774
+ key = _toPropertyKey(key);
25785
25775
  if (key in obj) {
25786
25776
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
25787
25777
  } else {
@@ -25801,7 +25791,7 @@ var require_buffer_list = __commonJS({
25801
25791
  descriptor.configurable = true;
25802
25792
  if ("value" in descriptor)
25803
25793
  descriptor.writable = true;
25804
- Object.defineProperty(target, descriptor.key, descriptor);
25794
+ Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
25805
25795
  }
25806
25796
  }
25807
25797
  function _createClass(Constructor, protoProps, staticProps) {
@@ -25809,8 +25799,25 @@ var require_buffer_list = __commonJS({
25809
25799
  _defineProperties(Constructor.prototype, protoProps);
25810
25800
  if (staticProps)
25811
25801
  _defineProperties(Constructor, staticProps);
25802
+ Object.defineProperty(Constructor, "prototype", { writable: false });
25812
25803
  return Constructor;
25813
25804
  }
25805
+ function _toPropertyKey(arg) {
25806
+ var key = _toPrimitive(arg, "string");
25807
+ return typeof key === "symbol" ? key : String(key);
25808
+ }
25809
+ function _toPrimitive(input, hint) {
25810
+ if (typeof input !== "object" || input === null)
25811
+ return input;
25812
+ var prim = input[Symbol.toPrimitive];
25813
+ if (prim !== void 0) {
25814
+ var res = prim.call(input, hint || "default");
25815
+ if (typeof res !== "object")
25816
+ return res;
25817
+ throw new TypeError("@@toPrimitive must return a primitive value.");
25818
+ }
25819
+ return (hint === "string" ? String : Number)(input);
25820
+ }
25814
25821
  var _require = require("buffer");
25815
25822
  var Buffer2 = _require.Buffer;
25816
25823
  var _require2 = require("util");
@@ -25878,9 +25885,8 @@ var require_buffer_list = __commonJS({
25878
25885
  return "";
25879
25886
  var p = this.head;
25880
25887
  var ret = "" + p.data;
25881
- while (p = p.next) {
25888
+ while (p = p.next)
25882
25889
  ret += s + p.data;
25883
- }
25884
25890
  return ret;
25885
25891
  }
25886
25892
  }, {
@@ -25988,7 +25994,7 @@ var require_buffer_list = __commonJS({
25988
25994
  }, {
25989
25995
  key: custom,
25990
25996
  value: function value(_, options) {
25991
- return inspect(this, _objectSpread({}, options, {
25997
+ return inspect(this, _objectSpread(_objectSpread({}, options), {}, {
25992
25998
  // Only inspect one level.
25993
25999
  depth: 0,
25994
26000
  // It should not recurse.
@@ -26001,9 +26007,9 @@ var require_buffer_list = __commonJS({
26001
26007
  }
26002
26008
  });
26003
26009
 
26004
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/destroy.js
26010
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js
26005
26011
  var require_destroy = __commonJS({
26006
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/destroy.js"(exports, module2) {
26012
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/destroy.js"(exports, module2) {
26007
26013
  "use strict";
26008
26014
  function destroy2(err, cb) {
26009
26015
  var _this = this;
@@ -26094,9 +26100,9 @@ var require_destroy = __commonJS({
26094
26100
  }
26095
26101
  });
26096
26102
 
26097
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/errors.js
26103
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors.js
26098
26104
  var require_errors = __commonJS({
26099
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/errors.js"(exports, module2) {
26105
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/errors.js"(exports, module2) {
26100
26106
  "use strict";
26101
26107
  var codes = {};
26102
26108
  function createErrorType(code, message, Base) {
@@ -26194,9 +26200,9 @@ var require_errors = __commonJS({
26194
26200
  }
26195
26201
  });
26196
26202
 
26197
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/state.js
26203
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js
26198
26204
  var require_state = __commonJS({
26199
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/state.js"(exports, module2) {
26205
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/state.js"(exports, module2) {
26200
26206
  "use strict";
26201
26207
  var ERR_INVALID_OPT_VALUE = require_errors().codes.ERR_INVALID_OPT_VALUE;
26202
26208
  function highWaterMarkFrom(options, isDuplex, duplexKey) {
@@ -26276,9 +26282,9 @@ var require_node = __commonJS({
26276
26282
  }
26277
26283
  });
26278
26284
 
26279
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_writable.js
26285
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js
26280
26286
  var require_stream_writable = __commonJS({
26281
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_writable.js"(exports, module2) {
26287
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_writable.js"(exports, module2) {
26282
26288
  "use strict";
26283
26289
  module2.exports = Writable;
26284
26290
  function CorkedRequest(state) {
@@ -26296,7 +26302,7 @@ var require_stream_writable = __commonJS({
26296
26302
  };
26297
26303
  var Stream = require_stream();
26298
26304
  var Buffer2 = require("buffer").Buffer;
26299
- var OurUint8Array = global.Uint8Array || function() {
26305
+ var OurUint8Array = (typeof global !== "undefined" ? global : typeof window !== "undefined" ? window : typeof self !== "undefined" ? self : {}).Uint8Array || function() {
26300
26306
  };
26301
26307
  function _uint8ArrayToBuffer(chunk) {
26302
26308
  return Buffer2.from(chunk);
@@ -26776,15 +26782,14 @@ var require_stream_writable = __commonJS({
26776
26782
  }
26777
26783
  });
26778
26784
 
26779
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_duplex.js
26785
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js
26780
26786
  var require_stream_duplex = __commonJS({
26781
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_duplex.js"(exports, module2) {
26787
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_duplex.js"(exports, module2) {
26782
26788
  "use strict";
26783
26789
  var objectKeys = Object.keys || function(obj) {
26784
26790
  var keys2 = [];
26785
- for (var key in obj) {
26791
+ for (var key in obj)
26786
26792
  keys2.push(key);
26787
- }
26788
26793
  return keys2;
26789
26794
  };
26790
26795
  module2.exports = Duplex;
@@ -27195,9 +27200,9 @@ var require_string_decoder = __commonJS({
27195
27200
  }
27196
27201
  });
27197
27202
 
27198
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
27203
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js
27199
27204
  var require_end_of_stream = __commonJS({
27200
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"(exports, module2) {
27205
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/end-of-stream.js"(exports, module2) {
27201
27206
  "use strict";
27202
27207
  var ERR_STREAM_PREMATURE_CLOSE = require_errors().codes.ERR_STREAM_PREMATURE_CLOSE;
27203
27208
  function once(callback) {
@@ -27296,12 +27301,13 @@ var require_end_of_stream = __commonJS({
27296
27301
  }
27297
27302
  });
27298
27303
 
27299
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/async_iterator.js
27304
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js
27300
27305
  var require_async_iterator = __commonJS({
27301
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/async_iterator.js"(exports, module2) {
27306
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/async_iterator.js"(exports, module2) {
27302
27307
  "use strict";
27303
27308
  var _Object$setPrototypeO;
27304
27309
  function _defineProperty(obj, key, value) {
27310
+ key = _toPropertyKey(key);
27305
27311
  if (key in obj) {
27306
27312
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
27307
27313
  } else {
@@ -27309,6 +27315,22 @@ var require_async_iterator = __commonJS({
27309
27315
  }
27310
27316
  return obj;
27311
27317
  }
27318
+ function _toPropertyKey(arg) {
27319
+ var key = _toPrimitive(arg, "string");
27320
+ return typeof key === "symbol" ? key : String(key);
27321
+ }
27322
+ function _toPrimitive(input, hint) {
27323
+ if (typeof input !== "object" || input === null)
27324
+ return input;
27325
+ var prim = input[Symbol.toPrimitive];
27326
+ if (prim !== void 0) {
27327
+ var res = prim.call(input, hint || "default");
27328
+ if (typeof res !== "object")
27329
+ return res;
27330
+ throw new TypeError("@@toPrimitive must return a primitive value.");
27331
+ }
27332
+ return (hint === "string" ? String : Number)(input);
27333
+ }
27312
27334
  var finished = require_end_of_stream();
27313
27335
  var kLastResolve = Symbol("lastResolve");
27314
27336
  var kLastReject = Symbol("lastReject");
@@ -27464,9 +27486,9 @@ var require_async_iterator = __commonJS({
27464
27486
  }
27465
27487
  });
27466
27488
 
27467
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/from.js
27489
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from.js
27468
27490
  var require_from2 = __commonJS({
27469
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/from.js"(exports, module2) {
27491
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/from.js"(exports, module2) {
27470
27492
  "use strict";
27471
27493
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {
27472
27494
  try {
@@ -27501,32 +27523,25 @@ var require_from2 = __commonJS({
27501
27523
  var keys = Object.keys(object);
27502
27524
  if (Object.getOwnPropertySymbols) {
27503
27525
  var symbols = Object.getOwnPropertySymbols(object);
27504
- if (enumerableOnly)
27505
- symbols = symbols.filter(function(sym) {
27506
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
27507
- });
27508
- keys.push.apply(keys, symbols);
27526
+ enumerableOnly && (symbols = symbols.filter(function(sym) {
27527
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
27528
+ })), keys.push.apply(keys, symbols);
27509
27529
  }
27510
27530
  return keys;
27511
27531
  }
27512
27532
  function _objectSpread(target) {
27513
27533
  for (var i = 1; i < arguments.length; i++) {
27514
- var source = arguments[i] != null ? arguments[i] : {};
27515
- if (i % 2) {
27516
- ownKeys(Object(source), true).forEach(function(key) {
27517
- _defineProperty(target, key, source[key]);
27518
- });
27519
- } else if (Object.getOwnPropertyDescriptors) {
27520
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
27521
- } else {
27522
- ownKeys(Object(source)).forEach(function(key) {
27523
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
27524
- });
27525
- }
27534
+ var source = null != arguments[i] ? arguments[i] : {};
27535
+ i % 2 ? ownKeys(Object(source), true).forEach(function(key) {
27536
+ _defineProperty(target, key, source[key]);
27537
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
27538
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
27539
+ });
27526
27540
  }
27527
27541
  return target;
27528
27542
  }
27529
27543
  function _defineProperty(obj, key, value) {
27544
+ key = _toPropertyKey(key);
27530
27545
  if (key in obj) {
27531
27546
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
27532
27547
  } else {
@@ -27534,6 +27549,22 @@ var require_from2 = __commonJS({
27534
27549
  }
27535
27550
  return obj;
27536
27551
  }
27552
+ function _toPropertyKey(arg) {
27553
+ var key = _toPrimitive(arg, "string");
27554
+ return typeof key === "symbol" ? key : String(key);
27555
+ }
27556
+ function _toPrimitive(input, hint) {
27557
+ if (typeof input !== "object" || input === null)
27558
+ return input;
27559
+ var prim = input[Symbol.toPrimitive];
27560
+ if (prim !== void 0) {
27561
+ var res = prim.call(input, hint || "default");
27562
+ if (typeof res !== "object")
27563
+ return res;
27564
+ throw new TypeError("@@toPrimitive must return a primitive value.");
27565
+ }
27566
+ return (hint === "string" ? String : Number)(input);
27567
+ }
27537
27568
  var ERR_INVALID_ARG_TYPE = require_errors().codes.ERR_INVALID_ARG_TYPE;
27538
27569
  function from(Readable, iterable, opts) {
27539
27570
  var iterator;
@@ -27561,7 +27592,7 @@ var require_from2 = __commonJS({
27561
27592
  function _next2() {
27562
27593
  _next2 = _asyncToGenerator(function* () {
27563
27594
  try {
27564
- var _ref = yield iterator.next(), value = _ref.value, done = _ref.done;
27595
+ var _yield$iterator$next = yield iterator.next(), value = _yield$iterator$next.value, done = _yield$iterator$next.done;
27565
27596
  if (done) {
27566
27597
  readable.push(null);
27567
27598
  } else if (readable.push(yield value)) {
@@ -27581,9 +27612,9 @@ var require_from2 = __commonJS({
27581
27612
  }
27582
27613
  });
27583
27614
 
27584
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_readable.js
27615
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js
27585
27616
  var require_stream_readable = __commonJS({
27586
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_readable.js"(exports, module2) {
27617
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_readable.js"(exports, module2) {
27587
27618
  "use strict";
27588
27619
  module2.exports = Readable;
27589
27620
  var Duplex;
@@ -27594,7 +27625,7 @@ var require_stream_readable = __commonJS({
27594
27625
  };
27595
27626
  var Stream = require_stream();
27596
27627
  var Buffer2 = require("buffer").Buffer;
27597
- var OurUint8Array = global.Uint8Array || function() {
27628
+ var OurUint8Array = (typeof global !== "undefined" ? global : typeof window !== "undefined" ? window : typeof self !== "undefined" ? self : {}).Uint8Array || function() {
27598
27629
  };
27599
27630
  function _uint8ArrayToBuffer(chunk) {
27600
27631
  return Buffer2.from(chunk);
@@ -28111,11 +28142,10 @@ var require_stream_readable = __commonJS({
28111
28142
  state.pipes = null;
28112
28143
  state.pipesCount = 0;
28113
28144
  state.flowing = false;
28114
- for (var i = 0; i < len; i++) {
28145
+ for (var i = 0; i < len; i++)
28115
28146
  dests[i].emit("unpipe", this, {
28116
28147
  hasUnpiped: false
28117
28148
  });
28118
- }
28119
28149
  return this;
28120
28150
  }
28121
28151
  var index = indexOf(state.pipes, dest);
@@ -28218,9 +28248,8 @@ var require_stream_readable = __commonJS({
28218
28248
  function flow(stream) {
28219
28249
  var state = stream._readableState;
28220
28250
  debug("flow", state.flowing);
28221
- while (state.flowing && stream.read() !== null) {
28251
+ while (state.flowing && stream.read() !== null)
28222
28252
  ;
28223
- }
28224
28253
  }
28225
28254
  Readable.prototype.wrap = function(stream) {
28226
28255
  var _this = this;
@@ -28379,9 +28408,9 @@ var require_stream_readable = __commonJS({
28379
28408
  }
28380
28409
  });
28381
28410
 
28382
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_transform.js
28411
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js
28383
28412
  var require_stream_transform = __commonJS({
28384
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_transform.js"(exports, module2) {
28413
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_transform.js"(exports, module2) {
28385
28414
  "use strict";
28386
28415
  module2.exports = Transform;
28387
28416
  var _require$codes = require_errors().codes;
@@ -28487,9 +28516,9 @@ var require_stream_transform = __commonJS({
28487
28516
  }
28488
28517
  });
28489
28518
 
28490
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_passthrough.js
28519
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js
28491
28520
  var require_stream_passthrough = __commonJS({
28492
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/_stream_passthrough.js"(exports, module2) {
28521
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/_stream_passthrough.js"(exports, module2) {
28493
28522
  "use strict";
28494
28523
  module2.exports = PassThrough;
28495
28524
  var Transform = require_stream_transform();
@@ -28505,9 +28534,9 @@ var require_stream_passthrough = __commonJS({
28505
28534
  }
28506
28535
  });
28507
28536
 
28508
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/pipeline.js
28537
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js
28509
28538
  var require_pipeline = __commonJS({
28510
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/lib/internal/streams/pipeline.js"(exports, module2) {
28539
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/lib/internal/streams/pipeline.js"(exports, module2) {
28511
28540
  "use strict";
28512
28541
  var eos;
28513
28542
  function once(callback) {
@@ -28604,9 +28633,9 @@ var require_pipeline = __commonJS({
28604
28633
  }
28605
28634
  });
28606
28635
 
28607
- // ../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/readable.js
28636
+ // ../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/readable.js
28608
28637
  var require_readable = __commonJS({
28609
- "../../../../node_modules/.pnpm/readable-stream@3.6.0/node_modules/readable-stream/readable.js"(exports, module2) {
28638
+ "../../../../node_modules/.pnpm/readable-stream@3.6.2/node_modules/readable-stream/readable.js"(exports, module2) {
28610
28639
  "use strict";
28611
28640
  var Stream = require("stream");
28612
28641
  if (process.env.READABLE_STREAM === "disable" && Stream) {
@@ -51030,12 +51059,12 @@ __export(src_exports, {
51030
51059
  });
51031
51060
  module.exports = __toCommonJS(src_exports);
51032
51061
 
51033
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.5.1/node_modules/@modern-js/codesmith/dist/esm-node/materials/FsResource.js
51062
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith/dist/esm-node/materials/FsResource.js
51034
51063
  var import_path = __toESM(require("path"));
51035
51064
  var import_utils = require("@modern-js/utils");
51036
51065
  var FS_RESOURCE = "_codesmith_core_fs_resource";
51037
51066
 
51038
- // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.5.1/node_modules/@modern-js/codesmith/dist/esm-node/utils/fsExists.js
51067
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith/dist/esm-node/utils/fsExists.js
51039
51068
  var import_utils2 = require("@modern-js/utils");
51040
51069
  async function fsExists(path6) {
51041
51070
  try {
@@ -51046,13 +51075,13 @@ async function fsExists(path6) {
51046
51075
  }
51047
51076
  }
51048
51077
 
51049
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.5.1_@modern-js+codesmith@2.5.1/node_modules/@modern-js/codesmith-api-ejs/dist/esm-node/utils/renderString.js
51078
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-ejs/dist/esm-node/utils/renderString.js
51050
51079
  var import_ejs = __toESM(require_ejs());
51051
51080
  function renderString(template, fullData) {
51052
51081
  return import_ejs.default.render(template, fullData) || "";
51053
51082
  }
51054
51083
 
51055
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.5.1_@modern-js+codesmith@2.5.1/node_modules/@modern-js/codesmith-api-ejs/dist/esm-node/index.js
51084
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-ejs@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-ejs/dist/esm-node/index.js
51056
51085
  var EjsAPI = class {
51057
51086
  async renderTemplate(templateResource, target, parameters = {}) {
51058
51087
  if (templateResource._type !== FS_RESOURCE) {
@@ -51084,7 +51113,7 @@ var EjsAPI = class {
51084
51113
  }
51085
51114
  };
51086
51115
 
51087
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-fs@2.5.1_@modern-js+codesmith@2.5.1/node_modules/@modern-js/codesmith-api-fs/dist/esm-node/index.js
51116
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-fs@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-fs/dist/esm-node/index.js
51088
51117
  var import_path2 = __toESM(require("path"));
51089
51118
  var import_utils4 = require("@modern-js/utils");
51090
51119
  var FsAPI = class {
@@ -51111,7 +51140,7 @@ var FsAPI = class {
51111
51140
  }
51112
51141
  };
51113
51142
 
51114
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.5.1_@modern-js+codesmith@2.5.1/node_modules/@modern-js/codesmith-api-git/dist/esm-node/utils/index.js
51143
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-git/dist/esm-node/utils/index.js
51115
51144
  var import_utils5 = require("@modern-js/utils");
51116
51145
  async function canUseGit() {
51117
51146
  try {
@@ -51186,7 +51215,7 @@ async function gitCommit(cwd, commitMessage) {
51186
51215
  });
51187
51216
  }
51188
51217
 
51189
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.5.1_@modern-js+codesmith@2.5.1/node_modules/@modern-js/codesmith-api-git/dist/esm-node/index.js
51218
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-git@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-git/dist/esm-node/index.js
51190
51219
  var GitAPI = class {
51191
51220
  async isInGitRepo(cwd = this.generatorCore.outputPath) {
51192
51221
  const canUse = await canUseGit();
@@ -51236,7 +51265,7 @@ var GitAPI = class {
51236
51265
  }
51237
51266
  };
51238
51267
 
51239
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.5.1_@modern-js+codesmith@2.5.1/node_modules/@modern-js/codesmith-api-handlebars/dist/esm-node/utils/renderString.js
51268
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-handlebars/dist/esm-node/utils/renderString.js
51240
51269
  var import_handlebars = __toESM(require_lib());
51241
51270
  function renderString2(template, fullData, registers) {
51242
51271
  const helpers = {
@@ -51250,7 +51279,7 @@ function renderString2(template, fullData, registers) {
51250
51279
  return import_handlebars.default.compile(template)(fullData) || "";
51251
51280
  }
51252
51281
 
51253
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.5.1_@modern-js+codesmith@2.5.1/node_modules/@modern-js/codesmith-api-handlebars/dist/esm-node/index.js
51282
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-handlebars@2.5.2_@modern-js+codesmith@2.5.2/node_modules/@modern-js/codesmith-api-handlebars/dist/esm-node/index.js
51254
51283
  var HandlebarsAPI = class {
51255
51284
  async registerHelp(helpers) {
51256
51285
  this.registers.helpers = {
@@ -51298,7 +51327,7 @@ var HandlebarsAPI = class {
51298
51327
  }
51299
51328
  };
51300
51329
 
51301
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.1/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/utils/env.js
51330
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.2/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/utils/env.js
51302
51331
  var import_utils8 = require("@modern-js/utils");
51303
51332
  async function canUseNvm() {
51304
51333
  try {
@@ -51348,7 +51377,7 @@ async function canUsePnpm() {
51348
51377
  }
51349
51378
  }
51350
51379
 
51351
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.1/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/utils/install.js
51380
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.2/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/utils/install.js
51352
51381
  var import_utils9 = require("@modern-js/utils");
51353
51382
  function execaWithStreamLog(command, args, options) {
51354
51383
  const promise = (0, import_utils9.execa)(command, args, {
@@ -51444,7 +51473,7 @@ async function pnpmInstall({ cwd, registryUrl, ignoreScripts, useNvm }) {
51444
51473
  throw new Error("please install pnpm first");
51445
51474
  }
51446
51475
 
51447
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.1/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/index.js
51476
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-npm@2.5.2/node_modules/@modern-js/codesmith-api-npm/dist/esm-node/index.js
51448
51477
  var NpmAPI = class {
51449
51478
  npmInstall({ cwd, registryUrl, ignoreScripts }) {
51450
51479
  return npmInstall({
@@ -61028,10 +61057,10 @@ var Schema = (
61028
61057
  }()
61029
61058
  );
61030
61059
 
61031
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/prompt.js
61060
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/prompt.js
61032
61061
  var import_inquirer = __toESM(require_inquirer());
61033
61062
 
61034
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/transform.js
61063
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/transform.js
61035
61064
  var import_lodash = require("@modern-js/utils/lodash");
61036
61065
  function validateSchema(schema) {
61037
61066
  const { type, properties } = schema;
@@ -61123,7 +61152,7 @@ function transformForm(schema, configValue = {}, validateMap, initValue) {
61123
61152
  return getQuestionFromSchema(schema, configValue, validateMap, initValue);
61124
61153
  }
61125
61154
 
61126
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/prompt.js
61155
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/prompt.js
61127
61156
  var compileRule = (rule, scope) => {
61128
61157
  const state = Schema.compile(rule, {
61129
61158
  $self: {},
@@ -61227,7 +61256,7 @@ async function prompt(schema, configValue = {}, validateMap, initValue) {
61227
61256
  return answers;
61228
61257
  }
61229
61258
 
61230
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/inquirer.js
61259
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-formily@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-formily/dist/esm-node/inquirer.js
61231
61260
  var CLIReader = class {
61232
61261
  getAnswers() {
61233
61262
  return this.answers;
@@ -61256,16 +61285,16 @@ var CLIReader = class {
61256
61285
  }
61257
61286
  };
61258
61287
 
61259
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/index.js
61288
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/index.js
61260
61289
  var import_utils13 = require("@modern-js/utils");
61261
61290
  var import_lodash5 = require("@modern-js/utils/lodash");
61262
61291
  var import_comment_json = __toESM(require_src2());
61263
61292
  var import_inquirer2 = __toESM(require_inquirer2());
61264
61293
 
61265
- // ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.1/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
61294
+ // ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.2/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
61266
61295
  var import_lodash3 = require("@modern-js/utils/lodash");
61267
61296
 
61268
- // ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.1/node_modules/@modern-js/plugin-i18n/dist/esm-node/utils/index.js
61297
+ // ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.2/node_modules/@modern-js/plugin-i18n/dist/esm-node/utils/index.js
61269
61298
  var import_lodash2 = require("@modern-js/utils/lodash");
61270
61299
  function getObjKeyMap(obj, prefix = "") {
61271
61300
  const result = {};
@@ -61279,7 +61308,7 @@ function getObjKeyMap(obj, prefix = "") {
61279
61308
  return result;
61280
61309
  }
61281
61310
 
61282
- // ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.1/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
61311
+ // ../../../../node_modules/.pnpm/@modern-js+plugin-i18n@2.60.2/node_modules/@modern-js/plugin-i18n/dist/esm-node/index.js
61283
61312
  var I18n = class {
61284
61313
  format(msg, vars) {
61285
61314
  return msg.replace(/\{(\w+)\}/g, (_match, capture) => Object.prototype.hasOwnProperty.call(vars, capture) ? vars[capture] : capture);
@@ -61325,10 +61354,10 @@ var I18n = class {
61325
61354
  }
61326
61355
  };
61327
61356
 
61328
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/en.js
61357
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/en.js
61329
61358
  var EN_LOCALE = {
61330
61359
  environment: {
61331
- node_version: "please upgrade node to lts version",
61360
+ node_version: "The version of Node.js is too low. Please upgrade to the LTS version: https://nodejs.org/",
61332
61361
  nvm_install: "please install nvm first",
61333
61362
  yarn_pnpm_npm: "please install yarn or pnpm or npm first"
61334
61363
  },
@@ -61352,10 +61381,10 @@ var EN_LOCALE = {
61352
61381
  }
61353
61382
  };
61354
61383
 
61355
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/zh.js
61384
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/zh.js
61356
61385
  var ZH_LOCALE = {
61357
61386
  environment: {
61358
- node_version: "请升级 Node 版本至 LIS",
61387
+ node_version: "Node.js 版本太低,请升级至 LTS 版本: https://nodejs.org/",
61359
61388
  nvm_install: "检测到环境中未安装 nvm,请先安装 nvm",
61360
61389
  yarn_pnpm_npm: "检测到环境中未安装包管理工具,请先安装 yarn 或 pnpm 或 npm"
61361
61390
  },
@@ -61379,14 +61408,14 @@ var ZH_LOCALE = {
61379
61408
  }
61380
61409
  };
61381
61410
 
61382
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/index.js
61411
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/locale/index.js
61383
61412
  var i18n = new I18n();
61384
61413
  var localeKeys = i18n.init("zh", {
61385
61414
  zh: ZH_LOCALE,
61386
61415
  en: EN_LOCALE
61387
61416
  });
61388
61417
 
61389
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/utils/checkUseNvm.js
61418
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/utils/checkUseNvm.js
61390
61419
  var import_path4 = __toESM(require("path"));
61391
61420
  var import_utils12 = require("@modern-js/utils");
61392
61421
  var NODE_MAJOR_VERSION_MAP = {
@@ -61434,7 +61463,7 @@ async function checkUseNvm(cwd, logger) {
61434
61463
  }
61435
61464
  }
61436
61465
 
61437
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/utils/transform.js
61466
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/utils/transform.js
61438
61467
  var import_lodash4 = require("@modern-js/utils/lodash");
61439
61468
  function transformInquirerSchema(questions, configValue = {}, validateMap = {}, initValue = {}) {
61440
61469
  for (const question of questions) {
@@ -61462,7 +61491,7 @@ function transformInquirerSchema(questions, configValue = {}, validateMap = {},
61462
61491
  return questions;
61463
61492
  }
61464
61493
 
61465
- // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.1_@modern-js+codesmith@2.5.1_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/index.js
61494
+ // ../../../../node_modules/.pnpm/@modern-js+codesmith-api-app@2.5.2_@modern-js+codesmith@2.5.2_typescript@5.3.3/node_modules/@modern-js/codesmith-api-app/dist/esm-node/index.js
61466
61495
  var AppAPI = class {
61467
61496
  async checkEnvironment(nodeVersion) {
61468
61497
  if (import_utils13.semver.lt(process.versions.node, nodeVersion || "16.20.2")) {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20241011170641",
18
+ "version": "0.0.0-nightly-20241013170615",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "main": "./dist/index.js",
21
21
  "files": [
@@ -23,21 +23,21 @@
23
23
  "/dist/index.js"
24
24
  ],
25
25
  "dependencies": {
26
- "@modern-js/utils": "0.0.0-nightly-20241011170641"
26
+ "@modern-js/utils": "0.0.0-nightly-20241013170615"
27
27
  },
28
28
  "devDependencies": {
29
- "@modern-js/codesmith": "2.5.1",
30
- "@modern-js/codesmith-api-app": "2.5.1",
29
+ "@modern-js/codesmith": "2.5.2",
30
+ "@modern-js/codesmith-api-app": "2.5.2",
31
31
  "@types/jest": "^29",
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@modern-js/generator-common": "0.0.0-nightly-20241011170641",
36
- "@modern-js/dependence-generator": "0.0.0-nightly-20241011170641",
37
- "@modern-js/generator-utils": "0.0.0-nightly-20241011170641",
38
- "@scripts/build": "0.0.0-nightly-20241011170641",
39
- "@modern-js/plugin-i18n": "0.0.0-nightly-20241011170641",
40
- "@scripts/jest-config": "0.0.0-nightly-20241011170641"
35
+ "@modern-js/dependence-generator": "0.0.0-nightly-20241013170615",
36
+ "@modern-js/generator-common": "0.0.0-nightly-20241013170615",
37
+ "@modern-js/generator-utils": "0.0.0-nightly-20241013170615",
38
+ "@modern-js/plugin-i18n": "0.0.0-nightly-20241013170615",
39
+ "@scripts/jest-config": "0.0.0-nightly-20241013170615",
40
+ "@scripts/build": "0.0.0-nightly-20241013170615"
41
41
  },
42
42
  "sideEffects": false,
43
43
  "publishConfig": {