eslint-plugin-awscdk 4.3.2 → 4.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -9,7 +9,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
9
9
  var __getOwnPropNames = Object.getOwnPropertyNames;
10
10
  var __getProtoOf = Object.getPrototypeOf;
11
11
  var __hasOwnProp = Object.prototype.hasOwnProperty;
12
- var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
12
+ var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
13
13
  var __copyProps = (to, from, except, desc) => {
14
14
  if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
15
15
  key = keys[i];
@@ -27,7 +27,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  //#endregion
28
28
  let typescript = require("typescript");
29
29
  let path = require("path");
30
- path = __toESM(path);
30
+ path = __toESM(path, 1);
31
31
  //#region src/configs/classic-config.ts
32
32
  const createClassicConfig = (rules) => {
33
33
  return {
@@ -282,14 +282,14 @@ var require_eslint_visitor_keys$1 = /* @__PURE__ */ __commonJSMin(((exports) =>
282
282
  exports.unionWith = unionWith;
283
283
  }));
284
284
  //#endregion
285
- //#region node_modules/.pnpm/@typescript-eslint+visitor-keys@8.58.0/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js
285
+ //#region node_modules/.pnpm/@typescript-eslint+visitor-keys@8.59.2/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js
286
286
  var require_get_keys = /* @__PURE__ */ __commonJSMin(((exports) => {
287
287
  Object.defineProperty(exports, "__esModule", { value: true });
288
288
  exports.getKeys = void 0;
289
289
  exports.getKeys = require_eslint_visitor_keys$1().getKeys;
290
290
  }));
291
291
  //#endregion
292
- //#region node_modules/.pnpm/@typescript-eslint+visitor-keys@8.58.0/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js
292
+ //#region node_modules/.pnpm/@typescript-eslint+visitor-keys@8.59.2/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js
293
293
  var require_visitor_keys = /* @__PURE__ */ __commonJSMin(((exports) => {
294
294
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
295
295
  if (k2 === void 0) k2 = k;
@@ -563,7 +563,7 @@ var require_visitor_keys = /* @__PURE__ */ __commonJSMin(((exports) => {
563
563
  exports.visitorKeys = eslintVisitorKeys.unionWith(additionalKeys);
564
564
  }));
565
565
  //#endregion
566
- //#region node_modules/.pnpm/@typescript-eslint+visitor-keys@8.58.0/node_modules/@typescript-eslint/visitor-keys/dist/index.js
566
+ //#region node_modules/.pnpm/@typescript-eslint+visitor-keys@8.59.2/node_modules/@typescript-eslint/visitor-keys/dist/index.js
567
567
  var require_dist$9 = /* @__PURE__ */ __commonJSMin(((exports) => {
568
568
  Object.defineProperty(exports, "__esModule", { value: true });
569
569
  exports.visitorKeys = exports.getKeys = void 0;
@@ -583,7 +583,7 @@ var require_dist$9 = /* @__PURE__ */ __commonJSMin(((exports) => {
583
583
  });
584
584
  }));
585
585
  //#endregion
586
- //#region node_modules/.pnpm/@typescript-eslint+types@8.58.0/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js
586
+ //#region node_modules/.pnpm/@typescript-eslint+types@8.59.2/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js
587
587
  var require_ast_spec = /* @__PURE__ */ __commonJSMin(((exports) => {
588
588
  /**********************************************
589
589
  * DO NOT MODIFY THIS FILE MANUALLY *
@@ -786,17 +786,17 @@ var require_ast_spec = /* @__PURE__ */ __commonJSMin(((exports) => {
786
786
  })(AST_TOKEN_TYPES || (exports.AST_TOKEN_TYPES = AST_TOKEN_TYPES = {}));
787
787
  }));
788
788
  //#endregion
789
- //#region node_modules/.pnpm/@typescript-eslint+types@8.58.0/node_modules/@typescript-eslint/types/dist/lib.js
789
+ //#region node_modules/.pnpm/@typescript-eslint+types@8.59.2/node_modules/@typescript-eslint/types/dist/lib.js
790
790
  var require_lib$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
791
791
  Object.defineProperty(exports, "__esModule", { value: true });
792
792
  }));
793
793
  //#endregion
794
- //#region node_modules/.pnpm/@typescript-eslint+types@8.58.0/node_modules/@typescript-eslint/types/dist/parser-options.js
794
+ //#region node_modules/.pnpm/@typescript-eslint+types@8.59.2/node_modules/@typescript-eslint/types/dist/parser-options.js
795
795
  var require_parser_options = /* @__PURE__ */ __commonJSMin(((exports) => {
796
796
  Object.defineProperty(exports, "__esModule", { value: true });
797
797
  }));
798
798
  //#endregion
799
- //#region node_modules/.pnpm/@typescript-eslint+types@8.58.0/node_modules/@typescript-eslint/types/dist/ts-estree.js
799
+ //#region node_modules/.pnpm/@typescript-eslint+types@8.59.2/node_modules/@typescript-eslint/types/dist/ts-estree.js
800
800
  var require_ts_estree$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
801
801
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
802
802
  if (k2 === void 0) k2 = k;
@@ -844,7 +844,7 @@ var require_ts_estree$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
844
844
  exports.TSESTree = __importStar(require_ast_spec());
845
845
  }));
846
846
  //#endregion
847
- //#region node_modules/.pnpm/@typescript-eslint+types@8.58.0/node_modules/@typescript-eslint/types/dist/index.js
847
+ //#region node_modules/.pnpm/@typescript-eslint+types@8.59.2/node_modules/@typescript-eslint/types/dist/index.js
848
848
  var require_dist$8 = /* @__PURE__ */ __commonJSMin(((exports) => {
849
849
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
850
850
  if (k2 === void 0) k2 = k;
@@ -883,7 +883,7 @@ var require_dist$8 = /* @__PURE__ */ __commonJSMin(((exports) => {
883
883
  __exportStar(require_ts_estree$2(), exports);
884
884
  }));
885
885
  //#endregion
886
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/assert.js
886
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/assert.js
887
887
  var require_assert = /* @__PURE__ */ __commonJSMin(((exports) => {
888
888
  Object.defineProperty(exports, "__esModule", { value: true });
889
889
  exports.assert = assert;
@@ -892,7 +892,7 @@ var require_assert = /* @__PURE__ */ __commonJSMin(((exports) => {
892
892
  }
893
893
  }));
894
894
  //#endregion
895
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/ID.js
895
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/ID.js
896
896
  var require_ID = /* @__PURE__ */ __commonJSMin(((exports) => {
897
897
  Object.defineProperty(exports, "__esModule", { value: true });
898
898
  exports.createIdGenerator = createIdGenerator;
@@ -913,7 +913,7 @@ var require_ID = /* @__PURE__ */ __commonJSMin(((exports) => {
913
913
  }
914
914
  }));
915
915
  //#endregion
916
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js
916
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionBase.js
917
917
  var require_DefinitionBase = /* @__PURE__ */ __commonJSMin(((exports) => {
918
918
  Object.defineProperty(exports, "__esModule", { value: true });
919
919
  exports.DefinitionBase = void 0;
@@ -949,7 +949,7 @@ var require_DefinitionBase = /* @__PURE__ */ __commonJSMin(((exports) => {
949
949
  exports.DefinitionBase = DefinitionBase;
950
950
  }));
951
951
  //#endregion
952
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js
952
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/DefinitionType.js
953
953
  var require_DefinitionType = /* @__PURE__ */ __commonJSMin(((exports) => {
954
954
  Object.defineProperty(exports, "__esModule", { value: true });
955
955
  exports.DefinitionType = void 0;
@@ -969,7 +969,7 @@ var require_DefinitionType = /* @__PURE__ */ __commonJSMin(((exports) => {
969
969
  })(DefinitionType || (exports.DefinitionType = DefinitionType = {}));
970
970
  }));
971
971
  //#endregion
972
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js
972
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/CatchClauseDefinition.js
973
973
  var require_CatchClauseDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
974
974
  Object.defineProperty(exports, "__esModule", { value: true });
975
975
  exports.CatchClauseDefinition = void 0;
@@ -985,7 +985,7 @@ var require_CatchClauseDefinition = /* @__PURE__ */ __commonJSMin(((exports) =>
985
985
  exports.CatchClauseDefinition = CatchClauseDefinition;
986
986
  }));
987
987
  //#endregion
988
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js
988
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/ClassNameDefinition.js
989
989
  var require_ClassNameDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
990
990
  Object.defineProperty(exports, "__esModule", { value: true });
991
991
  exports.ClassNameDefinition = void 0;
@@ -1001,12 +1001,12 @@ var require_ClassNameDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1001
1001
  exports.ClassNameDefinition = ClassNameDefinition;
1002
1002
  }));
1003
1003
  //#endregion
1004
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js
1004
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/Definition.js
1005
1005
  var require_Definition = /* @__PURE__ */ __commonJSMin(((exports) => {
1006
1006
  Object.defineProperty(exports, "__esModule", { value: true });
1007
1007
  }));
1008
1008
  //#endregion
1009
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js
1009
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/FunctionNameDefinition.js
1010
1010
  var require_FunctionNameDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1011
1011
  Object.defineProperty(exports, "__esModule", { value: true });
1012
1012
  exports.FunctionNameDefinition = void 0;
@@ -1022,7 +1022,7 @@ var require_FunctionNameDefinition = /* @__PURE__ */ __commonJSMin(((exports) =>
1022
1022
  exports.FunctionNameDefinition = FunctionNameDefinition;
1023
1023
  }));
1024
1024
  //#endregion
1025
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js
1025
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/ImplicitGlobalVariableDefinition.js
1026
1026
  var require_ImplicitGlobalVariableDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1027
1027
  Object.defineProperty(exports, "__esModule", { value: true });
1028
1028
  exports.ImplicitGlobalVariableDefinition = void 0;
@@ -1038,7 +1038,7 @@ var require_ImplicitGlobalVariableDefinition = /* @__PURE__ */ __commonJSMin(((e
1038
1038
  exports.ImplicitGlobalVariableDefinition = ImplicitGlobalVariableDefinition;
1039
1039
  }));
1040
1040
  //#endregion
1041
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js
1041
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/ImportBindingDefinition.js
1042
1042
  var require_ImportBindingDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1043
1043
  Object.defineProperty(exports, "__esModule", { value: true });
1044
1044
  exports.ImportBindingDefinition = void 0;
@@ -1054,7 +1054,7 @@ var require_ImportBindingDefinition = /* @__PURE__ */ __commonJSMin(((exports) =
1054
1054
  exports.ImportBindingDefinition = ImportBindingDefinition;
1055
1055
  }));
1056
1056
  //#endregion
1057
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js
1057
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/ParameterDefinition.js
1058
1058
  var require_ParameterDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1059
1059
  Object.defineProperty(exports, "__esModule", { value: true });
1060
1060
  exports.ParameterDefinition = void 0;
@@ -1075,7 +1075,7 @@ var require_ParameterDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1075
1075
  exports.ParameterDefinition = ParameterDefinition;
1076
1076
  }));
1077
1077
  //#endregion
1078
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js
1078
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumMemberDefinition.js
1079
1079
  var require_TSEnumMemberDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1080
1080
  Object.defineProperty(exports, "__esModule", { value: true });
1081
1081
  exports.TSEnumMemberDefinition = void 0;
@@ -1091,7 +1091,7 @@ var require_TSEnumMemberDefinition = /* @__PURE__ */ __commonJSMin(((exports) =>
1091
1091
  exports.TSEnumMemberDefinition = TSEnumMemberDefinition;
1092
1092
  }));
1093
1093
  //#endregion
1094
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js
1094
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/TSEnumNameDefinition.js
1095
1095
  var require_TSEnumNameDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1096
1096
  Object.defineProperty(exports, "__esModule", { value: true });
1097
1097
  exports.TSEnumNameDefinition = void 0;
@@ -1107,7 +1107,7 @@ var require_TSEnumNameDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1107
1107
  exports.TSEnumNameDefinition = TSEnumNameDefinition;
1108
1108
  }));
1109
1109
  //#endregion
1110
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js
1110
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/TSModuleNameDefinition.js
1111
1111
  var require_TSModuleNameDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1112
1112
  Object.defineProperty(exports, "__esModule", { value: true });
1113
1113
  exports.TSModuleNameDefinition = void 0;
@@ -1123,7 +1123,7 @@ var require_TSModuleNameDefinition = /* @__PURE__ */ __commonJSMin(((exports) =>
1123
1123
  exports.TSModuleNameDefinition = TSModuleNameDefinition;
1124
1124
  }));
1125
1125
  //#endregion
1126
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js
1126
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/TypeDefinition.js
1127
1127
  var require_TypeDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1128
1128
  Object.defineProperty(exports, "__esModule", { value: true });
1129
1129
  exports.TypeDefinition = void 0;
@@ -1139,7 +1139,7 @@ var require_TypeDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1139
1139
  exports.TypeDefinition = TypeDefinition;
1140
1140
  }));
1141
1141
  //#endregion
1142
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js
1142
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/VariableDefinition.js
1143
1143
  var require_VariableDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1144
1144
  Object.defineProperty(exports, "__esModule", { value: true });
1145
1145
  exports.VariableDefinition = void 0;
@@ -1155,7 +1155,7 @@ var require_VariableDefinition = /* @__PURE__ */ __commonJSMin(((exports) => {
1155
1155
  exports.VariableDefinition = VariableDefinition;
1156
1156
  }));
1157
1157
  //#endregion
1158
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js
1158
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/definition/index.js
1159
1159
  var require_definition = /* @__PURE__ */ __commonJSMin(((exports) => {
1160
1160
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
1161
1161
  if (k2 === void 0) k2 = k;
@@ -1190,7 +1190,7 @@ var require_definition = /* @__PURE__ */ __commonJSMin(((exports) => {
1190
1190
  __exportStar(require_VariableDefinition(), exports);
1191
1191
  }));
1192
1192
  //#endregion
1193
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js
1193
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/base-config.js
1194
1194
  var require_base_config = /* @__PURE__ */ __commonJSMin(((exports) => {
1195
1195
  Object.defineProperty(exports, "__esModule", { value: true });
1196
1196
  exports.TYPE_VALUE = exports.VALUE = exports.TYPE = void 0;
@@ -1211,7 +1211,7 @@ var require_base_config = /* @__PURE__ */ __commonJSMin(((exports) => {
1211
1211
  });
1212
1212
  }));
1213
1213
  //#endregion
1214
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js
1214
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.js
1215
1215
  var require_decorators = /* @__PURE__ */ __commonJSMin(((exports) => {
1216
1216
  Object.defineProperty(exports, "__esModule", { value: true });
1217
1217
  exports.decorators = void 0;
@@ -1235,7 +1235,7 @@ var require_decorators = /* @__PURE__ */ __commonJSMin(((exports) => {
1235
1235
  };
1236
1236
  }));
1237
1237
  //#endregion
1238
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js
1238
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/decorators.legacy.js
1239
1239
  var require_decorators_legacy = /* @__PURE__ */ __commonJSMin(((exports) => {
1240
1240
  Object.defineProperty(exports, "__esModule", { value: true });
1241
1241
  exports.decorators_legacy = void 0;
@@ -1251,7 +1251,7 @@ var require_decorators_legacy = /* @__PURE__ */ __commonJSMin(((exports) => {
1251
1251
  };
1252
1252
  }));
1253
1253
  //#endregion
1254
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js
1254
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es5.js
1255
1255
  var require_es5 = /* @__PURE__ */ __commonJSMin(((exports) => {
1256
1256
  Object.defineProperty(exports, "__esModule", { value: true });
1257
1257
  exports.es5 = void 0;
@@ -1368,7 +1368,7 @@ var require_es5 = /* @__PURE__ */ __commonJSMin(((exports) => {
1368
1368
  };
1369
1369
  }));
1370
1370
  //#endregion
1371
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js
1371
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.collection.js
1372
1372
  var require_es2015_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
1373
1373
  Object.defineProperty(exports, "__esModule", { value: true });
1374
1374
  exports.es2015_collection = void 0;
@@ -1390,7 +1390,7 @@ var require_es2015_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
1390
1390
  };
1391
1391
  }));
1392
1392
  //#endregion
1393
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js
1393
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.core.js
1394
1394
  var require_es2015_core = /* @__PURE__ */ __commonJSMin(((exports) => {
1395
1395
  Object.defineProperty(exports, "__esModule", { value: true });
1396
1396
  exports.es2015_core = void 0;
@@ -1423,7 +1423,7 @@ var require_es2015_core = /* @__PURE__ */ __commonJSMin(((exports) => {
1423
1423
  };
1424
1424
  }));
1425
1425
  //#endregion
1426
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js
1426
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.js
1427
1427
  var require_es2015_symbol = /* @__PURE__ */ __commonJSMin(((exports) => {
1428
1428
  Object.defineProperty(exports, "__esModule", { value: true });
1429
1429
  exports.es2015_symbol = void 0;
@@ -1433,7 +1433,7 @@ var require_es2015_symbol = /* @__PURE__ */ __commonJSMin(((exports) => {
1433
1433
  };
1434
1434
  }));
1435
1435
  //#endregion
1436
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js
1436
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.iterable.js
1437
1437
  var require_es2015_iterable = /* @__PURE__ */ __commonJSMin(((exports) => {
1438
1438
  Object.defineProperty(exports, "__esModule", { value: true });
1439
1439
  exports.es2015_iterable = void 0;
@@ -1493,7 +1493,7 @@ var require_es2015_iterable = /* @__PURE__ */ __commonJSMin(((exports) => {
1493
1493
  };
1494
1494
  }));
1495
1495
  //#endregion
1496
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js
1496
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.generator.js
1497
1497
  var require_es2015_generator = /* @__PURE__ */ __commonJSMin(((exports) => {
1498
1498
  Object.defineProperty(exports, "__esModule", { value: true });
1499
1499
  exports.es2015_generator = void 0;
@@ -1508,7 +1508,7 @@ var require_es2015_generator = /* @__PURE__ */ __commonJSMin(((exports) => {
1508
1508
  };
1509
1509
  }));
1510
1510
  //#endregion
1511
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js
1511
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.promise.js
1512
1512
  var require_es2015_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
1513
1513
  Object.defineProperty(exports, "__esModule", { value: true });
1514
1514
  exports.es2015_promise = void 0;
@@ -1518,7 +1518,7 @@ var require_es2015_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
1518
1518
  };
1519
1519
  }));
1520
1520
  //#endregion
1521
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js
1521
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.proxy.js
1522
1522
  var require_es2015_proxy = /* @__PURE__ */ __commonJSMin(((exports) => {
1523
1523
  Object.defineProperty(exports, "__esModule", { value: true });
1524
1524
  exports.es2015_proxy = void 0;
@@ -1529,7 +1529,7 @@ var require_es2015_proxy = /* @__PURE__ */ __commonJSMin(((exports) => {
1529
1529
  };
1530
1530
  }));
1531
1531
  //#endregion
1532
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js
1532
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.reflect.js
1533
1533
  var require_es2015_reflect = /* @__PURE__ */ __commonJSMin(((exports) => {
1534
1534
  Object.defineProperty(exports, "__esModule", { value: true });
1535
1535
  exports.es2015_reflect = void 0;
@@ -1539,7 +1539,7 @@ var require_es2015_reflect = /* @__PURE__ */ __commonJSMin(((exports) => {
1539
1539
  };
1540
1540
  }));
1541
1541
  //#endregion
1542
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js
1542
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.symbol.wellknown.js
1543
1543
  var require_es2015_symbol_wellknown = /* @__PURE__ */ __commonJSMin(((exports) => {
1544
1544
  Object.defineProperty(exports, "__esModule", { value: true });
1545
1545
  exports.es2015_symbol_wellknown = void 0;
@@ -1584,7 +1584,7 @@ var require_es2015_symbol_wellknown = /* @__PURE__ */ __commonJSMin(((exports) =
1584
1584
  };
1585
1585
  }));
1586
1586
  //#endregion
1587
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js
1587
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2015.js
1588
1588
  var require_es2015 = /* @__PURE__ */ __commonJSMin(((exports) => {
1589
1589
  Object.defineProperty(exports, "__esModule", { value: true });
1590
1590
  exports.es2015 = void 0;
@@ -1615,7 +1615,7 @@ var require_es2015 = /* @__PURE__ */ __commonJSMin(((exports) => {
1615
1615
  };
1616
1616
  }));
1617
1617
  //#endregion
1618
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js
1618
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asynciterable.js
1619
1619
  var require_es2018_asynciterable = /* @__PURE__ */ __commonJSMin(((exports) => {
1620
1620
  Object.defineProperty(exports, "__esModule", { value: true });
1621
1621
  exports.es2018_asynciterable = void 0;
@@ -1633,7 +1633,7 @@ var require_es2018_asynciterable = /* @__PURE__ */ __commonJSMin(((exports) => {
1633
1633
  };
1634
1634
  }));
1635
1635
  //#endregion
1636
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js
1636
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.js
1637
1637
  var require_dom = /* @__PURE__ */ __commonJSMin(((exports) => {
1638
1638
  Object.defineProperty(exports, "__esModule", { value: true });
1639
1639
  exports.dom = void 0;
@@ -3444,7 +3444,7 @@ var require_dom = /* @__PURE__ */ __commonJSMin(((exports) => {
3444
3444
  };
3445
3445
  }));
3446
3446
  //#endregion
3447
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js
3447
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.asynciterable.js
3448
3448
  var require_dom_asynciterable = /* @__PURE__ */ __commonJSMin(((exports) => {
3449
3449
  Object.defineProperty(exports, "__esModule", { value: true });
3450
3450
  exports.dom_asynciterable = void 0;
@@ -3454,7 +3454,7 @@ var require_dom_asynciterable = /* @__PURE__ */ __commonJSMin(((exports) => {
3454
3454
  };
3455
3455
  }));
3456
3456
  //#endregion
3457
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js
3457
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/dom.iterable.js
3458
3458
  var require_dom_iterable = /* @__PURE__ */ __commonJSMin(((exports) => {
3459
3459
  Object.defineProperty(exports, "__esModule", { value: true });
3460
3460
  exports.dom_iterable = void 0;
@@ -3464,7 +3464,7 @@ var require_dom_iterable = /* @__PURE__ */ __commonJSMin(((exports) => {
3464
3464
  };
3465
3465
  }));
3466
3466
  //#endregion
3467
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js
3467
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es6.js
3468
3468
  var require_es6 = /* @__PURE__ */ __commonJSMin(((exports) => {
3469
3469
  Object.defineProperty(exports, "__esModule", { value: true });
3470
3470
  exports.es6 = void 0;
@@ -3495,7 +3495,7 @@ var require_es6 = /* @__PURE__ */ __commonJSMin(((exports) => {
3495
3495
  };
3496
3496
  }));
3497
3497
  //#endregion
3498
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js
3498
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.array.include.js
3499
3499
  var require_es2016_array_include = /* @__PURE__ */ __commonJSMin(((exports) => {
3500
3500
  Object.defineProperty(exports, "__esModule", { value: true });
3501
3501
  exports.es2016_array_include = void 0;
@@ -3518,7 +3518,7 @@ var require_es2016_array_include = /* @__PURE__ */ __commonJSMin(((exports) => {
3518
3518
  };
3519
3519
  }));
3520
3520
  //#endregion
3521
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js
3521
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.intl.js
3522
3522
  var require_es2016_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3523
3523
  Object.defineProperty(exports, "__esModule", { value: true });
3524
3524
  exports.es2016_intl = void 0;
@@ -3528,7 +3528,7 @@ var require_es2016_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3528
3528
  };
3529
3529
  }));
3530
3530
  //#endregion
3531
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js
3531
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es7.js
3532
3532
  var require_es7 = /* @__PURE__ */ __commonJSMin(((exports) => {
3533
3533
  Object.defineProperty(exports, "__esModule", { value: true });
3534
3534
  exports.es7 = void 0;
@@ -3545,7 +3545,7 @@ var require_es7 = /* @__PURE__ */ __commonJSMin(((exports) => {
3545
3545
  };
3546
3546
  }));
3547
3547
  //#endregion
3548
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js
3548
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.js
3549
3549
  var require_es2016 = /* @__PURE__ */ __commonJSMin(((exports) => {
3550
3550
  Object.defineProperty(exports, "__esModule", { value: true });
3551
3551
  exports.es2016 = void 0;
@@ -3562,7 +3562,7 @@ var require_es2016 = /* @__PURE__ */ __commonJSMin(((exports) => {
3562
3562
  };
3563
3563
  }));
3564
3564
  //#endregion
3565
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js
3565
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/scripthost.js
3566
3566
  var require_scripthost = /* @__PURE__ */ __commonJSMin(((exports) => {
3567
3567
  Object.defineProperty(exports, "__esModule", { value: true });
3568
3568
  exports.scripthost = void 0;
@@ -3587,7 +3587,7 @@ var require_scripthost = /* @__PURE__ */ __commonJSMin(((exports) => {
3587
3587
  };
3588
3588
  }));
3589
3589
  //#endregion
3590
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js
3590
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.importscripts.js
3591
3591
  var require_webworker_importscripts = /* @__PURE__ */ __commonJSMin(((exports) => {
3592
3592
  Object.defineProperty(exports, "__esModule", { value: true });
3593
3593
  exports.webworker_importscripts = void 0;
@@ -3597,7 +3597,7 @@ var require_webworker_importscripts = /* @__PURE__ */ __commonJSMin(((exports) =
3597
3597
  };
3598
3598
  }));
3599
3599
  //#endregion
3600
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js
3600
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2016.full.js
3601
3601
  var require_es2016_full = /* @__PURE__ */ __commonJSMin(((exports) => {
3602
3602
  Object.defineProperty(exports, "__esModule", { value: true });
3603
3603
  exports.es2016_full = void 0;
@@ -3618,7 +3618,7 @@ var require_es2016_full = /* @__PURE__ */ __commonJSMin(((exports) => {
3618
3618
  };
3619
3619
  }));
3620
3620
  //#endregion
3621
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.js
3621
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.arraybuffer.js
3622
3622
  var require_es2017_arraybuffer = /* @__PURE__ */ __commonJSMin(((exports) => {
3623
3623
  Object.defineProperty(exports, "__esModule", { value: true });
3624
3624
  exports.es2017_arraybuffer = void 0;
@@ -3628,7 +3628,7 @@ var require_es2017_arraybuffer = /* @__PURE__ */ __commonJSMin(((exports) => {
3628
3628
  };
3629
3629
  }));
3630
3630
  //#endregion
3631
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js
3631
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.date.js
3632
3632
  var require_es2017_date = /* @__PURE__ */ __commonJSMin(((exports) => {
3633
3633
  Object.defineProperty(exports, "__esModule", { value: true });
3634
3634
  exports.es2017_date = void 0;
@@ -3638,7 +3638,7 @@ var require_es2017_date = /* @__PURE__ */ __commonJSMin(((exports) => {
3638
3638
  };
3639
3639
  }));
3640
3640
  //#endregion
3641
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js
3641
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.intl.js
3642
3642
  var require_es2017_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3643
3643
  Object.defineProperty(exports, "__esModule", { value: true });
3644
3644
  exports.es2017_intl = void 0;
@@ -3648,7 +3648,7 @@ var require_es2017_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3648
3648
  };
3649
3649
  }));
3650
3650
  //#endregion
3651
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js
3651
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.object.js
3652
3652
  var require_es2017_object = /* @__PURE__ */ __commonJSMin(((exports) => {
3653
3653
  Object.defineProperty(exports, "__esModule", { value: true });
3654
3654
  exports.es2017_object = void 0;
@@ -3658,7 +3658,7 @@ var require_es2017_object = /* @__PURE__ */ __commonJSMin(((exports) => {
3658
3658
  };
3659
3659
  }));
3660
3660
  //#endregion
3661
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js
3661
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.sharedmemory.js
3662
3662
  var require_es2017_sharedmemory = /* @__PURE__ */ __commonJSMin(((exports) => {
3663
3663
  Object.defineProperty(exports, "__esModule", { value: true });
3664
3664
  exports.es2017_sharedmemory = void 0;
@@ -3676,7 +3676,7 @@ var require_es2017_sharedmemory = /* @__PURE__ */ __commonJSMin(((exports) => {
3676
3676
  };
3677
3677
  }));
3678
3678
  //#endregion
3679
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js
3679
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.string.js
3680
3680
  var require_es2017_string = /* @__PURE__ */ __commonJSMin(((exports) => {
3681
3681
  Object.defineProperty(exports, "__esModule", { value: true });
3682
3682
  exports.es2017_string = void 0;
@@ -3686,7 +3686,7 @@ var require_es2017_string = /* @__PURE__ */ __commonJSMin(((exports) => {
3686
3686
  };
3687
3687
  }));
3688
3688
  //#endregion
3689
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js
3689
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.typedarrays.js
3690
3690
  var require_es2017_typedarrays = /* @__PURE__ */ __commonJSMin(((exports) => {
3691
3691
  Object.defineProperty(exports, "__esModule", { value: true });
3692
3692
  exports.es2017_typedarrays = void 0;
@@ -3707,7 +3707,7 @@ var require_es2017_typedarrays = /* @__PURE__ */ __commonJSMin(((exports) => {
3707
3707
  };
3708
3708
  }));
3709
3709
  //#endregion
3710
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js
3710
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.js
3711
3711
  var require_es2017 = /* @__PURE__ */ __commonJSMin(((exports) => {
3712
3712
  Object.defineProperty(exports, "__esModule", { value: true });
3713
3713
  exports.es2017 = void 0;
@@ -3734,7 +3734,7 @@ var require_es2017 = /* @__PURE__ */ __commonJSMin(((exports) => {
3734
3734
  };
3735
3735
  }));
3736
3736
  //#endregion
3737
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js
3737
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2017.full.js
3738
3738
  var require_es2017_full = /* @__PURE__ */ __commonJSMin(((exports) => {
3739
3739
  Object.defineProperty(exports, "__esModule", { value: true });
3740
3740
  exports.es2017_full = void 0;
@@ -3755,7 +3755,7 @@ var require_es2017_full = /* @__PURE__ */ __commonJSMin(((exports) => {
3755
3755
  };
3756
3756
  }));
3757
3757
  //#endregion
3758
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js
3758
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.asyncgenerator.js
3759
3759
  var require_es2018_asyncgenerator = /* @__PURE__ */ __commonJSMin(((exports) => {
3760
3760
  Object.defineProperty(exports, "__esModule", { value: true });
3761
3761
  exports.es2018_asyncgenerator = void 0;
@@ -3770,7 +3770,7 @@ var require_es2018_asyncgenerator = /* @__PURE__ */ __commonJSMin(((exports) =>
3770
3770
  };
3771
3771
  }));
3772
3772
  //#endregion
3773
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js
3773
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.intl.js
3774
3774
  var require_es2018_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3775
3775
  Object.defineProperty(exports, "__esModule", { value: true });
3776
3776
  exports.es2018_intl = void 0;
@@ -3780,7 +3780,7 @@ var require_es2018_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3780
3780
  };
3781
3781
  }));
3782
3782
  //#endregion
3783
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js
3783
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.promise.js
3784
3784
  var require_es2018_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
3785
3785
  Object.defineProperty(exports, "__esModule", { value: true });
3786
3786
  exports.es2018_promise = void 0;
@@ -3790,7 +3790,7 @@ var require_es2018_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
3790
3790
  };
3791
3791
  }));
3792
3792
  //#endregion
3793
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js
3793
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.regexp.js
3794
3794
  var require_es2018_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
3795
3795
  Object.defineProperty(exports, "__esModule", { value: true });
3796
3796
  exports.es2018_regexp = void 0;
@@ -3805,7 +3805,7 @@ var require_es2018_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
3805
3805
  };
3806
3806
  }));
3807
3807
  //#endregion
3808
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js
3808
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.js
3809
3809
  var require_es2018 = /* @__PURE__ */ __commonJSMin(((exports) => {
3810
3810
  Object.defineProperty(exports, "__esModule", { value: true });
3811
3811
  exports.es2018 = void 0;
@@ -3828,7 +3828,7 @@ var require_es2018 = /* @__PURE__ */ __commonJSMin(((exports) => {
3828
3828
  };
3829
3829
  }));
3830
3830
  //#endregion
3831
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js
3831
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2018.full.js
3832
3832
  var require_es2018_full = /* @__PURE__ */ __commonJSMin(((exports) => {
3833
3833
  Object.defineProperty(exports, "__esModule", { value: true });
3834
3834
  exports.es2018_full = void 0;
@@ -3851,7 +3851,7 @@ var require_es2018_full = /* @__PURE__ */ __commonJSMin(((exports) => {
3851
3851
  };
3852
3852
  }));
3853
3853
  //#endregion
3854
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js
3854
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.array.js
3855
3855
  var require_es2019_array = /* @__PURE__ */ __commonJSMin(((exports) => {
3856
3856
  Object.defineProperty(exports, "__esModule", { value: true });
3857
3857
  exports.es2019_array = void 0;
@@ -3866,7 +3866,7 @@ var require_es2019_array = /* @__PURE__ */ __commonJSMin(((exports) => {
3866
3866
  };
3867
3867
  }));
3868
3868
  //#endregion
3869
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js
3869
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.intl.js
3870
3870
  var require_es2019_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3871
3871
  Object.defineProperty(exports, "__esModule", { value: true });
3872
3872
  exports.es2019_intl = void 0;
@@ -3876,7 +3876,7 @@ var require_es2019_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3876
3876
  };
3877
3877
  }));
3878
3878
  //#endregion
3879
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js
3879
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.object.js
3880
3880
  var require_es2019_object = /* @__PURE__ */ __commonJSMin(((exports) => {
3881
3881
  Object.defineProperty(exports, "__esModule", { value: true });
3882
3882
  exports.es2019_object = void 0;
@@ -3887,7 +3887,7 @@ var require_es2019_object = /* @__PURE__ */ __commonJSMin(((exports) => {
3887
3887
  };
3888
3888
  }));
3889
3889
  //#endregion
3890
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js
3890
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.string.js
3891
3891
  var require_es2019_string = /* @__PURE__ */ __commonJSMin(((exports) => {
3892
3892
  Object.defineProperty(exports, "__esModule", { value: true });
3893
3893
  exports.es2019_string = void 0;
@@ -3897,7 +3897,7 @@ var require_es2019_string = /* @__PURE__ */ __commonJSMin(((exports) => {
3897
3897
  };
3898
3898
  }));
3899
3899
  //#endregion
3900
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js
3900
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.symbol.js
3901
3901
  var require_es2019_symbol = /* @__PURE__ */ __commonJSMin(((exports) => {
3902
3902
  Object.defineProperty(exports, "__esModule", { value: true });
3903
3903
  exports.es2019_symbol = void 0;
@@ -3907,7 +3907,7 @@ var require_es2019_symbol = /* @__PURE__ */ __commonJSMin(((exports) => {
3907
3907
  };
3908
3908
  }));
3909
3909
  //#endregion
3910
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js
3910
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.js
3911
3911
  var require_es2019 = /* @__PURE__ */ __commonJSMin(((exports) => {
3912
3912
  Object.defineProperty(exports, "__esModule", { value: true });
3913
3913
  exports.es2019 = void 0;
@@ -3930,7 +3930,7 @@ var require_es2019 = /* @__PURE__ */ __commonJSMin(((exports) => {
3930
3930
  };
3931
3931
  }));
3932
3932
  //#endregion
3933
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js
3933
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2019.full.js
3934
3934
  var require_es2019_full = /* @__PURE__ */ __commonJSMin(((exports) => {
3935
3935
  Object.defineProperty(exports, "__esModule", { value: true });
3936
3936
  exports.es2019_full = void 0;
@@ -3953,7 +3953,7 @@ var require_es2019_full = /* @__PURE__ */ __commonJSMin(((exports) => {
3953
3953
  };
3954
3954
  }));
3955
3955
  //#endregion
3956
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js
3956
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.intl.js
3957
3957
  var require_es2020_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3958
3958
  Object.defineProperty(exports, "__esModule", { value: true });
3959
3959
  exports.es2020_intl = void 0;
@@ -3964,7 +3964,7 @@ var require_es2020_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
3964
3964
  };
3965
3965
  }));
3966
3966
  //#endregion
3967
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js
3967
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.bigint.js
3968
3968
  var require_es2020_bigint = /* @__PURE__ */ __commonJSMin(((exports) => {
3969
3969
  Object.defineProperty(exports, "__esModule", { value: true });
3970
3970
  exports.es2020_bigint = void 0;
@@ -3985,7 +3985,7 @@ var require_es2020_bigint = /* @__PURE__ */ __commonJSMin(((exports) => {
3985
3985
  };
3986
3986
  }));
3987
3987
  //#endregion
3988
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js
3988
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.date.js
3989
3989
  var require_es2020_date = /* @__PURE__ */ __commonJSMin(((exports) => {
3990
3990
  Object.defineProperty(exports, "__esModule", { value: true });
3991
3991
  exports.es2020_date = void 0;
@@ -3996,7 +3996,7 @@ var require_es2020_date = /* @__PURE__ */ __commonJSMin(((exports) => {
3996
3996
  };
3997
3997
  }));
3998
3998
  //#endregion
3999
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js
3999
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.number.js
4000
4000
  var require_es2020_number = /* @__PURE__ */ __commonJSMin(((exports) => {
4001
4001
  Object.defineProperty(exports, "__esModule", { value: true });
4002
4002
  exports.es2020_number = void 0;
@@ -4007,7 +4007,7 @@ var require_es2020_number = /* @__PURE__ */ __commonJSMin(((exports) => {
4007
4007
  };
4008
4008
  }));
4009
4009
  //#endregion
4010
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js
4010
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.promise.js
4011
4011
  var require_es2020_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4012
4012
  Object.defineProperty(exports, "__esModule", { value: true });
4013
4013
  exports.es2020_promise = void 0;
@@ -4023,7 +4023,7 @@ var require_es2020_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4023
4023
  };
4024
4024
  }));
4025
4025
  //#endregion
4026
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js
4026
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.sharedmemory.js
4027
4027
  var require_es2020_sharedmemory = /* @__PURE__ */ __commonJSMin(((exports) => {
4028
4028
  Object.defineProperty(exports, "__esModule", { value: true });
4029
4029
  exports.es2020_sharedmemory = void 0;
@@ -4034,7 +4034,7 @@ var require_es2020_sharedmemory = /* @__PURE__ */ __commonJSMin(((exports) => {
4034
4034
  };
4035
4035
  }));
4036
4036
  //#endregion
4037
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js
4037
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.symbol.wellknown.js
4038
4038
  var require_es2020_symbol_wellknown = /* @__PURE__ */ __commonJSMin(((exports) => {
4039
4039
  Object.defineProperty(exports, "__esModule", { value: true });
4040
4040
  exports.es2020_symbol_wellknown = void 0;
@@ -4051,7 +4051,7 @@ var require_es2020_symbol_wellknown = /* @__PURE__ */ __commonJSMin(((exports) =
4051
4051
  };
4052
4052
  }));
4053
4053
  //#endregion
4054
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js
4054
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.string.js
4055
4055
  var require_es2020_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4056
4056
  Object.defineProperty(exports, "__esModule", { value: true });
4057
4057
  exports.es2020_string = void 0;
@@ -4069,7 +4069,7 @@ var require_es2020_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4069
4069
  };
4070
4070
  }));
4071
4071
  //#endregion
4072
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js
4072
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.js
4073
4073
  var require_es2020 = /* @__PURE__ */ __commonJSMin(((exports) => {
4074
4074
  Object.defineProperty(exports, "__esModule", { value: true });
4075
4075
  exports.es2020 = void 0;
@@ -4098,7 +4098,7 @@ var require_es2020 = /* @__PURE__ */ __commonJSMin(((exports) => {
4098
4098
  };
4099
4099
  }));
4100
4100
  //#endregion
4101
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js
4101
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2020.full.js
4102
4102
  var require_es2020_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4103
4103
  Object.defineProperty(exports, "__esModule", { value: true });
4104
4104
  exports.es2020_full = void 0;
@@ -4121,7 +4121,7 @@ var require_es2020_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4121
4121
  };
4122
4122
  }));
4123
4123
  //#endregion
4124
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js
4124
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.intl.js
4125
4125
  var require_es2021_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4126
4126
  Object.defineProperty(exports, "__esModule", { value: true });
4127
4127
  exports.es2021_intl = void 0;
@@ -4131,7 +4131,7 @@ var require_es2021_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4131
4131
  };
4132
4132
  }));
4133
4133
  //#endregion
4134
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js
4134
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.promise.js
4135
4135
  var require_es2021_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4136
4136
  Object.defineProperty(exports, "__esModule", { value: true });
4137
4137
  exports.es2021_promise = void 0;
@@ -4146,7 +4146,7 @@ var require_es2021_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4146
4146
  };
4147
4147
  }));
4148
4148
  //#endregion
4149
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js
4149
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.string.js
4150
4150
  var require_es2021_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4151
4151
  Object.defineProperty(exports, "__esModule", { value: true });
4152
4152
  exports.es2021_string = void 0;
@@ -4156,7 +4156,7 @@ var require_es2021_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4156
4156
  };
4157
4157
  }));
4158
4158
  //#endregion
4159
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js
4159
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.weakref.js
4160
4160
  var require_es2021_weakref = /* @__PURE__ */ __commonJSMin(((exports) => {
4161
4161
  Object.defineProperty(exports, "__esModule", { value: true });
4162
4162
  exports.es2021_weakref = void 0;
@@ -4172,7 +4172,7 @@ var require_es2021_weakref = /* @__PURE__ */ __commonJSMin(((exports) => {
4172
4172
  };
4173
4173
  }));
4174
4174
  //#endregion
4175
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js
4175
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.js
4176
4176
  var require_es2021 = /* @__PURE__ */ __commonJSMin(((exports) => {
4177
4177
  Object.defineProperty(exports, "__esModule", { value: true });
4178
4178
  exports.es2021 = void 0;
@@ -4193,7 +4193,7 @@ var require_es2021 = /* @__PURE__ */ __commonJSMin(((exports) => {
4193
4193
  };
4194
4194
  }));
4195
4195
  //#endregion
4196
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js
4196
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2021.full.js
4197
4197
  var require_es2021_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4198
4198
  Object.defineProperty(exports, "__esModule", { value: true });
4199
4199
  exports.es2021_full = void 0;
@@ -4216,7 +4216,7 @@ var require_es2021_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4216
4216
  };
4217
4217
  }));
4218
4218
  //#endregion
4219
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js
4219
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.array.js
4220
4220
  var require_es2022_array = /* @__PURE__ */ __commonJSMin(((exports) => {
4221
4221
  Object.defineProperty(exports, "__esModule", { value: true });
4222
4222
  exports.es2022_array = void 0;
@@ -4241,7 +4241,7 @@ var require_es2022_array = /* @__PURE__ */ __commonJSMin(((exports) => {
4241
4241
  };
4242
4242
  }));
4243
4243
  //#endregion
4244
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js
4244
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.error.js
4245
4245
  var require_es2022_error = /* @__PURE__ */ __commonJSMin(((exports) => {
4246
4246
  Object.defineProperty(exports, "__esModule", { value: true });
4247
4247
  exports.es2022_error = void 0;
@@ -4263,7 +4263,7 @@ var require_es2022_error = /* @__PURE__ */ __commonJSMin(((exports) => {
4263
4263
  };
4264
4264
  }));
4265
4265
  //#endregion
4266
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js
4266
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.intl.js
4267
4267
  var require_es2022_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4268
4268
  Object.defineProperty(exports, "__esModule", { value: true });
4269
4269
  exports.es2022_intl = void 0;
@@ -4273,7 +4273,7 @@ var require_es2022_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4273
4273
  };
4274
4274
  }));
4275
4275
  //#endregion
4276
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js
4276
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.object.js
4277
4277
  var require_es2022_object = /* @__PURE__ */ __commonJSMin(((exports) => {
4278
4278
  Object.defineProperty(exports, "__esModule", { value: true });
4279
4279
  exports.es2022_object = void 0;
@@ -4283,7 +4283,7 @@ var require_es2022_object = /* @__PURE__ */ __commonJSMin(((exports) => {
4283
4283
  };
4284
4284
  }));
4285
4285
  //#endregion
4286
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js
4286
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.regexp.js
4287
4287
  var require_es2022_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
4288
4288
  Object.defineProperty(exports, "__esModule", { value: true });
4289
4289
  exports.es2022_regexp = void 0;
@@ -4299,7 +4299,7 @@ var require_es2022_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
4299
4299
  };
4300
4300
  }));
4301
4301
  //#endregion
4302
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js
4302
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.string.js
4303
4303
  var require_es2022_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4304
4304
  Object.defineProperty(exports, "__esModule", { value: true });
4305
4305
  exports.es2022_string = void 0;
@@ -4309,7 +4309,7 @@ var require_es2022_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4309
4309
  };
4310
4310
  }));
4311
4311
  //#endregion
4312
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js
4312
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.js
4313
4313
  var require_es2022 = /* @__PURE__ */ __commonJSMin(((exports) => {
4314
4314
  Object.defineProperty(exports, "__esModule", { value: true });
4315
4315
  exports.es2022 = void 0;
@@ -4334,7 +4334,7 @@ var require_es2022 = /* @__PURE__ */ __commonJSMin(((exports) => {
4334
4334
  };
4335
4335
  }));
4336
4336
  //#endregion
4337
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js
4337
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2022.full.js
4338
4338
  var require_es2022_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4339
4339
  Object.defineProperty(exports, "__esModule", { value: true });
4340
4340
  exports.es2022_full = void 0;
@@ -4357,7 +4357,7 @@ var require_es2022_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4357
4357
  };
4358
4358
  }));
4359
4359
  //#endregion
4360
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js
4360
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.array.js
4361
4361
  var require_es2023_array = /* @__PURE__ */ __commonJSMin(((exports) => {
4362
4362
  Object.defineProperty(exports, "__esModule", { value: true });
4363
4363
  exports.es2023_array = void 0;
@@ -4382,7 +4382,7 @@ var require_es2023_array = /* @__PURE__ */ __commonJSMin(((exports) => {
4382
4382
  };
4383
4383
  }));
4384
4384
  //#endregion
4385
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js
4385
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.collection.js
4386
4386
  var require_es2023_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
4387
4387
  Object.defineProperty(exports, "__esModule", { value: true });
4388
4388
  exports.es2023_collection = void 0;
@@ -4392,7 +4392,7 @@ var require_es2023_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
4392
4392
  };
4393
4393
  }));
4394
4394
  //#endregion
4395
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.js
4395
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.intl.js
4396
4396
  var require_es2023_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4397
4397
  Object.defineProperty(exports, "__esModule", { value: true });
4398
4398
  exports.es2023_intl = void 0;
@@ -4402,7 +4402,7 @@ var require_es2023_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4402
4402
  };
4403
4403
  }));
4404
4404
  //#endregion
4405
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js
4405
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.js
4406
4406
  var require_es2023 = /* @__PURE__ */ __commonJSMin(((exports) => {
4407
4407
  Object.defineProperty(exports, "__esModule", { value: true });
4408
4408
  exports.es2023 = void 0;
@@ -4421,7 +4421,7 @@ var require_es2023 = /* @__PURE__ */ __commonJSMin(((exports) => {
4421
4421
  };
4422
4422
  }));
4423
4423
  //#endregion
4424
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js
4424
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2023.full.js
4425
4425
  var require_es2023_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4426
4426
  Object.defineProperty(exports, "__esModule", { value: true });
4427
4427
  exports.es2023_full = void 0;
@@ -4444,7 +4444,7 @@ var require_es2023_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4444
4444
  };
4445
4445
  }));
4446
4446
  //#endregion
4447
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.js
4447
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.arraybuffer.js
4448
4448
  var require_es2024_arraybuffer = /* @__PURE__ */ __commonJSMin(((exports) => {
4449
4449
  Object.defineProperty(exports, "__esModule", { value: true });
4450
4450
  exports.es2024_arraybuffer = void 0;
@@ -4455,7 +4455,7 @@ var require_es2024_arraybuffer = /* @__PURE__ */ __commonJSMin(((exports) => {
4455
4455
  };
4456
4456
  }));
4457
4457
  //#endregion
4458
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.js
4458
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.collection.js
4459
4459
  var require_es2024_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
4460
4460
  Object.defineProperty(exports, "__esModule", { value: true });
4461
4461
  exports.es2024_collection = void 0;
@@ -4465,7 +4465,7 @@ var require_es2024_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
4465
4465
  };
4466
4466
  }));
4467
4467
  //#endregion
4468
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.js
4468
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.object.js
4469
4469
  var require_es2024_object = /* @__PURE__ */ __commonJSMin(((exports) => {
4470
4470
  Object.defineProperty(exports, "__esModule", { value: true });
4471
4471
  exports.es2024_object = void 0;
@@ -4475,7 +4475,7 @@ var require_es2024_object = /* @__PURE__ */ __commonJSMin(((exports) => {
4475
4475
  };
4476
4476
  }));
4477
4477
  //#endregion
4478
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.js
4478
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.promise.js
4479
4479
  var require_es2024_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4480
4480
  Object.defineProperty(exports, "__esModule", { value: true });
4481
4481
  exports.es2024_promise = void 0;
@@ -4486,7 +4486,7 @@ var require_es2024_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4486
4486
  };
4487
4487
  }));
4488
4488
  //#endregion
4489
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.js
4489
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.regexp.js
4490
4490
  var require_es2024_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
4491
4491
  Object.defineProperty(exports, "__esModule", { value: true });
4492
4492
  exports.es2024_regexp = void 0;
@@ -4496,7 +4496,7 @@ var require_es2024_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
4496
4496
  };
4497
4497
  }));
4498
4498
  //#endregion
4499
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.js
4499
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.sharedmemory.js
4500
4500
  var require_es2024_sharedmemory = /* @__PURE__ */ __commonJSMin(((exports) => {
4501
4501
  Object.defineProperty(exports, "__esModule", { value: true });
4502
4502
  exports.es2024_sharedmemory = void 0;
@@ -4511,7 +4511,7 @@ var require_es2024_sharedmemory = /* @__PURE__ */ __commonJSMin(((exports) => {
4511
4511
  };
4512
4512
  }));
4513
4513
  //#endregion
4514
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.js
4514
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.string.js
4515
4515
  var require_es2024_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4516
4516
  Object.defineProperty(exports, "__esModule", { value: true });
4517
4517
  exports.es2024_string = void 0;
@@ -4521,7 +4521,7 @@ var require_es2024_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4521
4521
  };
4522
4522
  }));
4523
4523
  //#endregion
4524
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.js
4524
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.js
4525
4525
  var require_es2024 = /* @__PURE__ */ __commonJSMin(((exports) => {
4526
4526
  Object.defineProperty(exports, "__esModule", { value: true });
4527
4527
  exports.es2024 = void 0;
@@ -4548,7 +4548,7 @@ var require_es2024 = /* @__PURE__ */ __commonJSMin(((exports) => {
4548
4548
  };
4549
4549
  }));
4550
4550
  //#endregion
4551
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.js
4551
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2024.full.js
4552
4552
  var require_es2024_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4553
4553
  Object.defineProperty(exports, "__esModule", { value: true });
4554
4554
  exports.es2024_full = void 0;
@@ -4571,7 +4571,7 @@ var require_es2024_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4571
4571
  };
4572
4572
  }));
4573
4573
  //#endregion
4574
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.js
4574
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.collection.js
4575
4575
  var require_es2025_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
4576
4576
  Object.defineProperty(exports, "__esModule", { value: true });
4577
4577
  exports.es2025_collection = void 0;
@@ -4586,7 +4586,7 @@ var require_es2025_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
4586
4586
  };
4587
4587
  }));
4588
4588
  //#endregion
4589
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.js
4589
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.float16.js
4590
4590
  var require_es2025_float16 = /* @__PURE__ */ __commonJSMin(((exports) => {
4591
4591
  Object.defineProperty(exports, "__esModule", { value: true });
4592
4592
  exports.es2025_float16 = void 0;
@@ -4603,7 +4603,7 @@ var require_es2025_float16 = /* @__PURE__ */ __commonJSMin(((exports) => {
4603
4603
  };
4604
4604
  }));
4605
4605
  //#endregion
4606
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.js
4606
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.intl.js
4607
4607
  var require_es2025_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4608
4608
  Object.defineProperty(exports, "__esModule", { value: true });
4609
4609
  exports.es2025_intl = void 0;
@@ -4614,7 +4614,7 @@ var require_es2025_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4614
4614
  };
4615
4615
  }));
4616
4616
  //#endregion
4617
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.js
4617
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.iterator.js
4618
4618
  var require_es2025_iterator = /* @__PURE__ */ __commonJSMin(((exports) => {
4619
4619
  Object.defineProperty(exports, "__esModule", { value: true });
4620
4620
  exports.es2025_iterator = void 0;
@@ -4625,7 +4625,7 @@ var require_es2025_iterator = /* @__PURE__ */ __commonJSMin(((exports) => {
4625
4625
  };
4626
4626
  }));
4627
4627
  //#endregion
4628
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.js
4628
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.promise.js
4629
4629
  var require_es2025_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4630
4630
  Object.defineProperty(exports, "__esModule", { value: true });
4631
4631
  exports.es2025_promise = void 0;
@@ -4635,7 +4635,7 @@ var require_es2025_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4635
4635
  };
4636
4636
  }));
4637
4637
  //#endregion
4638
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.js
4638
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.regexp.js
4639
4639
  var require_es2025_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
4640
4640
  Object.defineProperty(exports, "__esModule", { value: true });
4641
4641
  exports.es2025_regexp = void 0;
@@ -4645,7 +4645,7 @@ var require_es2025_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
4645
4645
  };
4646
4646
  }));
4647
4647
  //#endregion
4648
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.js
4648
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.js
4649
4649
  var require_es2025 = /* @__PURE__ */ __commonJSMin(((exports) => {
4650
4650
  Object.defineProperty(exports, "__esModule", { value: true });
4651
4651
  exports.es2025 = void 0;
@@ -4670,7 +4670,7 @@ var require_es2025 = /* @__PURE__ */ __commonJSMin(((exports) => {
4670
4670
  };
4671
4671
  }));
4672
4672
  //#endregion
4673
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.js
4673
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/es2025.full.js
4674
4674
  var require_es2025_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4675
4675
  Object.defineProperty(exports, "__esModule", { value: true });
4676
4676
  exports.es2025_full = void 0;
@@ -4693,7 +4693,7 @@ var require_es2025_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4693
4693
  };
4694
4694
  }));
4695
4695
  //#endregion
4696
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js
4696
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.array.js
4697
4697
  var require_esnext_array = /* @__PURE__ */ __commonJSMin(((exports) => {
4698
4698
  Object.defineProperty(exports, "__esModule", { value: true });
4699
4699
  exports.esnext_array = void 0;
@@ -4703,7 +4703,7 @@ var require_esnext_array = /* @__PURE__ */ __commonJSMin(((exports) => {
4703
4703
  };
4704
4704
  }));
4705
4705
  //#endregion
4706
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js
4706
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.collection.js
4707
4707
  var require_esnext_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
4708
4708
  Object.defineProperty(exports, "__esModule", { value: true });
4709
4709
  exports.esnext_collection = void 0;
@@ -4714,7 +4714,7 @@ var require_esnext_collection = /* @__PURE__ */ __commonJSMin(((exports) => {
4714
4714
  };
4715
4715
  }));
4716
4716
  //#endregion
4717
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.js
4717
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.temporal.js
4718
4718
  var require_esnext_temporal = /* @__PURE__ */ __commonJSMin(((exports) => {
4719
4719
  Object.defineProperty(exports, "__esModule", { value: true });
4720
4720
  exports.esnext_temporal = void 0;
@@ -4732,7 +4732,7 @@ var require_esnext_temporal = /* @__PURE__ */ __commonJSMin(((exports) => {
4732
4732
  };
4733
4733
  }));
4734
4734
  //#endregion
4735
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.js
4735
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.date.js
4736
4736
  var require_esnext_date = /* @__PURE__ */ __commonJSMin(((exports) => {
4737
4737
  Object.defineProperty(exports, "__esModule", { value: true });
4738
4738
  exports.esnext_date = void 0;
@@ -4743,7 +4743,7 @@ var require_esnext_date = /* @__PURE__ */ __commonJSMin(((exports) => {
4743
4743
  };
4744
4744
  }));
4745
4745
  //#endregion
4746
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js
4746
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.decorators.js
4747
4747
  var require_esnext_decorators = /* @__PURE__ */ __commonJSMin(((exports) => {
4748
4748
  Object.defineProperty(exports, "__esModule", { value: true });
4749
4749
  exports.esnext_decorators = void 0;
@@ -4755,7 +4755,7 @@ var require_esnext_decorators = /* @__PURE__ */ __commonJSMin(((exports) => {
4755
4755
  };
4756
4756
  }));
4757
4757
  //#endregion
4758
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js
4758
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.disposable.js
4759
4759
  var require_esnext_disposable = /* @__PURE__ */ __commonJSMin(((exports) => {
4760
4760
  Object.defineProperty(exports, "__esModule", { value: true });
4761
4761
  exports.esnext_disposable = void 0;
@@ -4785,7 +4785,7 @@ var require_esnext_disposable = /* @__PURE__ */ __commonJSMin(((exports) => {
4785
4785
  };
4786
4786
  }));
4787
4787
  //#endregion
4788
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.js
4788
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.error.js
4789
4789
  var require_esnext_error = /* @__PURE__ */ __commonJSMin(((exports) => {
4790
4790
  Object.defineProperty(exports, "__esModule", { value: true });
4791
4791
  exports.esnext_error = void 0;
@@ -4795,7 +4795,7 @@ var require_esnext_error = /* @__PURE__ */ __commonJSMin(((exports) => {
4795
4795
  };
4796
4796
  }));
4797
4797
  //#endregion
4798
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js
4798
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.intl.js
4799
4799
  var require_esnext_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4800
4800
  Object.defineProperty(exports, "__esModule", { value: true });
4801
4801
  exports.esnext_intl = void 0;
@@ -4806,7 +4806,7 @@ var require_esnext_intl = /* @__PURE__ */ __commonJSMin(((exports) => {
4806
4806
  };
4807
4807
  }));
4808
4808
  //#endregion
4809
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.js
4809
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.sharedmemory.js
4810
4810
  var require_esnext_sharedmemory = /* @__PURE__ */ __commonJSMin(((exports) => {
4811
4811
  Object.defineProperty(exports, "__esModule", { value: true });
4812
4812
  exports.esnext_sharedmemory = void 0;
@@ -4816,7 +4816,7 @@ var require_esnext_sharedmemory = /* @__PURE__ */ __commonJSMin(((exports) => {
4816
4816
  };
4817
4817
  }));
4818
4818
  //#endregion
4819
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.js
4819
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.typedarrays.js
4820
4820
  var require_esnext_typedarrays = /* @__PURE__ */ __commonJSMin(((exports) => {
4821
4821
  Object.defineProperty(exports, "__esModule", { value: true });
4822
4822
  exports.esnext_typedarrays = void 0;
@@ -4827,7 +4827,7 @@ var require_esnext_typedarrays = /* @__PURE__ */ __commonJSMin(((exports) => {
4827
4827
  };
4828
4828
  }));
4829
4829
  //#endregion
4830
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js
4830
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.js
4831
4831
  var require_esnext = /* @__PURE__ */ __commonJSMin(((exports) => {
4832
4832
  Object.defineProperty(exports, "__esModule", { value: true });
4833
4833
  exports.esnext = void 0;
@@ -4860,7 +4860,7 @@ var require_esnext = /* @__PURE__ */ __commonJSMin(((exports) => {
4860
4860
  };
4861
4861
  }));
4862
4862
  //#endregion
4863
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js
4863
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.asynciterable.js
4864
4864
  var require_esnext_asynciterable = /* @__PURE__ */ __commonJSMin(((exports) => {
4865
4865
  Object.defineProperty(exports, "__esModule", { value: true });
4866
4866
  exports.esnext_asynciterable = void 0;
@@ -4878,7 +4878,7 @@ var require_esnext_asynciterable = /* @__PURE__ */ __commonJSMin(((exports) => {
4878
4878
  };
4879
4879
  }));
4880
4880
  //#endregion
4881
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js
4881
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.bigint.js
4882
4882
  var require_esnext_bigint = /* @__PURE__ */ __commonJSMin(((exports) => {
4883
4883
  Object.defineProperty(exports, "__esModule", { value: true });
4884
4884
  exports.esnext_bigint = void 0;
@@ -4899,7 +4899,7 @@ var require_esnext_bigint = /* @__PURE__ */ __commonJSMin(((exports) => {
4899
4899
  };
4900
4900
  }));
4901
4901
  //#endregion
4902
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.js
4902
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.float16.js
4903
4903
  var require_esnext_float16 = /* @__PURE__ */ __commonJSMin(((exports) => {
4904
4904
  Object.defineProperty(exports, "__esModule", { value: true });
4905
4905
  exports.esnext_float16 = void 0;
@@ -4916,7 +4916,7 @@ var require_esnext_float16 = /* @__PURE__ */ __commonJSMin(((exports) => {
4916
4916
  };
4917
4917
  }));
4918
4918
  //#endregion
4919
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js
4919
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.full.js
4920
4920
  var require_esnext_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4921
4921
  Object.defineProperty(exports, "__esModule", { value: true });
4922
4922
  exports.esnext_full = void 0;
@@ -4939,7 +4939,7 @@ var require_esnext_full = /* @__PURE__ */ __commonJSMin(((exports) => {
4939
4939
  };
4940
4940
  }));
4941
4941
  //#endregion
4942
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.js
4942
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.iterator.js
4943
4943
  var require_esnext_iterator = /* @__PURE__ */ __commonJSMin(((exports) => {
4944
4944
  Object.defineProperty(exports, "__esModule", { value: true });
4945
4945
  exports.esnext_iterator = void 0;
@@ -4950,7 +4950,7 @@ var require_esnext_iterator = /* @__PURE__ */ __commonJSMin(((exports) => {
4950
4950
  };
4951
4951
  }));
4952
4952
  //#endregion
4953
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js
4953
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.object.js
4954
4954
  var require_esnext_object = /* @__PURE__ */ __commonJSMin(((exports) => {
4955
4955
  Object.defineProperty(exports, "__esModule", { value: true });
4956
4956
  exports.esnext_object = void 0;
@@ -4960,7 +4960,7 @@ var require_esnext_object = /* @__PURE__ */ __commonJSMin(((exports) => {
4960
4960
  };
4961
4961
  }));
4962
4962
  //#endregion
4963
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js
4963
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.promise.js
4964
4964
  var require_esnext_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4965
4965
  Object.defineProperty(exports, "__esModule", { value: true });
4966
4966
  exports.esnext_promise = void 0;
@@ -4970,7 +4970,7 @@ var require_esnext_promise = /* @__PURE__ */ __commonJSMin(((exports) => {
4970
4970
  };
4971
4971
  }));
4972
4972
  //#endregion
4973
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.js
4973
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.regexp.js
4974
4974
  var require_esnext_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
4975
4975
  Object.defineProperty(exports, "__esModule", { value: true });
4976
4976
  exports.esnext_regexp = void 0;
@@ -4980,7 +4980,7 @@ var require_esnext_regexp = /* @__PURE__ */ __commonJSMin(((exports) => {
4980
4980
  };
4981
4981
  }));
4982
4982
  //#endregion
4983
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js
4983
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.string.js
4984
4984
  var require_esnext_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4985
4985
  Object.defineProperty(exports, "__esModule", { value: true });
4986
4986
  exports.esnext_string = void 0;
@@ -4990,7 +4990,7 @@ var require_esnext_string = /* @__PURE__ */ __commonJSMin(((exports) => {
4990
4990
  };
4991
4991
  }));
4992
4992
  //#endregion
4993
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js
4993
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.symbol.js
4994
4994
  var require_esnext_symbol = /* @__PURE__ */ __commonJSMin(((exports) => {
4995
4995
  Object.defineProperty(exports, "__esModule", { value: true });
4996
4996
  exports.esnext_symbol = void 0;
@@ -5000,7 +5000,7 @@ var require_esnext_symbol = /* @__PURE__ */ __commonJSMin(((exports) => {
5000
5000
  };
5001
5001
  }));
5002
5002
  //#endregion
5003
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js
5003
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/esnext.weakref.js
5004
5004
  var require_esnext_weakref = /* @__PURE__ */ __commonJSMin(((exports) => {
5005
5005
  Object.defineProperty(exports, "__esModule", { value: true });
5006
5006
  exports.esnext_weakref = void 0;
@@ -5016,7 +5016,7 @@ var require_esnext_weakref = /* @__PURE__ */ __commonJSMin(((exports) => {
5016
5016
  };
5017
5017
  }));
5018
5018
  //#endregion
5019
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js
5019
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/lib.js
5020
5020
  var require_lib$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
5021
5021
  Object.defineProperty(exports, "__esModule", { value: true });
5022
5022
  exports.lib = void 0;
@@ -5035,7 +5035,7 @@ var require_lib$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
5035
5035
  };
5036
5036
  }));
5037
5037
  //#endregion
5038
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js
5038
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.js
5039
5039
  var require_webworker = /* @__PURE__ */ __commonJSMin(((exports) => {
5040
5040
  Object.defineProperty(exports, "__esModule", { value: true });
5041
5041
  exports.webworker = void 0;
@@ -5876,7 +5876,7 @@ var require_webworker = /* @__PURE__ */ __commonJSMin(((exports) => {
5876
5876
  };
5877
5877
  }));
5878
5878
  //#endregion
5879
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js
5879
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.asynciterable.js
5880
5880
  var require_webworker_asynciterable = /* @__PURE__ */ __commonJSMin(((exports) => {
5881
5881
  Object.defineProperty(exports, "__esModule", { value: true });
5882
5882
  exports.webworker_asynciterable = void 0;
@@ -5886,7 +5886,7 @@ var require_webworker_asynciterable = /* @__PURE__ */ __commonJSMin(((exports) =
5886
5886
  };
5887
5887
  }));
5888
5888
  //#endregion
5889
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js
5889
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/webworker.iterable.js
5890
5890
  var require_webworker_iterable = /* @__PURE__ */ __commonJSMin(((exports) => {
5891
5891
  Object.defineProperty(exports, "__esModule", { value: true });
5892
5892
  exports.webworker_iterable = void 0;
@@ -5896,7 +5896,7 @@ var require_webworker_iterable = /* @__PURE__ */ __commonJSMin(((exports) => {
5896
5896
  };
5897
5897
  }));
5898
5898
  //#endregion
5899
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js
5899
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/lib/index.js
5900
5900
  var require_lib$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
5901
5901
  Object.defineProperty(exports, "__esModule", { value: true });
5902
5902
  exports.lib = void 0;
@@ -6142,7 +6142,7 @@ var require_lib$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
6142
6142
  ]);
6143
6143
  }));
6144
6144
  //#endregion
6145
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js
6145
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/Reference.js
6146
6146
  var require_Reference = /* @__PURE__ */ __commonJSMin(((exports) => {
6147
6147
  Object.defineProperty(exports, "__esModule", { value: true });
6148
6148
  exports.Reference = exports.ReferenceTypeFlag = exports.ReferenceFlag = void 0;
@@ -6264,7 +6264,7 @@ var require_Reference = /* @__PURE__ */ __commonJSMin(((exports) => {
6264
6264
  exports.Reference = Reference;
6265
6265
  }));
6266
6266
  //#endregion
6267
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js
6267
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/variable/VariableBase.js
6268
6268
  var require_VariableBase = /* @__PURE__ */ __commonJSMin(((exports) => {
6269
6269
  Object.defineProperty(exports, "__esModule", { value: true });
6270
6270
  exports.VariableBase = void 0;
@@ -6313,7 +6313,7 @@ var require_VariableBase = /* @__PURE__ */ __commonJSMin(((exports) => {
6313
6313
  exports.VariableBase = VariableBase;
6314
6314
  }));
6315
6315
  //#endregion
6316
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js
6316
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/variable/ESLintScopeVariable.js
6317
6317
  var require_ESLintScopeVariable = /* @__PURE__ */ __commonJSMin(((exports) => {
6318
6318
  Object.defineProperty(exports, "__esModule", { value: true });
6319
6319
  exports.ESLintScopeVariable = void 0;
@@ -6351,7 +6351,7 @@ var require_ESLintScopeVariable = /* @__PURE__ */ __commonJSMin(((exports) => {
6351
6351
  exports.ESLintScopeVariable = ESLintScopeVariable;
6352
6352
  }));
6353
6353
  //#endregion
6354
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js
6354
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/variable/ImplicitLibVariable.js
6355
6355
  var require_ImplicitLibVariable = /* @__PURE__ */ __commonJSMin(((exports) => {
6356
6356
  Object.defineProperty(exports, "__esModule", { value: true });
6357
6357
  exports.ImplicitLibVariable = void 0;
@@ -6379,7 +6379,7 @@ var require_ImplicitLibVariable = /* @__PURE__ */ __commonJSMin(((exports) => {
6379
6379
  exports.ImplicitLibVariable = ImplicitLibVariable;
6380
6380
  }));
6381
6381
  //#endregion
6382
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js
6382
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/variable/Variable.js
6383
6383
  var require_Variable = /* @__PURE__ */ __commonJSMin(((exports) => {
6384
6384
  Object.defineProperty(exports, "__esModule", { value: true });
6385
6385
  exports.Variable = void 0;
@@ -6408,7 +6408,7 @@ var require_Variable = /* @__PURE__ */ __commonJSMin(((exports) => {
6408
6408
  exports.Variable = Variable;
6409
6409
  }));
6410
6410
  //#endregion
6411
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js
6411
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/variable/index.js
6412
6412
  var require_variable = /* @__PURE__ */ __commonJSMin(((exports) => {
6413
6413
  Object.defineProperty(exports, "__esModule", { value: true });
6414
6414
  exports.Variable = exports.ImplicitLibVariable = exports.ESLintScopeVariable = void 0;
@@ -6435,7 +6435,7 @@ var require_variable = /* @__PURE__ */ __commonJSMin(((exports) => {
6435
6435
  });
6436
6436
  }));
6437
6437
  //#endregion
6438
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js
6438
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeType.js
6439
6439
  var require_ScopeType = /* @__PURE__ */ __commonJSMin(((exports) => {
6440
6440
  Object.defineProperty(exports, "__esModule", { value: true });
6441
6441
  exports.ScopeType = void 0;
@@ -6462,7 +6462,7 @@ var require_ScopeType = /* @__PURE__ */ __commonJSMin(((exports) => {
6462
6462
  })(ScopeType || (exports.ScopeType = ScopeType = {}));
6463
6463
  }));
6464
6464
  //#endregion
6465
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js
6465
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/ScopeBase.js
6466
6466
  var require_ScopeBase = /* @__PURE__ */ __commonJSMin(((exports) => {
6467
6467
  Object.defineProperty(exports, "__esModule", { value: true });
6468
6468
  exports.ScopeBase = void 0;
@@ -6708,7 +6708,7 @@ var require_ScopeBase = /* @__PURE__ */ __commonJSMin(((exports) => {
6708
6708
  exports.ScopeBase = ScopeBase;
6709
6709
  }));
6710
6710
  //#endregion
6711
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js
6711
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/BlockScope.js
6712
6712
  var require_BlockScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6713
6713
  Object.defineProperty(exports, "__esModule", { value: true });
6714
6714
  exports.BlockScope = void 0;
@@ -6722,7 +6722,7 @@ var require_BlockScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6722
6722
  exports.BlockScope = BlockScope;
6723
6723
  }));
6724
6724
  //#endregion
6725
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js
6725
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/CatchScope.js
6726
6726
  var require_CatchScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6727
6727
  Object.defineProperty(exports, "__esModule", { value: true });
6728
6728
  exports.CatchScope = void 0;
@@ -6736,7 +6736,7 @@ var require_CatchScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6736
6736
  exports.CatchScope = CatchScope;
6737
6737
  }));
6738
6738
  //#endregion
6739
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js
6739
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassFieldInitializerScope.js
6740
6740
  var require_ClassFieldInitializerScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6741
6741
  Object.defineProperty(exports, "__esModule", { value: true });
6742
6742
  exports.ClassFieldInitializerScope = void 0;
@@ -6750,7 +6750,7 @@ var require_ClassFieldInitializerScope = /* @__PURE__ */ __commonJSMin(((exports
6750
6750
  exports.ClassFieldInitializerScope = ClassFieldInitializerScope;
6751
6751
  }));
6752
6752
  //#endregion
6753
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js
6753
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassScope.js
6754
6754
  var require_ClassScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6755
6755
  Object.defineProperty(exports, "__esModule", { value: true });
6756
6756
  exports.ClassScope = void 0;
@@ -6764,7 +6764,7 @@ var require_ClassScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6764
6764
  exports.ClassScope = ClassScope;
6765
6765
  }));
6766
6766
  //#endregion
6767
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js
6767
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/ConditionalTypeScope.js
6768
6768
  var require_ConditionalTypeScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6769
6769
  Object.defineProperty(exports, "__esModule", { value: true });
6770
6770
  exports.ConditionalTypeScope = void 0;
@@ -6778,7 +6778,7 @@ var require_ConditionalTypeScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6778
6778
  exports.ConditionalTypeScope = ConditionalTypeScope;
6779
6779
  }));
6780
6780
  //#endregion
6781
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js
6781
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/ForScope.js
6782
6782
  var require_ForScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6783
6783
  Object.defineProperty(exports, "__esModule", { value: true });
6784
6784
  exports.ForScope = void 0;
@@ -6792,7 +6792,7 @@ var require_ForScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6792
6792
  exports.ForScope = ForScope;
6793
6793
  }));
6794
6794
  //#endregion
6795
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js
6795
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionExpressionNameScope.js
6796
6796
  var require_FunctionExpressionNameScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6797
6797
  Object.defineProperty(exports, "__esModule", { value: true });
6798
6798
  exports.FunctionExpressionNameScope = void 0;
@@ -6810,7 +6810,7 @@ var require_FunctionExpressionNameScope = /* @__PURE__ */ __commonJSMin(((export
6810
6810
  exports.FunctionExpressionNameScope = FunctionExpressionNameScope;
6811
6811
  }));
6812
6812
  //#endregion
6813
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js
6813
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionScope.js
6814
6814
  var require_FunctionScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6815
6815
  Object.defineProperty(exports, "__esModule", { value: true });
6816
6816
  exports.FunctionScope = void 0;
@@ -6831,7 +6831,7 @@ var require_FunctionScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6831
6831
  exports.FunctionScope = FunctionScope;
6832
6832
  }));
6833
6833
  //#endregion
6834
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js
6834
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/FunctionTypeScope.js
6835
6835
  var require_FunctionTypeScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6836
6836
  Object.defineProperty(exports, "__esModule", { value: true });
6837
6837
  exports.FunctionTypeScope = void 0;
@@ -6845,7 +6845,7 @@ var require_FunctionTypeScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6845
6845
  exports.FunctionTypeScope = FunctionTypeScope;
6846
6846
  }));
6847
6847
  //#endregion
6848
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js
6848
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/GlobalScope.js
6849
6849
  var require_GlobalScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6850
6850
  Object.defineProperty(exports, "__esModule", { value: true });
6851
6851
  exports.GlobalScope = void 0;
@@ -6900,7 +6900,7 @@ var require_GlobalScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6900
6900
  exports.GlobalScope = GlobalScope;
6901
6901
  }));
6902
6902
  //#endregion
6903
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js
6903
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/MappedTypeScope.js
6904
6904
  var require_MappedTypeScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6905
6905
  Object.defineProperty(exports, "__esModule", { value: true });
6906
6906
  exports.MappedTypeScope = void 0;
@@ -6914,7 +6914,7 @@ var require_MappedTypeScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6914
6914
  exports.MappedTypeScope = MappedTypeScope;
6915
6915
  }));
6916
6916
  //#endregion
6917
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js
6917
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/ModuleScope.js
6918
6918
  var require_ModuleScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6919
6919
  Object.defineProperty(exports, "__esModule", { value: true });
6920
6920
  exports.ModuleScope = void 0;
@@ -6928,12 +6928,12 @@ var require_ModuleScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6928
6928
  exports.ModuleScope = ModuleScope;
6929
6929
  }));
6930
6930
  //#endregion
6931
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js
6931
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/Scope.js
6932
6932
  var require_Scope$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
6933
6933
  Object.defineProperty(exports, "__esModule", { value: true });
6934
6934
  }));
6935
6935
  //#endregion
6936
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js
6936
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/SwitchScope.js
6937
6937
  var require_SwitchScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6938
6938
  Object.defineProperty(exports, "__esModule", { value: true });
6939
6939
  exports.SwitchScope = void 0;
@@ -6947,7 +6947,7 @@ var require_SwitchScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6947
6947
  exports.SwitchScope = SwitchScope;
6948
6948
  }));
6949
6949
  //#endregion
6950
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js
6950
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/TSEnumScope.js
6951
6951
  var require_TSEnumScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6952
6952
  Object.defineProperty(exports, "__esModule", { value: true });
6953
6953
  exports.TSEnumScope = void 0;
@@ -6961,7 +6961,7 @@ var require_TSEnumScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6961
6961
  exports.TSEnumScope = TSEnumScope;
6962
6962
  }));
6963
6963
  //#endregion
6964
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js
6964
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/TSModuleScope.js
6965
6965
  var require_TSModuleScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6966
6966
  Object.defineProperty(exports, "__esModule", { value: true });
6967
6967
  exports.TSModuleScope = void 0;
@@ -6975,7 +6975,7 @@ var require_TSModuleScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6975
6975
  exports.TSModuleScope = TSModuleScope;
6976
6976
  }));
6977
6977
  //#endregion
6978
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js
6978
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/TypeScope.js
6979
6979
  var require_TypeScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6980
6980
  Object.defineProperty(exports, "__esModule", { value: true });
6981
6981
  exports.TypeScope = void 0;
@@ -6989,7 +6989,7 @@ var require_TypeScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6989
6989
  exports.TypeScope = TypeScope;
6990
6990
  }));
6991
6991
  //#endregion
6992
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js
6992
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/WithScope.js
6993
6993
  var require_WithScope = /* @__PURE__ */ __commonJSMin(((exports) => {
6994
6994
  Object.defineProperty(exports, "__esModule", { value: true });
6995
6995
  exports.WithScope = void 0;
@@ -7011,7 +7011,7 @@ var require_WithScope = /* @__PURE__ */ __commonJSMin(((exports) => {
7011
7011
  exports.WithScope = WithScope;
7012
7012
  }));
7013
7013
  //#endregion
7014
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js
7014
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/index.js
7015
7015
  var require_scope = /* @__PURE__ */ __commonJSMin(((exports) => {
7016
7016
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
7017
7017
  if (k2 === void 0) k2 = k;
@@ -7052,7 +7052,7 @@ var require_scope = /* @__PURE__ */ __commonJSMin(((exports) => {
7052
7052
  __exportStar(require_WithScope(), exports);
7053
7053
  }));
7054
7054
  //#endregion
7055
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js
7055
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/VisitorBase.js
7056
7056
  var require_VisitorBase = /* @__PURE__ */ __commonJSMin(((exports) => {
7057
7057
  Object.defineProperty(exports, "__esModule", { value: true });
7058
7058
  exports.VisitorBase = void 0;
@@ -7104,7 +7104,7 @@ var require_VisitorBase = /* @__PURE__ */ __commonJSMin(((exports) => {
7104
7104
  exports.VisitorBase = VisitorBase;
7105
7105
  }));
7106
7106
  //#endregion
7107
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js
7107
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/PatternVisitor.js
7108
7108
  var require_PatternVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7109
7109
  Object.defineProperty(exports, "__esModule", { value: true });
7110
7110
  exports.PatternVisitor = void 0;
@@ -7179,7 +7179,7 @@ var require_PatternVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7179
7179
  exports.PatternVisitor = PatternVisitor;
7180
7180
  }));
7181
7181
  //#endregion
7182
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js
7182
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/Visitor.js
7183
7183
  var require_Visitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7184
7184
  Object.defineProperty(exports, "__esModule", { value: true });
7185
7185
  exports.VisitorBase = exports.Visitor = void 0;
@@ -7206,7 +7206,7 @@ var require_Visitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7206
7206
  });
7207
7207
  }));
7208
7208
  //#endregion
7209
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js
7209
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/TypeVisitor.js
7210
7210
  var require_TypeVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7211
7211
  Object.defineProperty(exports, "__esModule", { value: true });
7212
7212
  exports.TypeVisitor = void 0;
@@ -7364,7 +7364,7 @@ var require_TypeVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7364
7364
  };
7365
7365
  }));
7366
7366
  //#endregion
7367
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js
7367
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/ClassVisitor.js
7368
7368
  var require_ClassVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7369
7369
  Object.defineProperty(exports, "__esModule", { value: true });
7370
7370
  exports.ClassVisitor = void 0;
@@ -7491,7 +7491,7 @@ var require_ClassVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7491
7491
  };
7492
7492
  }));
7493
7493
  //#endregion
7494
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js
7494
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/ExportVisitor.js
7495
7495
  var require_ExportVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7496
7496
  Object.defineProperty(exports, "__esModule", { value: true });
7497
7497
  exports.ExportVisitor = void 0;
@@ -7526,7 +7526,7 @@ var require_ExportVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7526
7526
  };
7527
7527
  }));
7528
7528
  //#endregion
7529
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js
7529
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/ImportVisitor.js
7530
7530
  var require_ImportVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7531
7531
  Object.defineProperty(exports, "__esModule", { value: true });
7532
7532
  exports.ImportVisitor = void 0;
@@ -7561,7 +7561,7 @@ var require_ImportVisitor = /* @__PURE__ */ __commonJSMin(((exports) => {
7561
7561
  };
7562
7562
  }));
7563
7563
  //#endregion
7564
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js
7564
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/Referencer.js
7565
7565
  var require_Referencer = /* @__PURE__ */ __commonJSMin(((exports) => {
7566
7566
  Object.defineProperty(exports, "__esModule", { value: true });
7567
7567
  exports.Referencer = void 0;
@@ -7954,7 +7954,7 @@ var require_Referencer = /* @__PURE__ */ __commonJSMin(((exports) => {
7954
7954
  exports.Referencer = Referencer;
7955
7955
  }));
7956
7956
  //#endregion
7957
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js
7957
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/referencer/index.js
7958
7958
  var require_referencer = /* @__PURE__ */ __commonJSMin(((exports) => {
7959
7959
  Object.defineProperty(exports, "__esModule", { value: true });
7960
7960
  exports.Referencer = void 0;
@@ -7967,7 +7967,7 @@ var require_referencer = /* @__PURE__ */ __commonJSMin(((exports) => {
7967
7967
  });
7968
7968
  }));
7969
7969
  //#endregion
7970
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js
7970
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/scope/ClassStaticBlockScope.js
7971
7971
  var require_ClassStaticBlockScope = /* @__PURE__ */ __commonJSMin(((exports) => {
7972
7972
  Object.defineProperty(exports, "__esModule", { value: true });
7973
7973
  exports.ClassStaticBlockScope = void 0;
@@ -7981,7 +7981,7 @@ var require_ClassStaticBlockScope = /* @__PURE__ */ __commonJSMin(((exports) =>
7981
7981
  exports.ClassStaticBlockScope = ClassStaticBlockScope;
7982
7982
  }));
7983
7983
  //#endregion
7984
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js
7984
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/ScopeManager.js
7985
7985
  var require_ScopeManager = /* @__PURE__ */ __commonJSMin(((exports) => {
7986
7986
  Object.defineProperty(exports, "__esModule", { value: true });
7987
7987
  exports.ScopeManager = void 0;
@@ -8162,7 +8162,7 @@ var require_ScopeManager = /* @__PURE__ */ __commonJSMin(((exports) => {
8162
8162
  exports.ScopeManager = ScopeManager;
8163
8163
  }));
8164
8164
  //#endregion
8165
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/analyze.js
8165
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/analyze.js
8166
8166
  var require_analyze = /* @__PURE__ */ __commonJSMin(((exports) => {
8167
8167
  Object.defineProperty(exports, "__esModule", { value: true });
8168
8168
  exports.analyze = analyze;
@@ -8200,7 +8200,7 @@ var require_analyze = /* @__PURE__ */ __commonJSMin(((exports) => {
8200
8200
  }
8201
8201
  }));
8202
8202
  //#endregion
8203
- //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.58.0/node_modules/@typescript-eslint/scope-manager/dist/index.js
8203
+ //#region node_modules/.pnpm/@typescript-eslint+scope-manager@8.59.2/node_modules/@typescript-eslint/scope-manager/dist/index.js
8204
8204
  var require_dist$7 = /* @__PURE__ */ __commonJSMin(((exports) => {
8205
8205
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
8206
8206
  if (k2 === void 0) k2 = k;
@@ -9072,7 +9072,7 @@ var require_src = /* @__PURE__ */ __commonJSMin(((exports, module) => {
9072
9072
  else module.exports = require_node();
9073
9073
  }));
9074
9074
  //#endregion
9075
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js
9075
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js
9076
9076
  var require_source_files = /* @__PURE__ */ __commonJSMin(((exports) => {
9077
9077
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
9078
9078
  if (k2 === void 0) k2 = k;
@@ -9129,7 +9129,7 @@ var require_source_files = /* @__PURE__ */ __commonJSMin(((exports) => {
9129
9129
  }
9130
9130
  }));
9131
9131
  //#endregion
9132
- //#region node_modules/.pnpm/@typescript-eslint+tsconfig-utils@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.js
9132
+ //#region node_modules/.pnpm/@typescript-eslint+tsconfig-utils@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.js
9133
9133
  var require_compilerOptions = /* @__PURE__ */ __commonJSMin(((exports) => {
9134
9134
  Object.defineProperty(exports, "__esModule", { value: true });
9135
9135
  exports.CORE_COMPILER_OPTIONS = void 0;
@@ -9143,7 +9143,7 @@ var require_compilerOptions = /* @__PURE__ */ __commonJSMin(((exports) => {
9143
9143
  };
9144
9144
  }));
9145
9145
  //#endregion
9146
- //#region node_modules/.pnpm/@typescript-eslint+tsconfig-utils@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.js
9146
+ //#region node_modules/.pnpm/@typescript-eslint+tsconfig-utils@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.js
9147
9147
  var require_getParsedConfigFile = /* @__PURE__ */ __commonJSMin(((exports) => {
9148
9148
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
9149
9149
  if (k2 === void 0) k2 = k;
@@ -9224,7 +9224,7 @@ var require_getParsedConfigFile = /* @__PURE__ */ __commonJSMin(((exports) => {
9224
9224
  }
9225
9225
  }));
9226
9226
  //#endregion
9227
- //#region node_modules/.pnpm/@typescript-eslint+tsconfig-utils@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/tsconfig-utils/dist/index.js
9227
+ //#region node_modules/.pnpm/@typescript-eslint+tsconfig-utils@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/tsconfig-utils/dist/index.js
9228
9228
  var require_dist$6 = /* @__PURE__ */ __commonJSMin(((exports) => {
9229
9229
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
9230
9230
  if (k2 === void 0) k2 = k;
@@ -9248,7 +9248,7 @@ var require_dist$6 = /* @__PURE__ */ __commonJSMin(((exports) => {
9248
9248
  __exportStar(require_getParsedConfigFile(), exports);
9249
9249
  }));
9250
9250
  //#endregion
9251
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js
9251
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js
9252
9252
  var require_shared = /* @__PURE__ */ __commonJSMin(((exports) => {
9253
9253
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
9254
9254
  if (k2 === void 0) k2 = k;
@@ -9371,7 +9371,7 @@ var require_shared = /* @__PURE__ */ __commonJSMin(((exports) => {
9371
9371
  }
9372
9372
  }));
9373
9373
  //#endregion
9374
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js
9374
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js
9375
9375
  var require_getWatchProgramsForProjects = /* @__PURE__ */ __commonJSMin(((exports) => {
9376
9376
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
9377
9377
  if (k2 === void 0) k2 = k;
@@ -10698,6 +10698,7 @@ var require_min_version = /* @__PURE__ */ __commonJSMin(((exports, module) => {
10698
10698
  break;
10699
10699
  case "<":
10700
10700
  case "<=": break;
10701
+ /* istanbul ignore next */
10701
10702
  default: throw new Error(`Unexpected operation: ${comparator.operator}`);
10702
10703
  }
10703
10704
  });
@@ -10980,7 +10981,7 @@ var require_semver = /* @__PURE__ */ __commonJSMin(((exports, module) => {
10980
10981
  };
10981
10982
  }));
10982
10983
  //#endregion
10983
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js
10984
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js
10984
10985
  var require_version_check = /* @__PURE__ */ __commonJSMin(((exports) => {
10985
10986
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
10986
10987
  if (k2 === void 0) k2 = k;
@@ -11050,7 +11051,7 @@ var require_version_check = /* @__PURE__ */ __commonJSMin(((exports) => {
11050
11051
  for (const version of versions) exports.typescriptVersionIsAtLeast[version] = semverCheck(version);
11051
11052
  }));
11052
11053
  //#endregion
11053
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js
11054
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js
11054
11055
  var require_getModifiers = /* @__PURE__ */ __commonJSMin(((exports) => {
11055
11056
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
11056
11057
  if (k2 === void 0) k2 = k;
@@ -11122,7 +11123,7 @@ var require_getModifiers = /* @__PURE__ */ __commonJSMin(((exports) => {
11122
11123
  }
11123
11124
  }));
11124
11125
  //#endregion
11125
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js
11126
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js
11126
11127
  var require_xhtml_entities = /* @__PURE__ */ __commonJSMin(((exports) => {
11127
11128
  Object.defineProperty(exports, "__esModule", { value: true });
11128
11129
  exports.xhtmlEntities = void 0;
@@ -11383,17 +11384,17 @@ var require_xhtml_entities = /* @__PURE__ */ __commonJSMin(((exports) => {
11383
11384
  };
11384
11385
  }));
11385
11386
  //#endregion
11386
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js
11387
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js
11387
11388
  var require_estree_to_ts_node_types = /* @__PURE__ */ __commonJSMin(((exports) => {
11388
11389
  Object.defineProperty(exports, "__esModule", { value: true });
11389
11390
  }));
11390
11391
  //#endregion
11391
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js
11392
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js
11392
11393
  var require_ts_nodes = /* @__PURE__ */ __commonJSMin(((exports) => {
11393
11394
  Object.defineProperty(exports, "__esModule", { value: true });
11394
11395
  }));
11395
11396
  //#endregion
11396
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js
11397
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js
11397
11398
  var require_ts_estree$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
11398
11399
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
11399
11400
  if (k2 === void 0) k2 = k;
@@ -11437,7 +11438,7 @@ var require_ts_estree$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
11437
11438
  });
11438
11439
  }));
11439
11440
  //#endregion
11440
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js
11441
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js
11441
11442
  var require_node_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
11442
11443
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
11443
11444
  if (k2 === void 0) k2 = k;
@@ -11990,7 +11991,7 @@ var require_node_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
11990
11991
  }
11991
11992
  }));
11992
11993
  //#endregion
11993
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.js
11994
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.js
11994
11995
  var require_check_modifiers = /* @__PURE__ */ __commonJSMin(((exports) => {
11995
11996
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
11996
11997
  if (k2 === void 0) k2 = k;
@@ -12134,7 +12135,7 @@ var require_check_modifiers = /* @__PURE__ */ __commonJSMin(((exports) => {
12134
12135
  }
12135
12136
  }));
12136
12137
  //#endregion
12137
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.js
12138
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/check-syntax-errors.js
12138
12139
  var require_check_syntax_errors = /* @__PURE__ */ __commonJSMin(((exports) => {
12139
12140
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
12140
12141
  if (k2 === void 0) k2 = k;
@@ -12391,7 +12392,7 @@ var require_check_syntax_errors = /* @__PURE__ */ __commonJSMin(((exports) => {
12391
12392
  }
12392
12393
  }));
12393
12394
  //#endregion
12394
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/convert.js
12395
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/convert.js
12395
12396
  var require_convert = /* @__PURE__ */ __commonJSMin(((exports) => {
12396
12397
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
12397
12398
  if (k2 === void 0) k2 = k;
@@ -12908,6 +12909,10 @@ var require_convert = /* @__PURE__ */ __commonJSMin(((exports) => {
12908
12909
  body: this.convertChild(node.statement),
12909
12910
  test: this.convertChild(node.expression)
12910
12911
  });
12912
+ /**
12913
+ * Unlike other parsers, TypeScript calls a "DoWhileStatement"
12914
+ * a "DoStatement"
12915
+ */
12911
12916
  case SyntaxKind.DoStatement: return this.createNode(node, {
12912
12917
  type: ts_estree_1.AST_NODE_TYPES.DoWhileStatement,
12913
12918
  body: this.convertChild(node.statement),
@@ -13708,6 +13713,10 @@ var require_convert = /* @__PURE__ */ __commonJSMin(((exports) => {
13708
13713
  });
13709
13714
  case SyntaxKind.JsxSelfClosingElement: return this.createNode(node, {
13710
13715
  type: ts_estree_1.AST_NODE_TYPES.JSXElement,
13716
+ /**
13717
+ * Convert SyntaxKind.JsxSelfClosingElement to SyntaxKind.JsxOpeningElement,
13718
+ * TypeScript does not seem to have the idea of openingElement when tag is self-closing
13719
+ */
13711
13720
  children: [],
13712
13721
  closingElement: null,
13713
13722
  openingElement: this.createNode(node, {
@@ -14296,7 +14305,7 @@ var require_convert = /* @__PURE__ */ __commonJSMin(((exports) => {
14296
14305
  exports.Converter = Converter;
14297
14306
  }));
14298
14307
  //#endregion
14299
- //#region node_modules/.pnpm/ts-api-utils@2.5.0_typescript@5.9.3/node_modules/ts-api-utils/lib/index.cjs
14308
+ //#region node_modules/.pnpm/ts-api-utils@2.5.0_typescript@6.0.3/node_modules/ts-api-utils/lib/index.cjs
14300
14309
  var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
14301
14310
  var ts9 = require("typescript");
14302
14311
  function _interopDefault(e) {
@@ -16034,7 +16043,7 @@ var require_lib = /* @__PURE__ */ __commonJSMin(((exports) => {
16034
16043
  exports.unionTypeParts = unionTypeParts;
16035
16044
  }));
16036
16045
  //#endregion
16037
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js
16046
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js
16038
16047
  var require_convert_comments = /* @__PURE__ */ __commonJSMin(((exports) => {
16039
16048
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
16040
16049
  if (k2 === void 0) k2 = k;
@@ -16103,7 +16112,7 @@ var require_convert_comments = /* @__PURE__ */ __commonJSMin(((exports) => {
16103
16112
  }
16104
16113
  }));
16105
16114
  //#endregion
16106
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js
16115
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js
16107
16116
  var require_simple_traverse = /* @__PURE__ */ __commonJSMin(((exports) => {
16108
16117
  Object.defineProperty(exports, "__esModule", { value: true });
16109
16118
  exports.simpleTraverse = simpleTraverse;
@@ -16142,7 +16151,7 @@ var require_simple_traverse = /* @__PURE__ */ __commonJSMin(((exports) => {
16142
16151
  }
16143
16152
  }));
16144
16153
  //#endregion
16145
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js
16154
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js
16146
16155
  var require_ast_converter = /* @__PURE__ */ __commonJSMin(((exports) => {
16147
16156
  Object.defineProperty(exports, "__esModule", { value: true });
16148
16157
  exports.astConverter = astConverter;
@@ -16189,7 +16198,7 @@ var require_ast_converter = /* @__PURE__ */ __commonJSMin(((exports) => {
16189
16198
  }
16190
16199
  }));
16191
16200
  //#endregion
16192
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js
16201
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js
16193
16202
  var require_getScriptKind = /* @__PURE__ */ __commonJSMin(((exports) => {
16194
16203
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
16195
16204
  if (k2 === void 0) k2 = k;
@@ -16265,7 +16274,7 @@ var require_getScriptKind = /* @__PURE__ */ __commonJSMin(((exports) => {
16265
16274
  }
16266
16275
  }));
16267
16276
  //#endregion
16268
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js
16277
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js
16269
16278
  var require_createIsolatedProgram = /* @__PURE__ */ __commonJSMin(((exports) => {
16270
16279
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
16271
16280
  if (k2 === void 0) k2 = k;
@@ -16369,7 +16378,7 @@ var require_createIsolatedProgram = /* @__PURE__ */ __commonJSMin(((exports) =>
16369
16378
  }
16370
16379
  }));
16371
16380
  //#endregion
16372
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js
16381
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js
16373
16382
  var require_describeFilePath = /* @__PURE__ */ __commonJSMin(((exports) => {
16374
16383
  var __importDefault = exports && exports.__importDefault || function(mod) {
16375
16384
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -16386,7 +16395,7 @@ var require_describeFilePath = /* @__PURE__ */ __commonJSMin(((exports) => {
16386
16395
  }
16387
16396
  }));
16388
16397
  //#endregion
16389
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.js
16398
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.js
16390
16399
  var require_createProjectProgramError = /* @__PURE__ */ __commonJSMin(((exports) => {
16391
16400
  var __importDefault = exports && exports.__importDefault || function(mod) {
16392
16401
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -16437,7 +16446,7 @@ var require_createProjectProgramError = /* @__PURE__ */ __commonJSMin(((exports)
16437
16446
  }
16438
16447
  }));
16439
16448
  //#endregion
16440
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js
16449
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js
16441
16450
  var require_createProjectProgram = /* @__PURE__ */ __commonJSMin(((exports) => {
16442
16451
  var __importDefault = exports && exports.__importDefault || function(mod) {
16443
16452
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -16461,7 +16470,7 @@ var require_createProjectProgram = /* @__PURE__ */ __commonJSMin(((exports) => {
16461
16470
  }
16462
16471
  }));
16463
16472
  //#endregion
16464
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js
16473
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js
16465
16474
  var require_createSourceFile = /* @__PURE__ */ __commonJSMin(((exports) => {
16466
16475
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
16467
16476
  if (k2 === void 0) k2 = k;
@@ -16531,7 +16540,7 @@ var require_createSourceFile = /* @__PURE__ */ __commonJSMin(((exports) => {
16531
16540
  }
16532
16541
  }));
16533
16542
  //#endregion
16534
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js
16543
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js
16535
16544
  var require_useProvidedPrograms = /* @__PURE__ */ __commonJSMin(((exports) => {
16536
16545
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
16537
16546
  if (k2 === void 0) k2 = k;
@@ -16615,7 +16624,7 @@ var require_useProvidedPrograms = /* @__PURE__ */ __commonJSMin(((exports) => {
16615
16624
  }
16616
16625
  }));
16617
16626
  //#endregion
16618
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js
16627
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js
16619
16628
  var require_createParserServices = /* @__PURE__ */ __commonJSMin(((exports) => {
16620
16629
  Object.defineProperty(exports, "__esModule", { value: true });
16621
16630
  exports.createParserServices = createParserServices;
@@ -16645,7 +16654,7 @@ var require_createParserServices = /* @__PURE__ */ __commonJSMin(((exports) => {
16645
16654
  }
16646
16655
  }));
16647
16656
  //#endregion
16648
- //#region node_modules/.pnpm/@typescript-eslint+project-service@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.js
16657
+ //#region node_modules/.pnpm/@typescript-eslint+project-service@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.js
16649
16658
  var require_getParsedConfigFileFromTSServer = /* @__PURE__ */ __commonJSMin(((exports) => {
16650
16659
  Object.defineProperty(exports, "__esModule", { value: true });
16651
16660
  exports.getParsedConfigFileFromTSServer = getParsedConfigFileFromTSServer;
@@ -16659,7 +16668,7 @@ var require_getParsedConfigFileFromTSServer = /* @__PURE__ */ __commonJSMin(((ex
16659
16668
  }
16660
16669
  }));
16661
16670
  //#endregion
16662
- //#region node_modules/.pnpm/@typescript-eslint+project-service@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/project-service/dist/createProjectService.js
16671
+ //#region node_modules/.pnpm/@typescript-eslint+project-service@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/project-service/dist/createProjectService.js
16663
16672
  var require_createProjectService = /* @__PURE__ */ __commonJSMin(((exports) => {
16664
16673
  var __importDefault = exports && exports.__importDefault || function(mod) {
16665
16674
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -16694,7 +16703,7 @@ var require_createProjectService = /* @__PURE__ */ __commonJSMin(((exports) => {
16694
16703
  defaultProject: "tsconfig.json",
16695
16704
  ...optionsRaw
16696
16705
  };
16697
- const tsserver = require("typescript/lib/tsserverlibrary");
16706
+ const tsserver = require("typescript/lib/tsserverlibrary.js");
16698
16707
  const system = {
16699
16708
  ...tsserver.sys,
16700
16709
  clearImmediate,
@@ -16760,7 +16769,7 @@ var require_createProjectService = /* @__PURE__ */ __commonJSMin(((exports) => {
16760
16769
  }
16761
16770
  }));
16762
16771
  //#endregion
16763
- //#region node_modules/.pnpm/@typescript-eslint+project-service@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/project-service/dist/index.js
16772
+ //#region node_modules/.pnpm/@typescript-eslint+project-service@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/project-service/dist/index.js
16764
16773
  var require_dist$5 = /* @__PURE__ */ __commonJSMin(((exports) => {
16765
16774
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
16766
16775
  if (k2 === void 0) k2 = k;
@@ -16783,7 +16792,7 @@ var require_dist$5 = /* @__PURE__ */ __commonJSMin(((exports) => {
16783
16792
  __exportStar(require_createProjectService(), exports);
16784
16793
  }));
16785
16794
  //#endregion
16786
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js
16795
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js
16787
16796
  var require_validateDefaultProjectForFilesGlob = /* @__PURE__ */ __commonJSMin(((exports) => {
16788
16797
  Object.defineProperty(exports, "__esModule", { value: true });
16789
16798
  exports.DEFAULT_PROJECT_FILES_ERROR_EXPLANATION = void 0;
@@ -16803,7 +16812,7 @@ See https://tseslint.com/allowdefaultproject-glob-too-wide
16803
16812
  }
16804
16813
  }));
16805
16814
  //#endregion
16806
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.js
16815
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.js
16807
16816
  var require_candidateTSConfigRootDirs = /* @__PURE__ */ __commonJSMin(((exports) => {
16808
16817
  Object.defineProperty(exports, "__esModule", { value: true });
16809
16818
  exports.addCandidateTSConfigRootDir = addCandidateTSConfigRootDir;
@@ -16831,7 +16840,7 @@ var require_candidateTSConfigRootDirs = /* @__PURE__ */ __commonJSMin(((exports)
16831
16840
  }
16832
16841
  }));
16833
16842
  //#endregion
16834
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js
16843
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js
16835
16844
  var require_ExpiringCache = /* @__PURE__ */ __commonJSMin(((exports) => {
16836
16845
  Object.defineProperty(exports, "__esModule", { value: true });
16837
16846
  exports.ExpiringCache = exports.DEFAULT_TSCONFIG_CACHE_DURATION_SECONDS = void 0;
@@ -16868,7 +16877,7 @@ var require_ExpiringCache = /* @__PURE__ */ __commonJSMin(((exports) => {
16868
16877
  exports.ExpiringCache = ExpiringCache;
16869
16878
  }));
16870
16879
  //#endregion
16871
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js
16880
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js
16872
16881
  var require_getProjectConfigFiles = /* @__PURE__ */ __commonJSMin(((exports) => {
16873
16882
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
16874
16883
  if (k2 === void 0) k2 = k;
@@ -16953,7 +16962,7 @@ var require_getProjectConfigFiles = /* @__PURE__ */ __commonJSMin(((exports) =>
16953
16962
  }
16954
16963
  }));
16955
16964
  //#endregion
16956
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js
16965
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js
16957
16966
  var require_inferSingleRun = /* @__PURE__ */ __commonJSMin(((exports) => {
16958
16967
  var __importDefault = exports && exports.__importDefault || function(mod) {
16959
16968
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -16989,10 +16998,11 @@ var require_inferSingleRun = /* @__PURE__ */ __commonJSMin(((exports) => {
16989
16998
  }
16990
16999
  }));
16991
17000
  //#endregion
16992
- //#region node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.js
17001
+ //#region node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/constants.js
16993
17002
  var require_constants = /* @__PURE__ */ __commonJSMin(((exports, module) => {
16994
17003
  const WIN_SLASH = "\\\\/";
16995
17004
  const WIN_NO_SLASH = `[^${WIN_SLASH}]`;
17005
+ const DEFAULT_MAX_EXTGLOB_RECURSION = 0;
16996
17006
  /**
16997
17007
  * Posix glob regex
16998
17008
  */
@@ -17042,8 +17052,10 @@ var require_constants = /* @__PURE__ */ __commonJSMin(((exports, module) => {
17042
17052
  SEP: "\\"
17043
17053
  };
17044
17054
  module.exports = {
17055
+ DEFAULT_MAX_EXTGLOB_RECURSION,
17045
17056
  MAX_LENGTH: 1024 * 64,
17046
17057
  POSIX_REGEX_SOURCE: {
17058
+ __proto__: null,
17047
17059
  alnum: "a-zA-Z0-9",
17048
17060
  alpha: "a-zA-Z",
17049
17061
  ascii: "\\x00-\\x7F",
@@ -17114,6 +17126,9 @@ var require_constants = /* @__PURE__ */ __commonJSMin(((exports, module) => {
17114
17126
  CHAR_UNDERSCORE: 95,
17115
17127
  CHAR_VERTICAL_LINE: 124,
17116
17128
  CHAR_ZERO_WIDTH_NOBREAK_SPACE: 65279,
17129
+ /**
17130
+ * Create EXTGLOB_CHARS
17131
+ */
17117
17132
  extglobChars(chars) {
17118
17133
  return {
17119
17134
  "!": {
@@ -17143,13 +17158,16 @@ var require_constants = /* @__PURE__ */ __commonJSMin(((exports, module) => {
17143
17158
  }
17144
17159
  };
17145
17160
  },
17161
+ /**
17162
+ * Create GLOB_CHARS
17163
+ */
17146
17164
  globChars(win32) {
17147
17165
  return win32 === true ? WINDOWS_CHARS : POSIX_CHARS;
17148
17166
  }
17149
17167
  };
17150
17168
  }));
17151
17169
  //#endregion
17152
- //#region node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js
17170
+ //#region node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/utils.js
17153
17171
  var require_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
17154
17172
  const { REGEX_BACKSLASH, REGEX_REMOVE_BACKSLASH, REGEX_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_GLOBAL } = require_constants();
17155
17173
  exports.isObject = (val) => val !== null && typeof val === "object" && !Array.isArray(val);
@@ -17197,7 +17215,7 @@ var require_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
17197
17215
  };
17198
17216
  }));
17199
17217
  //#endregion
17200
- //#region node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.js
17218
+ //#region node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/scan.js
17201
17219
  var require_scan = /* @__PURE__ */ __commonJSMin(((exports, module) => {
17202
17220
  const utils = require_utils();
17203
17221
  const { CHAR_ASTERISK, CHAR_AT, CHAR_BACKWARD_SLASH, CHAR_COMMA, CHAR_DOT, CHAR_EXCLAMATION_MARK, CHAR_FORWARD_SLASH, CHAR_LEFT_CURLY_BRACE, CHAR_LEFT_PARENTHESES, CHAR_LEFT_SQUARE_BRACKET, CHAR_PLUS, CHAR_QUESTION_MARK, CHAR_RIGHT_CURLY_BRACE, CHAR_RIGHT_PARENTHESES, CHAR_RIGHT_SQUARE_BRACKET } = require_constants();
@@ -17484,7 +17502,7 @@ var require_scan = /* @__PURE__ */ __commonJSMin(((exports, module) => {
17484
17502
  module.exports = scan;
17485
17503
  }));
17486
17504
  //#endregion
17487
- //#region node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.js
17505
+ //#region node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/parse.js
17488
17506
  var require_parse = /* @__PURE__ */ __commonJSMin(((exports, module) => {
17489
17507
  const constants = require_constants();
17490
17508
  const utils = require_utils();
@@ -17512,6 +17530,177 @@ var require_parse = /* @__PURE__ */ __commonJSMin(((exports, module) => {
17512
17530
  const syntaxError = (type, char) => {
17513
17531
  return `Missing ${type}: "${char}" - use "\\\\${char}" to match literal characters`;
17514
17532
  };
17533
+ const splitTopLevel = (input) => {
17534
+ const parts = [];
17535
+ let bracket = 0;
17536
+ let paren = 0;
17537
+ let quote = 0;
17538
+ let value = "";
17539
+ let escaped = false;
17540
+ for (const ch of input) {
17541
+ if (escaped === true) {
17542
+ value += ch;
17543
+ escaped = false;
17544
+ continue;
17545
+ }
17546
+ if (ch === "\\") {
17547
+ value += ch;
17548
+ escaped = true;
17549
+ continue;
17550
+ }
17551
+ if (ch === "\"") {
17552
+ quote = quote === 1 ? 0 : 1;
17553
+ value += ch;
17554
+ continue;
17555
+ }
17556
+ if (quote === 0) {
17557
+ if (ch === "[") bracket++;
17558
+ else if (ch === "]" && bracket > 0) bracket--;
17559
+ else if (bracket === 0) {
17560
+ if (ch === "(") paren++;
17561
+ else if (ch === ")" && paren > 0) paren--;
17562
+ else if (ch === "|" && paren === 0) {
17563
+ parts.push(value);
17564
+ value = "";
17565
+ continue;
17566
+ }
17567
+ }
17568
+ }
17569
+ value += ch;
17570
+ }
17571
+ parts.push(value);
17572
+ return parts;
17573
+ };
17574
+ const isPlainBranch = (branch) => {
17575
+ let escaped = false;
17576
+ for (const ch of branch) {
17577
+ if (escaped === true) {
17578
+ escaped = false;
17579
+ continue;
17580
+ }
17581
+ if (ch === "\\") {
17582
+ escaped = true;
17583
+ continue;
17584
+ }
17585
+ if (/[?*+@!()[\]{}]/.test(ch)) return false;
17586
+ }
17587
+ return true;
17588
+ };
17589
+ const normalizeSimpleBranch = (branch) => {
17590
+ let value = branch.trim();
17591
+ let changed = true;
17592
+ while (changed === true) {
17593
+ changed = false;
17594
+ if (/^@\([^\\()[\]{}|]+\)$/.test(value)) {
17595
+ value = value.slice(2, -1);
17596
+ changed = true;
17597
+ }
17598
+ }
17599
+ if (!isPlainBranch(value)) return;
17600
+ return value.replace(/\\(.)/g, "$1");
17601
+ };
17602
+ const hasRepeatedCharPrefixOverlap = (branches) => {
17603
+ const values = branches.map(normalizeSimpleBranch).filter(Boolean);
17604
+ for (let i = 0; i < values.length; i++) for (let j = i + 1; j < values.length; j++) {
17605
+ const a = values[i];
17606
+ const b = values[j];
17607
+ const char = a[0];
17608
+ if (!char || a !== char.repeat(a.length) || b !== char.repeat(b.length)) continue;
17609
+ if (a === b || a.startsWith(b) || b.startsWith(a)) return true;
17610
+ }
17611
+ return false;
17612
+ };
17613
+ const parseRepeatedExtglob = (pattern, requireEnd = true) => {
17614
+ if (pattern[0] !== "+" && pattern[0] !== "*" || pattern[1] !== "(") return;
17615
+ let bracket = 0;
17616
+ let paren = 0;
17617
+ let quote = 0;
17618
+ let escaped = false;
17619
+ for (let i = 1; i < pattern.length; i++) {
17620
+ const ch = pattern[i];
17621
+ if (escaped === true) {
17622
+ escaped = false;
17623
+ continue;
17624
+ }
17625
+ if (ch === "\\") {
17626
+ escaped = true;
17627
+ continue;
17628
+ }
17629
+ if (ch === "\"") {
17630
+ quote = quote === 1 ? 0 : 1;
17631
+ continue;
17632
+ }
17633
+ if (quote === 1) continue;
17634
+ if (ch === "[") {
17635
+ bracket++;
17636
+ continue;
17637
+ }
17638
+ if (ch === "]" && bracket > 0) {
17639
+ bracket--;
17640
+ continue;
17641
+ }
17642
+ if (bracket > 0) continue;
17643
+ if (ch === "(") {
17644
+ paren++;
17645
+ continue;
17646
+ }
17647
+ if (ch === ")") {
17648
+ paren--;
17649
+ if (paren === 0) {
17650
+ if (requireEnd === true && i !== pattern.length - 1) return;
17651
+ return {
17652
+ type: pattern[0],
17653
+ body: pattern.slice(2, i),
17654
+ end: i
17655
+ };
17656
+ }
17657
+ }
17658
+ }
17659
+ };
17660
+ const getStarExtglobSequenceOutput = (pattern) => {
17661
+ let index = 0;
17662
+ const chars = [];
17663
+ while (index < pattern.length) {
17664
+ const match = parseRepeatedExtglob(pattern.slice(index), false);
17665
+ if (!match || match.type !== "*") return;
17666
+ const branches = splitTopLevel(match.body).map((branch) => branch.trim());
17667
+ if (branches.length !== 1) return;
17668
+ const branch = normalizeSimpleBranch(branches[0]);
17669
+ if (!branch || branch.length !== 1) return;
17670
+ chars.push(branch);
17671
+ index += match.end + 1;
17672
+ }
17673
+ if (chars.length < 1) return;
17674
+ return `${chars.length === 1 ? utils.escapeRegex(chars[0]) : `[${chars.map((ch) => utils.escapeRegex(ch)).join("")}]`}*`;
17675
+ };
17676
+ const repeatedExtglobRecursion = (pattern) => {
17677
+ let depth = 0;
17678
+ let value = pattern.trim();
17679
+ let match = parseRepeatedExtglob(value);
17680
+ while (match) {
17681
+ depth++;
17682
+ value = match.body.trim();
17683
+ match = parseRepeatedExtglob(value);
17684
+ }
17685
+ return depth;
17686
+ };
17687
+ const analyzeRepeatedExtglob = (body, options) => {
17688
+ if (options.maxExtglobRecursion === false) return { risky: false };
17689
+ const max = typeof options.maxExtglobRecursion === "number" ? options.maxExtglobRecursion : constants.DEFAULT_MAX_EXTGLOB_RECURSION;
17690
+ const branches = splitTopLevel(body).map((branch) => branch.trim());
17691
+ if (branches.length > 1) {
17692
+ if (branches.some((branch) => branch === "") || branches.some((branch) => /^[*?]+$/.test(branch)) || hasRepeatedCharPrefixOverlap(branches)) return { risky: true };
17693
+ }
17694
+ for (const branch of branches) {
17695
+ const safeOutput = getStarExtglobSequenceOutput(branch);
17696
+ if (safeOutput) return {
17697
+ risky: true,
17698
+ safeOutput
17699
+ };
17700
+ if (repeatedExtglobRecursion(branch) > max) return { risky: true };
17701
+ }
17702
+ return { risky: false };
17703
+ };
17515
17704
  /**
17516
17705
  * Parse the given input string.
17517
17706
  * @param {String} input
@@ -17641,6 +17830,8 @@ var require_parse = /* @__PURE__ */ __commonJSMin(((exports, module) => {
17641
17830
  token.prev = prev;
17642
17831
  token.parens = state.parens;
17643
17832
  token.output = state.output;
17833
+ token.startIndex = state.index;
17834
+ token.tokensIndex = tokens.length;
17644
17835
  const output = (opts.capture ? "(" : "") + token.open;
17645
17836
  increment("parens");
17646
17837
  push({
@@ -17657,6 +17848,30 @@ var require_parse = /* @__PURE__ */ __commonJSMin(((exports, module) => {
17657
17848
  extglobs.push(token);
17658
17849
  };
17659
17850
  const extglobClose = (token) => {
17851
+ const literal = input.slice(token.startIndex, state.index + 1);
17852
+ const analysis = analyzeRepeatedExtglob(input.slice(token.startIndex + 2, state.index), opts);
17853
+ if ((token.type === "plus" || token.type === "star") && analysis.risky) {
17854
+ const safeOutput = analysis.safeOutput ? (token.output ? "" : ONE_CHAR) + (opts.capture ? `(${analysis.safeOutput})` : analysis.safeOutput) : void 0;
17855
+ const open = tokens[token.tokensIndex];
17856
+ open.type = "text";
17857
+ open.value = literal;
17858
+ open.output = safeOutput || utils.escapeRegex(literal);
17859
+ for (let i = token.tokensIndex + 1; i < tokens.length; i++) {
17860
+ tokens[i].value = "";
17861
+ tokens[i].output = "";
17862
+ delete tokens[i].suffix;
17863
+ }
17864
+ state.output = token.output + open.output;
17865
+ state.backtrack = true;
17866
+ push({
17867
+ type: "paren",
17868
+ extglob: true,
17869
+ value,
17870
+ output: ""
17871
+ });
17872
+ decrement("parens");
17873
+ return;
17874
+ }
17660
17875
  let output = token.close + (opts.capture ? ")" : "");
17661
17876
  let rest;
17662
17877
  if (token.type === "negate") {
@@ -18342,7 +18557,7 @@ var require_parse = /* @__PURE__ */ __commonJSMin(((exports, module) => {
18342
18557
  module.exports = parse;
18343
18558
  }));
18344
18559
  //#endregion
18345
- //#region node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.js
18560
+ //#region node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/lib/picomatch.js
18346
18561
  var require_picomatch$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
18347
18562
  const scan = require_scan();
18348
18563
  const parse = require_parse();
@@ -18552,6 +18767,14 @@ var require_picomatch$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
18552
18767
  * Compile a regular expression from the `state` object returned by the
18553
18768
  * [parse()](#parse) method.
18554
18769
  *
18770
+ * ```js
18771
+ * const picomatch = require('picomatch');
18772
+ * const state = picomatch.parse('*.js');
18773
+ * // picomatch.compileRe(state[, options]);
18774
+ *
18775
+ * console.log(picomatch.compileRe(state));
18776
+ * //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/
18777
+ * ```
18555
18778
  * @param {Object} `state`
18556
18779
  * @param {Object} `options`
18557
18780
  * @param {Boolean} `returnOutput` Intended for implementors, this argument allows you to return the raw output from the parser.
@@ -18575,10 +18798,10 @@ var require_picomatch$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
18575
18798
  *
18576
18799
  * ```js
18577
18800
  * const picomatch = require('picomatch');
18578
- * const state = picomatch.parse('*.js');
18579
- * // picomatch.compileRe(state[, options]);
18801
+ * // picomatch.makeRe(state[, options]);
18580
18802
  *
18581
- * console.log(picomatch.compileRe(state));
18803
+ * const result = picomatch.makeRe('*.js');
18804
+ * console.log(result);
18582
18805
  * //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/
18583
18806
  * ```
18584
18807
  * @param {String} `state` The object returned from the `.parse` method.
@@ -18634,7 +18857,7 @@ var require_picomatch$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
18634
18857
  module.exports = picomatch;
18635
18858
  }));
18636
18859
  //#endregion
18637
- //#region node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.js
18860
+ //#region node_modules/.pnpm/picomatch@4.0.4/node_modules/picomatch/index.js
18638
18861
  var require_picomatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
18639
18862
  const pico = require_picomatch$1();
18640
18863
  const utils = require_utils();
@@ -18649,7 +18872,7 @@ var require_picomatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
18649
18872
  module.exports = picomatch;
18650
18873
  }));
18651
18874
  //#endregion
18652
- //#region node_modules/.pnpm/fdir@6.5.0_picomatch@4.0.3/node_modules/fdir/dist/index.cjs
18875
+ //#region node_modules/.pnpm/fdir@6.5.0_picomatch@4.0.4/node_modules/fdir/dist/index.cjs
18653
18876
  var require_dist$4 = /* @__PURE__ */ __commonJSMin(((exports) => {
18654
18877
  var __create = Object.create;
18655
18878
  var __defProp = Object.defineProperty;
@@ -19181,8 +19404,9 @@ var require_dist$4 = /* @__PURE__ */ __commonJSMin(((exports) => {
19181
19404
  exports.fdir = Builder;
19182
19405
  }));
19183
19406
  //#endregion
19184
- //#region node_modules/.pnpm/tinyglobby@0.2.15/node_modules/tinyglobby/dist/index.cjs
19407
+ //#region node_modules/.pnpm/tinyglobby@0.2.16/node_modules/tinyglobby/dist/index.cjs
19185
19408
  var require_dist$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
19409
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
19186
19410
  var __create = Object.create;
19187
19411
  var __defProp = Object.defineProperty;
19188
19412
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -19204,45 +19428,42 @@ var require_dist$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
19204
19428
  enumerable: true
19205
19429
  }) : target, mod));
19206
19430
  let fs = require("fs");
19207
- fs = __toESM(fs);
19208
- let path$1 = require("path");
19209
- path$1 = __toESM(path$1);
19431
+ let path$6 = require("path");
19210
19432
  let url = require("url");
19211
- url = __toESM(url);
19212
19433
  let fdir = require_dist$4();
19213
- fdir = __toESM(fdir);
19214
19434
  let picomatch = require_picomatch();
19215
19435
  picomatch = __toESM(picomatch);
19216
19436
  const isReadonlyArray = Array.isArray;
19437
+ const BACKSLASHES = /\\/g;
19217
19438
  const isWin = process.platform === "win32";
19218
19439
  const ONLY_PARENT_DIRECTORIES = /^(\/?\.\.)+$/;
19219
19440
  function getPartialMatcher(patterns, options = {}) {
19220
19441
  const patternsCount = patterns.length;
19221
19442
  const patternsParts = Array(patternsCount);
19222
19443
  const matchers = Array(patternsCount);
19223
- const globstarEnabled = !options.noglobstar;
19224
- for (let i = 0; i < patternsCount; i++) {
19444
+ let i, j;
19445
+ for (i = 0; i < patternsCount; i++) {
19225
19446
  const parts = splitPattern(patterns[i]);
19226
19447
  patternsParts[i] = parts;
19227
19448
  const partsCount = parts.length;
19228
19449
  const partMatchers = Array(partsCount);
19229
- for (let j = 0; j < partsCount; j++) partMatchers[j] = (0, picomatch.default)(parts[j], options);
19450
+ for (j = 0; j < partsCount; j++) partMatchers[j] = (0, picomatch.default)(parts[j], options);
19230
19451
  matchers[i] = partMatchers;
19231
19452
  }
19232
19453
  return (input) => {
19233
19454
  const inputParts = input.split("/");
19234
19455
  if (inputParts[0] === ".." && ONLY_PARENT_DIRECTORIES.test(input)) return true;
19235
- for (let i = 0; i < patterns.length; i++) {
19456
+ for (i = 0; i < patternsCount; i++) {
19236
19457
  const patternParts = patternsParts[i];
19237
19458
  const matcher = matchers[i];
19238
19459
  const inputPatternCount = inputParts.length;
19239
19460
  const minParts = Math.min(inputPatternCount, patternParts.length);
19240
- let j = 0;
19461
+ j = 0;
19241
19462
  while (j < minParts) {
19242
19463
  const part = patternParts[j];
19243
19464
  if (part.includes("/")) return true;
19244
19465
  if (!matcher[j](inputParts[j])) break;
19245
- if (globstarEnabled && part === "**") return true;
19466
+ if (!options.noglobstar && part === "**") return true;
19246
19467
  j++;
19247
19468
  }
19248
19469
  if (j === inputPatternCount) return true;
@@ -19256,7 +19477,7 @@ var require_dist$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
19256
19477
  function buildFormat(cwd, root, absolute) {
19257
19478
  if (cwd === root || root.startsWith(`${cwd}/`)) {
19258
19479
  if (absolute) {
19259
- const start = isRoot(cwd) ? cwd.length : cwd.length + 1;
19480
+ const start = cwd.length + +!isRoot(cwd);
19260
19481
  return (p, isDir) => p.slice(start, isDir ? -1 : void 0) || ".";
19261
19482
  }
19262
19483
  const prefix = root.slice(cwd.length + 1);
@@ -19267,8 +19488,8 @@ var require_dist$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
19267
19488
  };
19268
19489
  return (p, isDir) => isDir && p !== "." ? p.slice(0, -1) : p;
19269
19490
  }
19270
- if (absolute) return (p) => path$1.posix.relative(cwd, p) || ".";
19271
- return (p) => path$1.posix.relative(cwd, `${root}/${p}`) || ".";
19491
+ if (absolute) return (p) => path$6.posix.relative(cwd, p) || ".";
19492
+ return (p) => path$6.posix.relative(cwd, `${root}/${p}`) || ".";
19272
19493
  }
19273
19494
  function buildRelative(cwd, root) {
19274
19495
  if (root.startsWith(`${cwd}/`)) {
@@ -19276,23 +19497,22 @@ var require_dist$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
19276
19497
  return (p) => `${prefix}/${p}`;
19277
19498
  }
19278
19499
  return (p) => {
19279
- const result = path$1.posix.relative(cwd, `${root}/${p}`);
19280
- if (p.endsWith("/") && result !== "") return `${result}/`;
19281
- return result || ".";
19500
+ const result = path$6.posix.relative(cwd, `${root}/${p}`);
19501
+ return p[p.length - 1] === "/" && result !== "" ? `${result}/` : result || ".";
19282
19502
  };
19283
19503
  }
19284
19504
  const splitPatternOptions = { parts: true };
19285
- function splitPattern(path$2) {
19505
+ function splitPattern(path$1) {
19286
19506
  var _result$parts;
19287
- const result = picomatch.default.scan(path$2, splitPatternOptions);
19288
- return ((_result$parts = result.parts) === null || _result$parts === void 0 ? void 0 : _result$parts.length) ? result.parts : [path$2];
19507
+ const result = picomatch.default.scan(path$1, splitPatternOptions);
19508
+ return ((_result$parts = result.parts) === null || _result$parts === void 0 ? void 0 : _result$parts.length) ? result.parts : [path$1];
19289
19509
  }
19290
19510
  const ESCAPED_WIN32_BACKSLASHES = /\\(?![()[\]{}!+@])/g;
19291
19511
  function convertPosixPathToPattern(path$2) {
19292
19512
  return escapePosixPath(path$2);
19293
19513
  }
19294
- function convertWin32PathToPattern(path$2) {
19295
- return escapeWin32Path(path$2).replace(ESCAPED_WIN32_BACKSLASHES, "/");
19514
+ function convertWin32PathToPattern(path$3) {
19515
+ return escapeWin32Path(path$3).replace(ESCAPED_WIN32_BACKSLASHES, "/");
19296
19516
  }
19297
19517
  /**
19298
19518
  * Converts a path to a pattern depending on the platform.
@@ -19303,8 +19523,8 @@ var require_dist$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
19303
19523
  const convertPathToPattern = isWin ? convertWin32PathToPattern : convertPosixPathToPattern;
19304
19524
  const POSIX_UNESCAPED_GLOB_SYMBOLS = /(?<!\\)([()[\]{}*?|]|^!|[!+@](?=\()|\\(?![()[\]{}!*+?@|]))/g;
19305
19525
  const WIN32_UNESCAPED_GLOB_SYMBOLS = /(?<!\\)([()[\]{}]|^!|[!+@](?=\())/g;
19306
- const escapePosixPath = (path$2) => path$2.replace(POSIX_UNESCAPED_GLOB_SYMBOLS, "\\$&");
19307
- const escapeWin32Path = (path$2) => path$2.replace(WIN32_UNESCAPED_GLOB_SYMBOLS, "\\$&");
19526
+ const escapePosixPath = (path$4) => path$4.replace(POSIX_UNESCAPED_GLOB_SYMBOLS, "\\$&");
19527
+ const escapeWin32Path = (path$5) => path$5.replace(WIN32_UNESCAPED_GLOB_SYMBOLS, "\\$&");
19308
19528
  /**
19309
19529
  * Escapes a path's special characters depending on the platform.
19310
19530
  * @see {@link https://superchupu.dev/tinyglobby/documentation#escapePath}
@@ -19331,28 +19551,31 @@ var require_dist$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
19331
19551
  function log(...tasks) {
19332
19552
  console.log(`[tinyglobby ${(/* @__PURE__ */ new Date()).toLocaleTimeString("es")}]`, ...tasks);
19333
19553
  }
19554
+ function ensureStringArray(value) {
19555
+ return typeof value === "string" ? [value] : value !== null && value !== void 0 ? value : [];
19556
+ }
19334
19557
  const PARENT_DIRECTORY = /^(\/?\.\.)+/;
19335
19558
  const ESCAPING_BACKSLASHES = /\\(?=[()[\]{}!*+?@|])/g;
19336
- const BACKSLASHES = /\\/g;
19337
- function normalizePattern(pattern, expandDirectories, cwd, props, isIgnore) {
19559
+ function normalizePattern(pattern, opts, props, isIgnore) {
19560
+ var _PARENT_DIRECTORY$exe;
19561
+ const cwd = opts.cwd;
19338
19562
  let result = pattern;
19339
- if (pattern.endsWith("/")) result = pattern.slice(0, -1);
19340
- if (!result.endsWith("*") && expandDirectories) result += "/**";
19563
+ if (pattern[pattern.length - 1] === "/") result = pattern.slice(0, -1);
19564
+ if (result[result.length - 1] !== "*" && opts.expandDirectories) result += "/**";
19341
19565
  const escapedCwd = escapePath(cwd);
19342
- if (path$1.default.isAbsolute(result.replace(ESCAPING_BACKSLASHES, ""))) result = path$1.posix.relative(escapedCwd, result);
19343
- else result = path$1.posix.normalize(result);
19344
- const parentDirectoryMatch = PARENT_DIRECTORY.exec(result);
19566
+ result = (0, path$6.isAbsolute)(result.replace(ESCAPING_BACKSLASHES, "")) ? path$6.posix.relative(escapedCwd, result) : path$6.posix.normalize(result);
19567
+ const parentDir = (_PARENT_DIRECTORY$exe = PARENT_DIRECTORY.exec(result)) === null || _PARENT_DIRECTORY$exe === void 0 ? void 0 : _PARENT_DIRECTORY$exe[0];
19345
19568
  const parts = splitPattern(result);
19346
- if (parentDirectoryMatch === null || parentDirectoryMatch === void 0 ? void 0 : parentDirectoryMatch[0]) {
19347
- const n = (parentDirectoryMatch[0].length + 1) / 3;
19569
+ if (parentDir) {
19570
+ const n = (parentDir.length + 1) / 3;
19348
19571
  let i = 0;
19349
19572
  const cwdParts = escapedCwd.split("/");
19350
19573
  while (i < n && parts[i + n] === cwdParts[cwdParts.length + i - n]) {
19351
19574
  result = result.slice(0, (n - i - 1) * 3) + result.slice((n - i) * 3 + parts[i + n].length + 1) || ".";
19352
19575
  i++;
19353
19576
  }
19354
- const potentialRoot = path$1.posix.join(cwd, parentDirectoryMatch[0].slice(i * 3));
19355
- if (!potentialRoot.startsWith(".") && props.root.length > potentialRoot.length) {
19577
+ const potentialRoot = path$6.posix.join(cwd, parentDir.slice(i * 3));
19578
+ if (potentialRoot[0] !== "." && props.root.length > potentialRoot.length) {
19356
19579
  props.root = potentialRoot;
19357
19580
  props.depthOffset = -n + i;
19358
19581
  }
@@ -19368,152 +19591,139 @@ var require_dist$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
19368
19591
  newCommonPath.pop();
19369
19592
  break;
19370
19593
  }
19371
- if (part !== props.commonPath[i] || isDynamicPattern(part) || i === parts.length - 1) break;
19594
+ if (i === parts.length - 1 || part !== props.commonPath[i] || isDynamicPattern(part)) break;
19372
19595
  newCommonPath.push(part);
19373
19596
  }
19374
19597
  props.depthOffset = newCommonPath.length;
19375
19598
  props.commonPath = newCommonPath;
19376
- props.root = newCommonPath.length > 0 ? path$1.posix.join(cwd, ...newCommonPath) : cwd;
19599
+ props.root = newCommonPath.length > 0 ? path$6.posix.join(cwd, ...newCommonPath) : cwd;
19377
19600
  }
19378
19601
  return result;
19379
19602
  }
19380
- function processPatterns({ patterns = ["**/*"], ignore = [], expandDirectories = true }, cwd, props) {
19381
- if (typeof patterns === "string") patterns = [patterns];
19382
- if (typeof ignore === "string") ignore = [ignore];
19603
+ function processPatterns(options, patterns, props) {
19383
19604
  const matchPatterns = [];
19384
19605
  const ignorePatterns = [];
19385
- for (const pattern of ignore) {
19606
+ for (const pattern of options.ignore) {
19386
19607
  if (!pattern) continue;
19387
- if (pattern[0] !== "!" || pattern[1] === "(") ignorePatterns.push(normalizePattern(pattern, expandDirectories, cwd, props, true));
19608
+ if (pattern[0] !== "!" || pattern[1] === "(") ignorePatterns.push(normalizePattern(pattern, options, props, true));
19388
19609
  }
19389
19610
  for (const pattern of patterns) {
19390
19611
  if (!pattern) continue;
19391
- if (pattern[0] !== "!" || pattern[1] === "(") matchPatterns.push(normalizePattern(pattern, expandDirectories, cwd, props, false));
19392
- else if (pattern[1] !== "!" || pattern[2] === "(") ignorePatterns.push(normalizePattern(pattern.slice(1), expandDirectories, cwd, props, true));
19612
+ if (pattern[0] !== "!" || pattern[1] === "(") matchPatterns.push(normalizePattern(pattern, options, props, false));
19613
+ else if (pattern[1] !== "!" || pattern[2] === "(") ignorePatterns.push(normalizePattern(pattern.slice(1), options, props, true));
19393
19614
  }
19394
19615
  return {
19395
19616
  match: matchPatterns,
19396
19617
  ignore: ignorePatterns
19397
19618
  };
19398
19619
  }
19399
- function formatPaths(paths, relative) {
19400
- for (let i = paths.length - 1; i >= 0; i--) {
19401
- const path$2 = paths[i];
19402
- paths[i] = relative(path$2);
19403
- }
19404
- return paths;
19405
- }
19406
- function normalizeCwd(cwd) {
19407
- if (!cwd) return process.cwd().replace(BACKSLASHES, "/");
19408
- if (cwd instanceof URL) return (0, url.fileURLToPath)(cwd).replace(BACKSLASHES, "/");
19409
- return path$1.default.resolve(cwd).replace(BACKSLASHES, "/");
19410
- }
19411
- function getCrawler(patterns, inputOptions = {}) {
19412
- const options = process.env.TINYGLOBBY_DEBUG ? {
19413
- ...inputOptions,
19414
- debug: true
19415
- } : inputOptions;
19416
- const cwd = normalizeCwd(options.cwd);
19417
- if (options.debug) log("globbing with:", {
19418
- patterns,
19419
- options,
19420
- cwd
19421
- });
19422
- if (Array.isArray(patterns) && patterns.length === 0) return [{
19423
- sync: () => [],
19424
- withPromise: async () => []
19425
- }, false];
19620
+ function buildCrawler(options, patterns) {
19621
+ const cwd = options.cwd;
19426
19622
  const props = {
19427
19623
  root: cwd,
19428
- commonPath: null,
19429
19624
  depthOffset: 0
19430
19625
  };
19431
- const processed = processPatterns({
19432
- ...options,
19433
- patterns
19434
- }, cwd, props);
19626
+ const processed = processPatterns(options, patterns, props);
19435
19627
  if (options.debug) log("internal processing patterns:", processed);
19628
+ const { absolute, caseSensitiveMatch, debug, dot, followSymbolicLinks, onlyDirectories } = options;
19629
+ const root = props.root.replace(BACKSLASHES, "");
19436
19630
  const matchOptions = {
19437
- dot: options.dot,
19631
+ dot,
19438
19632
  nobrace: options.braceExpansion === false,
19439
- nocase: options.caseSensitiveMatch === false,
19633
+ nocase: !caseSensitiveMatch,
19440
19634
  noextglob: options.extglob === false,
19441
19635
  noglobstar: options.globstar === false,
19442
19636
  posix: true
19443
19637
  };
19444
- const matcher = (0, picomatch.default)(processed.match, {
19445
- ...matchOptions,
19446
- ignore: processed.ignore
19447
- });
19638
+ const matcher = (0, picomatch.default)(processed.match, matchOptions);
19448
19639
  const ignore = (0, picomatch.default)(processed.ignore, matchOptions);
19449
19640
  const partialMatcher = getPartialMatcher(processed.match, matchOptions);
19450
- const format = buildFormat(cwd, props.root, options.absolute);
19451
- const formatExclude = options.absolute ? format : buildFormat(cwd, props.root, true);
19452
- const fdirOptions = {
19453
- filters: [options.debug ? (p, isDirectory) => {
19454
- const path$2 = format(p, isDirectory);
19455
- const matches = matcher(path$2);
19456
- if (matches) log(`matched ${path$2}`);
19641
+ const format = buildFormat(cwd, root, absolute);
19642
+ const excludeFormatter = absolute ? format : buildFormat(cwd, root, true);
19643
+ const excludePredicate = (_, p) => {
19644
+ const relativePath = excludeFormatter(p, true);
19645
+ return relativePath !== "." && !partialMatcher(relativePath) || ignore(relativePath);
19646
+ };
19647
+ let maxDepth;
19648
+ if (options.deep !== void 0) maxDepth = Math.round(options.deep - props.depthOffset);
19649
+ const crawler = new fdir.fdir({
19650
+ filters: [debug ? (p, isDirectory) => {
19651
+ const path$7 = format(p, isDirectory);
19652
+ const matches = matcher(path$7) && !ignore(path$7);
19653
+ if (matches) log(`matched ${path$7}`);
19457
19654
  return matches;
19458
- } : (p, isDirectory) => matcher(format(p, isDirectory))],
19459
- exclude: options.debug ? (_, p) => {
19460
- const relativePath = formatExclude(p, true);
19461
- const skipped = relativePath !== "." && !partialMatcher(relativePath) || ignore(relativePath);
19462
- if (skipped) log(`skipped ${p}`);
19463
- else log(`crawling ${p}`);
19655
+ } : (p, isDirectory) => {
19656
+ const path$8 = format(p, isDirectory);
19657
+ return matcher(path$8) && !ignore(path$8);
19658
+ }],
19659
+ exclude: debug ? (_, p) => {
19660
+ const skipped = excludePredicate(_, p);
19661
+ log(`${skipped ? "skipped" : "crawling"} ${p}`);
19464
19662
  return skipped;
19465
- } : (_, p) => {
19466
- const relativePath = formatExclude(p, true);
19467
- return relativePath !== "." && !partialMatcher(relativePath) || ignore(relativePath);
19468
- },
19469
- fs: options.fs ? {
19470
- readdir: options.fs.readdir || fs.default.readdir,
19471
- readdirSync: options.fs.readdirSync || fs.default.readdirSync,
19472
- realpath: options.fs.realpath || fs.default.realpath,
19473
- realpathSync: options.fs.realpathSync || fs.default.realpathSync,
19474
- stat: options.fs.stat || fs.default.stat,
19475
- statSync: options.fs.statSync || fs.default.statSync
19476
- } : void 0,
19663
+ } : excludePredicate,
19664
+ fs: options.fs,
19477
19665
  pathSeparator: "/",
19478
- relativePaths: true,
19479
- resolveSymlinks: true,
19666
+ relativePaths: !absolute,
19667
+ resolvePaths: absolute,
19668
+ includeBasePath: absolute,
19669
+ resolveSymlinks: followSymbolicLinks,
19670
+ excludeSymlinks: !followSymbolicLinks,
19671
+ excludeFiles: onlyDirectories,
19672
+ includeDirs: onlyDirectories || !options.onlyFiles,
19673
+ maxDepth,
19480
19674
  signal: options.signal
19675
+ }).crawl(root);
19676
+ if (options.debug) log("internal properties:", {
19677
+ ...props,
19678
+ root
19679
+ });
19680
+ return [crawler, cwd !== root && !absolute && buildRelative(cwd, root)];
19681
+ }
19682
+ function formatPaths(paths, mapper) {
19683
+ if (mapper) for (let i = paths.length - 1; i >= 0; i--) paths[i] = mapper(paths[i]);
19684
+ return paths;
19685
+ }
19686
+ const defaultOptions = {
19687
+ caseSensitiveMatch: true,
19688
+ cwd: process.cwd(),
19689
+ debug: !!process.env.TINYGLOBBY_DEBUG,
19690
+ expandDirectories: true,
19691
+ followSymbolicLinks: true,
19692
+ onlyFiles: true
19693
+ };
19694
+ function getOptions(options) {
19695
+ const opts = {
19696
+ ...defaultOptions,
19697
+ ...options
19481
19698
  };
19482
- if (options.deep !== void 0) fdirOptions.maxDepth = Math.round(options.deep - props.depthOffset);
19483
- if (options.absolute) {
19484
- fdirOptions.relativePaths = false;
19485
- fdirOptions.resolvePaths = true;
19486
- fdirOptions.includeBasePath = true;
19487
- }
19488
- if (options.followSymbolicLinks === false) {
19489
- fdirOptions.resolveSymlinks = false;
19490
- fdirOptions.excludeSymlinks = true;
19491
- }
19492
- if (options.onlyDirectories) {
19493
- fdirOptions.excludeFiles = true;
19494
- fdirOptions.includeDirs = true;
19495
- } else if (options.onlyFiles === false) fdirOptions.includeDirs = true;
19496
- props.root = props.root.replace(BACKSLASHES, "");
19497
- const root = props.root;
19498
- if (options.debug) log("internal properties:", props);
19499
- const relative = cwd !== root && !options.absolute && buildRelative(cwd, props.root);
19500
- return [new fdir.fdir(fdirOptions).crawl(root), relative];
19501
- }
19502
- async function glob(patternsOrOptions, options) {
19503
- if (patternsOrOptions && (options === null || options === void 0 ? void 0 : options.patterns)) throw new Error("Cannot pass patterns as both an argument and an option");
19504
- const isModern = isReadonlyArray(patternsOrOptions) || typeof patternsOrOptions === "string";
19505
- const opts = isModern ? options : patternsOrOptions;
19506
- const [crawler, relative] = getCrawler(isModern ? patternsOrOptions : patternsOrOptions.patterns, opts);
19507
- if (!relative) return crawler.withPromise();
19508
- return formatPaths(await crawler.withPromise(), relative);
19509
- }
19510
- function globSync(patternsOrOptions, options) {
19511
- if (patternsOrOptions && (options === null || options === void 0 ? void 0 : options.patterns)) throw new Error("Cannot pass patterns as both an argument and an option");
19512
- const isModern = isReadonlyArray(patternsOrOptions) || typeof patternsOrOptions === "string";
19513
- const opts = isModern ? options : patternsOrOptions;
19514
- const [crawler, relative] = getCrawler(isModern ? patternsOrOptions : patternsOrOptions.patterns, opts);
19515
- if (!relative) return crawler.sync();
19516
- return formatPaths(crawler.sync(), relative);
19699
+ opts.cwd = (opts.cwd instanceof URL ? (0, url.fileURLToPath)(opts.cwd) : (0, path$6.resolve)(opts.cwd)).replace(BACKSLASHES, "/");
19700
+ opts.ignore = ensureStringArray(opts.ignore);
19701
+ opts.fs && (opts.fs = {
19702
+ readdir: opts.fs.readdir || fs.readdir,
19703
+ readdirSync: opts.fs.readdirSync || fs.readdirSync,
19704
+ realpath: opts.fs.realpath || fs.realpath,
19705
+ realpathSync: opts.fs.realpathSync || fs.realpathSync,
19706
+ stat: opts.fs.stat || fs.stat,
19707
+ statSync: opts.fs.statSync || fs.statSync
19708
+ });
19709
+ if (opts.debug) log("globbing with options:", opts);
19710
+ return opts;
19711
+ }
19712
+ function getCrawler(globInput, inputOptions = {}) {
19713
+ var _ref;
19714
+ if (globInput && (inputOptions === null || inputOptions === void 0 ? void 0 : inputOptions.patterns)) throw new Error("Cannot pass patterns as both an argument and an option");
19715
+ const isModern = isReadonlyArray(globInput) || typeof globInput === "string";
19716
+ const patterns = ensureStringArray((_ref = isModern ? globInput : globInput.patterns) !== null && _ref !== void 0 ? _ref : "**/*");
19717
+ const options = getOptions(isModern ? inputOptions : globInput);
19718
+ return patterns.length > 0 ? buildCrawler(options, patterns) : [];
19719
+ }
19720
+ async function glob(globInput, options) {
19721
+ const [crawler, relative] = getCrawler(globInput, options);
19722
+ return crawler ? formatPaths(await crawler.withPromise(), relative) : [];
19723
+ }
19724
+ function globSync(globInput, options) {
19725
+ const [crawler, relative] = getCrawler(globInput, options);
19726
+ return crawler ? formatPaths(crawler.sync(), relative) : [];
19517
19727
  }
19518
19728
  exports.convertPathToPattern = convertPathToPattern;
19519
19729
  exports.escapePath = escapePath;
@@ -19522,7 +19732,7 @@ var require_dist$3 = /* @__PURE__ */ __commonJSMin(((exports) => {
19522
19732
  exports.isDynamicPattern = isDynamicPattern;
19523
19733
  }));
19524
19734
  //#endregion
19525
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js
19735
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js
19526
19736
  var require_resolveProjectList = /* @__PURE__ */ __commonJSMin(((exports) => {
19527
19737
  var __importDefault = exports && exports.__importDefault || function(mod) {
19528
19738
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -19591,15 +19801,15 @@ var require_resolveProjectList = /* @__PURE__ */ __commonJSMin(((exports) => {
19591
19801
  }
19592
19802
  }));
19593
19803
  //#endregion
19594
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/package.json
19804
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/package.json
19595
19805
  var require_package$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
19596
19806
  module.exports = {
19597
19807
  "name": "@typescript-eslint/typescript-estree",
19598
- "version": "8.58.0",
19808
+ "version": "8.59.2",
19599
19809
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
19600
19810
  "files": [
19601
19811
  "dist",
19602
- "!*.tsbuildinfo",
19812
+ "!**/*.tsbuildinfo",
19603
19813
  "README.md",
19604
19814
  "LICENSE"
19605
19815
  ],
@@ -19640,10 +19850,10 @@ var require_package$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
19640
19850
  "semver": "^7.7.3",
19641
19851
  "tinyglobby": "^0.2.15",
19642
19852
  "ts-api-utils": "^2.5.0",
19643
- "@typescript-eslint/project-service": "8.58.0",
19644
- "@typescript-eslint/tsconfig-utils": "8.58.0",
19645
- "@typescript-eslint/types": "8.58.0",
19646
- "@typescript-eslint/visitor-keys": "8.58.0"
19853
+ "@typescript-eslint/project-service": "8.59.2",
19854
+ "@typescript-eslint/types": "8.59.2",
19855
+ "@typescript-eslint/visitor-keys": "8.59.2",
19856
+ "@typescript-eslint/tsconfig-utils": "8.59.2"
19647
19857
  },
19648
19858
  "devDependencies": {
19649
19859
  "@vitest/coverage-v8": "^4.0.18",
@@ -19675,14 +19885,14 @@ var require_package$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
19675
19885
  };
19676
19886
  }));
19677
19887
  //#endregion
19678
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/version.js
19888
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/version.js
19679
19889
  var require_version = /* @__PURE__ */ __commonJSMin(((exports) => {
19680
19890
  Object.defineProperty(exports, "__esModule", { value: true });
19681
19891
  exports.version = void 0;
19682
19892
  exports.version = require_package$1().version;
19683
19893
  }));
19684
19894
  //#endregion
19685
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js
19895
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js
19686
19896
  var require_warnAboutTSVersion = /* @__PURE__ */ __commonJSMin(((exports) => {
19687
19897
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
19688
19898
  if (k2 === void 0) k2 = k;
@@ -19765,7 +19975,7 @@ var require_warnAboutTSVersion = /* @__PURE__ */ __commonJSMin(((exports) => {
19765
19975
  }
19766
19976
  }));
19767
19977
  //#endregion
19768
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js
19978
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js
19769
19979
  var require_createParseSettings = /* @__PURE__ */ __commonJSMin(((exports) => {
19770
19980
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
19771
19981
  if (k2 === void 0) k2 = k;
@@ -19950,7 +20160,7 @@ var require_createParseSettings = /* @__PURE__ */ __commonJSMin(((exports) => {
19950
20160
  }
19951
20161
  }));
19952
20162
  //#endregion
19953
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js
20163
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js
19954
20164
  var require_semantic_or_syntactic_errors = /* @__PURE__ */ __commonJSMin(((exports) => {
19955
20165
  Object.defineProperty(exports, "__esModule", { value: true });
19956
20166
  exports.getFirstSemanticOrSyntacticError = getFirstSemanticOrSyntacticError;
@@ -20095,7 +20305,7 @@ var require_commonjs$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
20095
20305
  exports.range = range;
20096
20306
  }));
20097
20307
  //#endregion
20098
- //#region node_modules/.pnpm/brace-expansion@5.0.4/node_modules/brace-expansion/dist/commonjs/index.js
20308
+ //#region node_modules/.pnpm/brace-expansion@5.0.6/node_modules/brace-expansion/dist/commonjs/index.js
20099
20309
  var require_commonjs$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
20100
20310
  Object.defineProperty(exports, "__esModule", { value: true });
20101
20311
  exports.EXPANSION_MAX = void 0;
@@ -20203,7 +20413,7 @@ var require_commonjs$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
20203
20413
  const x = numeric(n[0]);
20204
20414
  const y = numeric(n[1]);
20205
20415
  const width = Math.max(n[0].length, n[1].length);
20206
- let incr = n.length === 3 && n[2] !== void 0 ? Math.abs(numeric(n[2])) : 1;
20416
+ let incr = n.length === 3 && n[2] !== void 0 ? Math.max(Math.abs(numeric(n[2])), 1) : 1;
20207
20417
  let test = lte;
20208
20418
  if (y < x) {
20209
20419
  incr *= -1;
@@ -20211,7 +20421,7 @@ var require_commonjs$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
20211
20421
  }
20212
20422
  const pad = n.some(isPadded);
20213
20423
  N = [];
20214
- for (let i = x; test(i, y); i += incr) {
20424
+ for (let i = x; test(i, y) && N.length < max; i += incr) {
20215
20425
  let c;
20216
20426
  if (isAlphaSequence) {
20217
20427
  c = String.fromCharCode(i);
@@ -20242,7 +20452,7 @@ var require_commonjs$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
20242
20452
  }
20243
20453
  }));
20244
20454
  //#endregion
20245
- //#region node_modules/.pnpm/minimatch@10.2.4/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js
20455
+ //#region node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js
20246
20456
  var require_assert_valid_pattern = /* @__PURE__ */ __commonJSMin(((exports) => {
20247
20457
  Object.defineProperty(exports, "__esModule", { value: true });
20248
20458
  exports.assertValidPattern = void 0;
@@ -20254,7 +20464,7 @@ var require_assert_valid_pattern = /* @__PURE__ */ __commonJSMin(((exports) => {
20254
20464
  exports.assertValidPattern = assertValidPattern;
20255
20465
  }));
20256
20466
  //#endregion
20257
- //#region node_modules/.pnpm/minimatch@10.2.4/node_modules/minimatch/dist/commonjs/brace-expressions.js
20467
+ //#region node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/commonjs/brace-expressions.js
20258
20468
  var require_brace_expressions = /* @__PURE__ */ __commonJSMin(((exports) => {
20259
20469
  Object.defineProperty(exports, "__esModule", { value: true });
20260
20470
  exports.parseClass = void 0;
@@ -20380,7 +20590,7 @@ var require_brace_expressions = /* @__PURE__ */ __commonJSMin(((exports) => {
20380
20590
  exports.parseClass = parseClass;
20381
20591
  }));
20382
20592
  //#endregion
20383
- //#region node_modules/.pnpm/minimatch@10.2.4/node_modules/minimatch/dist/commonjs/unescape.js
20593
+ //#region node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/commonjs/unescape.js
20384
20594
  var require_unescape = /* @__PURE__ */ __commonJSMin(((exports) => {
20385
20595
  Object.defineProperty(exports, "__esModule", { value: true });
20386
20596
  exports.unescape = void 0;
@@ -20404,13 +20614,13 @@ var require_unescape = /* @__PURE__ */ __commonJSMin(((exports) => {
20404
20614
  * unescaped.
20405
20615
  */
20406
20616
  const unescape = (s, { windowsPathsNoEscape = false, magicalBraces = true } = {}) => {
20407
- if (magicalBraces) return windowsPathsNoEscape ? s.replace(/\[([^\/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
20408
- return windowsPathsNoEscape ? s.replace(/\[([^\/\\{}])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^\/\\{}])\]/g, "$1$2").replace(/\\([^\/{}])/g, "$1");
20617
+ if (magicalBraces) return windowsPathsNoEscape ? s.replace(/\[([^/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^/\\])\]/g, "$1$2").replace(/\\([^/])/g, "$1");
20618
+ return windowsPathsNoEscape ? s.replace(/\[([^/\\{}])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^/\\{}])\]/g, "$1$2").replace(/\\([^/{}])/g, "$1");
20409
20619
  };
20410
20620
  exports.unescape = unescape;
20411
20621
  }));
20412
20622
  //#endregion
20413
- //#region node_modules/.pnpm/minimatch@10.2.4/node_modules/minimatch/dist/commonjs/ast.js
20623
+ //#region node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/commonjs/ast.js
20414
20624
  var require_ast = /* @__PURE__ */ __commonJSMin(((exports) => {
20415
20625
  var _a;
20416
20626
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -20532,9 +20742,7 @@ var require_ast = /* @__PURE__ */ __commonJSMin(((exports) => {
20532
20742
  return this.#hasMagic;
20533
20743
  }
20534
20744
  toString() {
20535
- if (this.#toString !== void 0) return this.#toString;
20536
- if (!this.type) return this.#toString = this.#parts.map((p) => String(p)).join("");
20537
- else return this.#toString = this.type + "(" + this.#parts.map((p) => String(p)).join("|") + ")";
20745
+ return this.#toString !== void 0 ? this.#toString : !this.type ? this.#toString = this.#parts.map((p) => String(p)).join("") : this.#toString = this.type + "(" + this.#parts.map((p) => String(p)).join("|") + ")";
20538
20746
  }
20539
20747
  #fillNegs() {
20540
20748
  /* c8 ignore start */
@@ -20928,7 +21136,7 @@ var require_ast = /* @__PURE__ */ __commonJSMin(((exports) => {
20928
21136
  _a = AST;
20929
21137
  }));
20930
21138
  //#endregion
20931
- //#region node_modules/.pnpm/minimatch@10.2.4/node_modules/minimatch/dist/commonjs/escape.js
21139
+ //#region node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/commonjs/escape.js
20932
21140
  var require_escape = /* @__PURE__ */ __commonJSMin(((exports) => {
20933
21141
  Object.defineProperty(exports, "__esModule", { value: true });
20934
21142
  exports.escape = void 0;
@@ -20951,7 +21159,7 @@ var require_escape = /* @__PURE__ */ __commonJSMin(((exports) => {
20951
21159
  exports.escape = escape;
20952
21160
  }));
20953
21161
  //#endregion
20954
- //#region node_modules/.pnpm/minimatch@10.2.4/node_modules/minimatch/dist/commonjs/index.js
21162
+ //#region node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/commonjs/index.js
20955
21163
  var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
20956
21164
  Object.defineProperty(exports, "__esModule", { value: true });
20957
21165
  exports.unescape = exports.escape = exports.AST = exports.Minimatch = exports.match = exports.makeRe = exports.braceExpand = exports.defaults = exports.filter = exports.GLOBSTAR = exports.sep = exports.minimatch = void 0;
@@ -20966,7 +21174,7 @@ var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
20966
21174
  return new Minimatch(pattern, options).match(p);
20967
21175
  };
20968
21176
  exports.minimatch = minimatch;
20969
- const starDotExtRE = /^\*+([^+@!?\*\[\(]*)$/;
21177
+ const starDotExtRE = /^\*+([^+@!?*[(]*)$/;
20970
21178
  const starDotExtTest = (ext) => (f) => !f.startsWith(".") && f.endsWith(ext);
20971
21179
  const starDotExtTestDot = (ext) => (f) => f.endsWith(ext);
20972
21180
  const starDotExtTestNocase = (ext) => {
@@ -20985,7 +21193,7 @@ var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
20985
21193
  const starRE = /^\*+$/;
20986
21194
  const starTest = (f) => f.length !== 0 && !f.startsWith(".");
20987
21195
  const starTestDot = (f) => f.length !== 0 && f !== "." && f !== "..";
20988
- const qmarksRE = /^\?+([^+@!?\*\[\(]*)?$/;
21196
+ const qmarksRE = /^\?+([^+@!?*[(]*)?$/;
20989
21197
  const qmarksTestNocase = ([$0, ext = ""]) => {
20990
21198
  const noext = qmarksTestNoExt([$0]);
20991
21199
  if (!ext) return noext;
@@ -21115,7 +21323,8 @@ var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
21115
21323
  this.pattern = pattern;
21116
21324
  this.platform = options.platform || defaultPlatform;
21117
21325
  this.isWindows = this.platform === "win32";
21118
- this.windowsPathsNoEscape = !!options.windowsPathsNoEscape || options["allowWindowsEscape"] === false;
21326
+ const awe = "allowWindowsEscape";
21327
+ this.windowsPathsNoEscape = !!options.windowsPathsNoEscape || options[awe] === false;
21119
21328
  if (this.windowsPathsNoEscape) this.pattern = this.pattern.replace(/\\/g, "/");
21120
21329
  this.preserveMultipleSlashes = !!options.preserveMultipleSlashes;
21121
21330
  this.regexp = null;
@@ -21174,7 +21383,7 @@ var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
21174
21383
  }
21175
21384
  preprocess(globParts) {
21176
21385
  if (this.options.noglobstar) {
21177
- for (let i = 0; i < globParts.length; i++) for (let j = 0; j < globParts[i].length; j++) if (globParts[i][j] === "**") globParts[i][j] = "*";
21386
+ for (const partset of globParts) for (let j = 0; j < partset.length; j++) if (partset[j] === "**") partset[j] = "*";
21178
21387
  }
21179
21388
  const { optimizationLevel = 1 } = this.options;
21180
21389
  if (optimizationLevel >= 2) {
@@ -21235,7 +21444,7 @@ var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
21235
21444
  let dd = 0;
21236
21445
  while (-1 !== (dd = parts.indexOf("..", dd + 1))) {
21237
21446
  const p = parts[dd - 1];
21238
- if (p && p !== "." && p !== ".." && p !== "**") {
21447
+ if (p && p !== "." && p !== ".." && p !== "**" && !(this.isWindows && /^[a-z]:$/i.test(p))) {
21239
21448
  didSomething = true;
21240
21449
  parts.splice(dd - 1, 2);
21241
21450
  dd -= 2;
@@ -21540,7 +21749,7 @@ var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
21540
21749
  if (this.negate) re = "^(?!" + re + ").+$";
21541
21750
  try {
21542
21751
  this.regexp = new RegExp(re, [...flags].join(""));
21543
- } catch (ex) {
21752
+ } catch {
21544
21753
  this.regexp = false;
21545
21754
  }
21546
21755
  /* c8 ignore stop */
@@ -21548,7 +21757,7 @@ var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
21548
21757
  }
21549
21758
  slashSplit(p) {
21550
21759
  if (this.preserveMultipleSlashes) return p.split("/");
21551
- else if (this.isWindows && /^\/\/[^\/]+/.test(p)) return ["", ...p.split(/\/+/)];
21760
+ else if (this.isWindows && /^\/\/[^/]+/.test(p)) return ["", ...p.split(/\/+/)];
21552
21761
  else return p.split(/\/+/);
21553
21762
  }
21554
21763
  match(f, partial = this.partial) {
@@ -21564,8 +21773,7 @@ var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
21564
21773
  this.debug(this.pattern, "set", set);
21565
21774
  let filename = ff[ff.length - 1];
21566
21775
  if (!filename) for (let i = ff.length - 2; !filename && i >= 0; i--) filename = ff[i];
21567
- for (let i = 0; i < set.length; i++) {
21568
- const pattern = set[i];
21776
+ for (const pattern of set) {
21569
21777
  let file = ff;
21570
21778
  if (options.matchBase && pattern.length === 1) file = [filename];
21571
21779
  if (this.matchOne(file, pattern, partial)) {
@@ -21610,7 +21818,7 @@ var require_commonjs = /* @__PURE__ */ __commonJSMin(((exports) => {
21610
21818
  exports.minimatch.unescape = unescape_js_1.unescape;
21611
21819
  }));
21612
21820
  //#endregion
21613
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js
21821
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js
21614
21822
  var require_useProgramFromProjectService = /* @__PURE__ */ __commonJSMin(((exports) => {
21615
21823
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
21616
21824
  if (k2 === void 0) k2 = k;
@@ -21772,7 +21980,7 @@ If you absolutely need more files included, set parserOptions.projectService.max
21772
21980
  }
21773
21981
  }));
21774
21982
  //#endregion
21775
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/parser.js
21983
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/parser.js
21776
21984
  var require_parser$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
21777
21985
  var __importDefault = exports && exports.__importDefault || function(mod) {
21778
21986
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -21919,7 +22127,7 @@ var require_parser$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
21919
22127
  }
21920
22128
  }));
21921
22129
  //#endregion
21922
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js
22130
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js
21923
22131
  var require_clear_caches = /* @__PURE__ */ __commonJSMin(((exports) => {
21924
22132
  Object.defineProperty(exports, "__esModule", { value: true });
21925
22133
  exports.clearProgramCache = void 0;
@@ -21948,7 +22156,7 @@ var require_clear_caches = /* @__PURE__ */ __commonJSMin(((exports) => {
21948
22156
  exports.clearProgramCache = clearCaches;
21949
22157
  }));
21950
22158
  //#endregion
21951
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.js
22159
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.js
21952
22160
  var require_withoutProjectParserOptions = /* @__PURE__ */ __commonJSMin(((exports) => {
21953
22161
  Object.defineProperty(exports, "__esModule", { value: true });
21954
22162
  exports.withoutProjectParserOptions = withoutProjectParserOptions;
@@ -21966,7 +22174,7 @@ var require_withoutProjectParserOptions = /* @__PURE__ */ __commonJSMin(((export
21966
22174
  }
21967
22175
  }));
21968
22176
  //#endregion
21969
- //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.58.0_typescript@5.9.3/node_modules/@typescript-eslint/typescript-estree/dist/index.js
22177
+ //#region node_modules/.pnpm/@typescript-eslint+typescript-estree@8.59.2_typescript@6.0.3/node_modules/@typescript-eslint/typescript-estree/dist/index.js
21970
22178
  var require_dist$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
21971
22179
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
21972
22180
  if (k2 === void 0) k2 = k;
@@ -22068,7 +22276,7 @@ var require_dist$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
22068
22276
  });
22069
22277
  }));
22070
22278
  //#endregion
22071
- //#region node_modules/.pnpm/@typescript-eslint+parser@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/parser/dist/parser.js
22279
+ //#region node_modules/.pnpm/@typescript-eslint+parser@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/parser/dist/parser.js
22072
22280
  var require_parser = /* @__PURE__ */ __commonJSMin(((exports) => {
22073
22281
  var __importDefault = exports && exports.__importDefault || function(mod) {
22074
22282
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -22166,15 +22374,15 @@ var require_parser = /* @__PURE__ */ __commonJSMin(((exports) => {
22166
22374
  }
22167
22375
  }));
22168
22376
  //#endregion
22169
- //#region node_modules/.pnpm/@typescript-eslint+parser@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/parser/package.json
22377
+ //#region node_modules/.pnpm/@typescript-eslint+parser@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/parser/package.json
22170
22378
  var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
22171
22379
  module.exports = {
22172
22380
  "name": "@typescript-eslint/parser",
22173
- "version": "8.58.0",
22381
+ "version": "8.59.2",
22174
22382
  "description": "An ESLint custom parser which leverages TypeScript ESTree",
22175
22383
  "files": [
22176
22384
  "dist",
22177
- "!*.tsbuildinfo",
22385
+ "!**/*.tsbuildinfo",
22178
22386
  "README.md",
22179
22387
  "LICENSE"
22180
22388
  ],
@@ -22210,10 +22418,10 @@ var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
22210
22418
  },
22211
22419
  "dependencies": {
22212
22420
  "debug": "^4.4.3",
22213
- "@typescript-eslint/scope-manager": "8.58.0",
22214
- "@typescript-eslint/visitor-keys": "8.58.0",
22215
- "@typescript-eslint/types": "8.58.0",
22216
- "@typescript-eslint/typescript-estree": "8.58.0"
22421
+ "@typescript-eslint/scope-manager": "8.59.2",
22422
+ "@typescript-eslint/types": "8.59.2",
22423
+ "@typescript-eslint/typescript-estree": "8.59.2",
22424
+ "@typescript-eslint/visitor-keys": "8.59.2"
22217
22425
  },
22218
22426
  "devDependencies": {
22219
22427
  "@vitest/coverage-v8": "^4.0.18",
@@ -22286,7 +22494,7 @@ var import_dist = /* @__PURE__ */ __toESM((/* @__PURE__ */ __commonJSMin(((expor
22286
22494
  };
22287
22495
  })))(), 1);
22288
22496
  var name = "eslint-plugin-awscdk";
22289
- var version = "4.3.2";
22497
+ var version = "4.3.3";
22290
22498
  //#endregion
22291
22499
  //#region node_modules/.pnpm/eslint-visitor-keys@3.4.3/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs
22292
22500
  var require_eslint_visitor_keys = /* @__PURE__ */ __commonJSMin(((exports) => {
@@ -22490,7 +22698,7 @@ var require_eslint_visitor_keys = /* @__PURE__ */ __commonJSMin(((exports) => {
22490
22698
  exports.unionWith = unionWith;
22491
22699
  }));
22492
22700
  //#endregion
22493
- //#region node_modules/.pnpm/@eslint-community+eslint-utils@4.9.1_eslint@10.0.3_jiti@2.6.1_/node_modules/@eslint-community/eslint-utils/index.js
22701
+ //#region node_modules/.pnpm/@eslint-community+eslint-utils@4.9.1_eslint@10.3.0_jiti@2.6.1_/node_modules/@eslint-community/eslint-utils/index.js
22494
22702
  var require_eslint_utils$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
22495
22703
  Object.defineProperty(exports, "__esModule", { value: true });
22496
22704
  var eslintVisitorKeys = require_eslint_visitor_keys();
@@ -23430,11 +23638,21 @@ var require_eslint_utils$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
23430
23638
  return x !== null && typeof x === "object" && typeof x.type === "string";
23431
23639
  }
23432
23640
  const visitor = Object.freeze(Object.assign(Object.create(null), {
23641
+ /**
23642
+ * @param {Node} node
23643
+ * @param {HasSideEffectOptions} options
23644
+ * @param {Record<string, string[]>} visitorKeys
23645
+ */
23433
23646
  $visit(node, options, visitorKeys) {
23434
23647
  const { type } = node;
23435
23648
  if (typeof this[type] === "function") return this[type](node, options, visitorKeys);
23436
23649
  return this.$visitChildren(node, options, visitorKeys);
23437
23650
  },
23651
+ /**
23652
+ * @param {Node} node
23653
+ * @param {HasSideEffectOptions} options
23654
+ * @param {Record<string, string[]>} visitorKeys
23655
+ */
23438
23656
  $visitChildren(node, options, visitorKeys) {
23439
23657
  const { type } = node;
23440
23658
  for (const key of visitorKeys[type] || eslintVisitorKeys.getKeys(node)) {
@@ -23454,6 +23672,11 @@ var require_eslint_utils$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
23454
23672
  AwaitExpression() {
23455
23673
  return true;
23456
23674
  },
23675
+ /**
23676
+ * @param {BinaryExpression} node
23677
+ * @param {HasSideEffectOptions} options
23678
+ * @param {Record<string, string[]>} visitorKeys
23679
+ */
23457
23680
  BinaryExpression(node, options, visitorKeys) {
23458
23681
  if (options.considerImplicitTypeConversion && typeConversionBinaryOps.has(node.operator) && (node.left.type !== "Literal" || node.right.type !== "Literal")) return true;
23459
23682
  return this.$visitChildren(node, options, visitorKeys);
@@ -23467,11 +23690,21 @@ var require_eslint_utils$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
23467
23690
  ImportExpression() {
23468
23691
  return true;
23469
23692
  },
23693
+ /**
23694
+ * @param {MemberExpression} node
23695
+ * @param {HasSideEffectOptions} options
23696
+ * @param {Record<string, string[]>} visitorKeys
23697
+ */
23470
23698
  MemberExpression(node, options, visitorKeys) {
23471
23699
  if (options.considerGetters) return true;
23472
23700
  if (options.considerImplicitTypeConversion && node.computed && node.property.type !== "Literal") return true;
23473
23701
  return this.$visitChildren(node, options, visitorKeys);
23474
23702
  },
23703
+ /**
23704
+ * @param {MethodDefinition} node
23705
+ * @param {HasSideEffectOptions} options
23706
+ * @param {Record<string, string[]>} visitorKeys
23707
+ */
23475
23708
  MethodDefinition(node, options, visitorKeys) {
23476
23709
  if (options.considerImplicitTypeConversion && node.computed && node.key.type !== "Literal") return true;
23477
23710
  return this.$visitChildren(node, options, visitorKeys);
@@ -23479,14 +23712,29 @@ var require_eslint_utils$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
23479
23712
  NewExpression() {
23480
23713
  return true;
23481
23714
  },
23715
+ /**
23716
+ * @param {Property} node
23717
+ * @param {HasSideEffectOptions} options
23718
+ * @param {Record<string, string[]>} visitorKeys
23719
+ */
23482
23720
  Property(node, options, visitorKeys) {
23483
23721
  if (options.considerImplicitTypeConversion && node.computed && node.key.type !== "Literal") return true;
23484
23722
  return this.$visitChildren(node, options, visitorKeys);
23485
23723
  },
23724
+ /**
23725
+ * @param {PropertyDefinition} node
23726
+ * @param {HasSideEffectOptions} options
23727
+ * @param {Record<string, string[]>} visitorKeys
23728
+ */
23486
23729
  PropertyDefinition(node, options, visitorKeys) {
23487
23730
  if (options.considerImplicitTypeConversion && node.computed && node.key.type !== "Literal") return true;
23488
23731
  return this.$visitChildren(node, options, visitorKeys);
23489
23732
  },
23733
+ /**
23734
+ * @param {UnaryExpression} node
23735
+ * @param {HasSideEffectOptions} options
23736
+ * @param {Record<string, string[]>} visitorKeys
23737
+ */
23490
23738
  UnaryExpression(node, options, visitorKeys) {
23491
23739
  if (node.operator === "delete") return true;
23492
23740
  if (options.considerImplicitTypeConversion && typeConversionUnaryOps.has(node.operator) && node.argument.type !== "Literal") return true;
@@ -24189,7 +24437,7 @@ var require_eslint_utils$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
24189
24437
  exports.isSemicolonToken = isSemicolonToken;
24190
24438
  }));
24191
24439
  //#endregion
24192
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js
24440
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/astUtilities.js
24193
24441
  var require_astUtilities = /* @__PURE__ */ __commonJSMin(((exports) => {
24194
24442
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
24195
24443
  if (k2 === void 0) k2 = k;
@@ -24301,7 +24549,7 @@ var require_astUtilities = /* @__PURE__ */ __commonJSMin(((exports) => {
24301
24549
  exports.isParenthesized = eslintUtils.isParenthesized;
24302
24550
  }));
24303
24551
  //#endregion
24304
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js
24552
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/PatternMatcher.js
24305
24553
  var require_PatternMatcher = /* @__PURE__ */ __commonJSMin(((exports) => {
24306
24554
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
24307
24555
  if (k2 === void 0) k2 = k;
@@ -24355,7 +24603,7 @@ var require_PatternMatcher = /* @__PURE__ */ __commonJSMin(((exports) => {
24355
24603
  exports.PatternMatcher = __importStar(require_eslint_utils$2()).PatternMatcher;
24356
24604
  }));
24357
24605
  //#endregion
24358
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js
24606
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/predicates.js
24359
24607
  var require_predicates$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
24360
24608
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
24361
24609
  if (k2 === void 0) k2 = k;
@@ -24425,7 +24673,7 @@ var require_predicates$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
24425
24673
  exports.isNotSemicolonToken = eslintUtils.isNotSemicolonToken;
24426
24674
  }));
24427
24675
  //#endregion
24428
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js
24676
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/ReferenceTracker.js
24429
24677
  var require_ReferenceTracker = /* @__PURE__ */ __commonJSMin(((exports) => {
24430
24678
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
24431
24679
  if (k2 === void 0) k2 = k;
@@ -24483,7 +24731,7 @@ var require_ReferenceTracker = /* @__PURE__ */ __commonJSMin(((exports) => {
24483
24731
  exports.ReferenceTracker = eslintUtils.ReferenceTracker;
24484
24732
  }));
24485
24733
  //#endregion
24486
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js
24734
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/scopeAnalysis.js
24487
24735
  var require_scopeAnalysis = /* @__PURE__ */ __commonJSMin(((exports) => {
24488
24736
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
24489
24737
  if (k2 === void 0) k2 = k;
@@ -24545,7 +24793,7 @@ var require_scopeAnalysis = /* @__PURE__ */ __commonJSMin(((exports) => {
24545
24793
  exports.getInnermostScope = eslintUtils.getInnermostScope;
24546
24794
  }));
24547
24795
  //#endregion
24548
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js
24796
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/eslint-utils/index.js
24549
24797
  var require_eslint_utils$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
24550
24798
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
24551
24799
  if (k2 === void 0) k2 = k;
@@ -24572,7 +24820,7 @@ var require_eslint_utils$1 = /* @__PURE__ */ __commonJSMin(((exports) => {
24572
24820
  __exportStar(require_scopeAnalysis(), exports);
24573
24821
  }));
24574
24822
  //#endregion
24575
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js
24823
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/helpers.js
24576
24824
  var require_helpers = /* @__PURE__ */ __commonJSMin(((exports) => {
24577
24825
  Object.defineProperty(exports, "__esModule", { value: true });
24578
24826
  exports.isNotTokenOfTypeWithConditions = exports.isTokenOfTypeWithConditions = exports.isNodeOfTypeWithConditions = exports.isNodeOfTypes = exports.isNodeOfType = void 0;
@@ -24594,7 +24842,7 @@ var require_helpers = /* @__PURE__ */ __commonJSMin(((exports) => {
24594
24842
  exports.isNotTokenOfTypeWithConditions = isNotTokenOfTypeWithConditions;
24595
24843
  }));
24596
24844
  //#endregion
24597
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js
24845
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/misc.js
24598
24846
  var require_misc = /* @__PURE__ */ __commonJSMin(((exports) => {
24599
24847
  Object.defineProperty(exports, "__esModule", { value: true });
24600
24848
  exports.LINEBREAK_MATCHER = void 0;
@@ -24608,7 +24856,7 @@ var require_misc = /* @__PURE__ */ __commonJSMin(((exports) => {
24608
24856
  }
24609
24857
  }));
24610
24858
  //#endregion
24611
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-estree.js
24859
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-estree.js
24612
24860
  var require_ts_estree = /* @__PURE__ */ __commonJSMin(((exports) => {
24613
24861
  Object.defineProperty(exports, "__esModule", { value: true });
24614
24862
  exports.TSESTree = exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
@@ -24633,7 +24881,7 @@ var require_ts_estree = /* @__PURE__ */ __commonJSMin(((exports) => {
24633
24881
  });
24634
24882
  }));
24635
24883
  //#endregion
24636
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js
24884
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/predicates.js
24637
24885
  var require_predicates = /* @__PURE__ */ __commonJSMin(((exports) => {
24638
24886
  Object.defineProperty(exports, "__esModule", { value: true });
24639
24887
  exports.isLoop = exports.isImportKeyword = exports.isTypeKeyword = exports.isAwaitKeyword = exports.isAwaitExpression = exports.isIdentifier = exports.isConstructor = exports.isClassOrTypeElement = exports.isTSConstructorType = exports.isTSFunctionType = exports.isFunctionOrFunctionType = exports.isFunctionType = exports.isFunction = exports.isVariableDeclarator = exports.isTypeAssertion = exports.isLogicalOrOperator = exports.isOptionalCallExpression = exports.isNotNonNullAssertionPunctuator = exports.isNonNullAssertionPunctuator = exports.isNotOptionalChainPunctuator = exports.isOptionalChainPunctuator = void 0;
@@ -24729,7 +24977,7 @@ var require_predicates = /* @__PURE__ */ __commonJSMin(((exports) => {
24729
24977
  ]);
24730
24978
  }));
24731
24979
  //#endregion
24732
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js
24980
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ast-utils/index.js
24733
24981
  var require_ast_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
24734
24982
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
24735
24983
  if (k2 === void 0) k2 = k;
@@ -24755,7 +25003,7 @@ var require_ast_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
24755
25003
  __exportStar(require_predicates(), exports);
24756
25004
  }));
24757
25005
  //#endregion
24758
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js
25006
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/deepMerge.js
24759
25007
  var require_deepMerge = /* @__PURE__ */ __commonJSMin(((exports) => {
24760
25008
  Object.defineProperty(exports, "__esModule", { value: true });
24761
25009
  exports.isObjectNotArray = isObjectNotArray;
@@ -24791,7 +25039,7 @@ var require_deepMerge = /* @__PURE__ */ __commonJSMin(((exports) => {
24791
25039
  }
24792
25040
  }));
24793
25041
  //#endregion
24794
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js
25042
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/applyDefault.js
24795
25043
  var require_applyDefault = /* @__PURE__ */ __commonJSMin(((exports) => {
24796
25044
  Object.defineProperty(exports, "__esModule", { value: true });
24797
25045
  exports.applyDefault = applyDefault;
@@ -24817,7 +25065,7 @@ var require_applyDefault = /* @__PURE__ */ __commonJSMin(((exports) => {
24817
25065
  }
24818
25066
  }));
24819
25067
  //#endregion
24820
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.js
25068
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/parserSeemsToBeTSESLint.js
24821
25069
  var require_parserSeemsToBeTSESLint = /* @__PURE__ */ __commonJSMin(((exports) => {
24822
25070
  Object.defineProperty(exports, "__esModule", { value: true });
24823
25071
  exports.parserSeemsToBeTSESLint = parserSeemsToBeTSESLint;
@@ -24826,7 +25074,7 @@ var require_parserSeemsToBeTSESLint = /* @__PURE__ */ __commonJSMin(((exports) =
24826
25074
  }
24827
25075
  }));
24828
25076
  //#endregion
24829
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js
25077
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/getParserServices.js
24830
25078
  var require_getParserServices = /* @__PURE__ */ __commonJSMin(((exports) => {
24831
25079
  Object.defineProperty(exports, "__esModule", { value: true });
24832
25080
  exports.getParserServices = getParserServices;
@@ -24849,12 +25097,12 @@ var require_getParserServices = /* @__PURE__ */ __commonJSMin(((exports) => {
24849
25097
  }
24850
25098
  }));
24851
25099
  //#endregion
24852
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js
25100
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/InferTypesFromRule.js
24853
25101
  var require_InferTypesFromRule = /* @__PURE__ */ __commonJSMin(((exports) => {
24854
25102
  Object.defineProperty(exports, "__esModule", { value: true });
24855
25103
  }));
24856
25104
  //#endregion
24857
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js
25105
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js
24858
25106
  var require_nullThrows = /* @__PURE__ */ __commonJSMin(((exports) => {
24859
25107
  Object.defineProperty(exports, "__esModule", { value: true });
24860
25108
  exports.NullThrowsReasons = void 0;
@@ -24876,7 +25124,7 @@ var require_nullThrows = /* @__PURE__ */ __commonJSMin(((exports) => {
24876
25124
  }
24877
25125
  }));
24878
25126
  //#endregion
24879
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js
25127
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js
24880
25128
  var require_RuleCreator = /* @__PURE__ */ __commonJSMin(((exports) => {
24881
25129
  Object.defineProperty(exports, "__esModule", { value: true });
24882
25130
  exports.RuleCreator = RuleCreator;
@@ -24924,7 +25172,7 @@ var require_RuleCreator = /* @__PURE__ */ __commonJSMin(((exports) => {
24924
25172
  };
24925
25173
  }));
24926
25174
  //#endregion
24927
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js
25175
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/eslint-utils/index.js
24928
25176
  var require_eslint_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
24929
25177
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
24930
25178
  if (k2 === void 0) k2 = k;
@@ -24952,7 +25200,7 @@ var require_eslint_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
24952
25200
  __exportStar(require_RuleCreator(), exports);
24953
25201
  }));
24954
25202
  //#endregion
24955
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/json-schema.js
25203
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/json-schema.js
24956
25204
  var require_json_schema = /* @__PURE__ */ __commonJSMin(((exports) => {
24957
25205
  /**
24958
25206
  * This is a fork of https://github.com/DefinitelyTyped/DefinitelyTyped/blob/13f63c2eb8d7479caf01ab8d72f9e3683368a8f5/types/json-schema/index.d.ts
@@ -24963,17 +25211,17 @@ var require_json_schema = /* @__PURE__ */ __commonJSMin(((exports) => {
24963
25211
  Object.defineProperty(exports, "__esModule", { value: true });
24964
25212
  }));
24965
25213
  //#endregion
24966
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js
25214
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/AST.js
24967
25215
  var require_AST = /* @__PURE__ */ __commonJSMin(((exports) => {
24968
25216
  Object.defineProperty(exports, "__esModule", { value: true });
24969
25217
  }));
24970
25218
  //#endregion
24971
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.js
25219
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Config.js
24972
25220
  var require_Config = /* @__PURE__ */ __commonJSMin(((exports) => {
24973
25221
  Object.defineProperty(exports, "__esModule", { value: true });
24974
25222
  }));
24975
25223
  //#endregion
24976
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.js
25224
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/FlatESLint.js
24977
25225
  var require_FlatESLint = /* @__PURE__ */ __commonJSMin(((exports) => {
24978
25226
  var __importDefault = exports && exports.__importDefault || function(mod) {
24979
25227
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -24992,7 +25240,7 @@ var require_FlatESLint = /* @__PURE__ */ __commonJSMin(((exports) => {
24992
25240
  exports.FlatESLint = FlatESLint;
24993
25241
  }));
24994
25242
  //#endregion
24995
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.js
25243
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/eslint/LegacyESLint.js
24996
25244
  var require_LegacyESLint = /* @__PURE__ */ __commonJSMin(((exports) => {
24997
25245
  var __importDefault = exports && exports.__importDefault || function(mod) {
24998
25246
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -25027,7 +25275,7 @@ var require_LegacyESLint = /* @__PURE__ */ __commonJSMin(((exports) => {
25027
25275
  exports.LegacyESLint = LegacyESLint;
25028
25276
  }));
25029
25277
  //#endregion
25030
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js
25278
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/ESLint.js
25031
25279
  var require_ESLint = /* @__PURE__ */ __commonJSMin(((exports) => {
25032
25280
  Object.defineProperty(exports, "__esModule", { value: true });
25033
25281
  exports.LegacyESLint = exports.ESLint = exports.FlatESLint = void 0;
@@ -25057,7 +25305,7 @@ var require_ESLint = /* @__PURE__ */ __commonJSMin(((exports) => {
25057
25305
  });
25058
25306
  }));
25059
25307
  //#endregion
25060
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js
25308
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js
25061
25309
  var require_Linter = /* @__PURE__ */ __commonJSMin(((exports) => {
25062
25310
  Object.defineProperty(exports, "__esModule", { value: true });
25063
25311
  exports.Linter = void 0;
@@ -25071,27 +25319,27 @@ var require_Linter = /* @__PURE__ */ __commonJSMin(((exports) => {
25071
25319
  exports.Linter = Linter;
25072
25320
  }));
25073
25321
  //#endregion
25074
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.js
25322
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Parser.js
25075
25323
  var require_Parser = /* @__PURE__ */ __commonJSMin(((exports) => {
25076
25324
  Object.defineProperty(exports, "__esModule", { value: true });
25077
25325
  }));
25078
25326
  //#endregion
25079
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js
25327
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/ParserOptions.js
25080
25328
  var require_ParserOptions = /* @__PURE__ */ __commonJSMin(((exports) => {
25081
25329
  Object.defineProperty(exports, "__esModule", { value: true });
25082
25330
  }));
25083
25331
  //#endregion
25084
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.js
25332
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Processor.js
25085
25333
  var require_Processor = /* @__PURE__ */ __commonJSMin(((exports) => {
25086
25334
  Object.defineProperty(exports, "__esModule", { value: true });
25087
25335
  }));
25088
25336
  //#endregion
25089
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js
25337
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Rule.js
25090
25338
  var require_Rule = /* @__PURE__ */ __commonJSMin(((exports) => {
25091
25339
  Object.defineProperty(exports, "__esModule", { value: true });
25092
25340
  }));
25093
25341
  //#endregion
25094
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js
25342
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/RuleTester.js
25095
25343
  var require_RuleTester = /* @__PURE__ */ __commonJSMin(((exports) => {
25096
25344
  Object.defineProperty(exports, "__esModule", { value: true });
25097
25345
  exports.RuleTester = void 0;
@@ -25103,7 +25351,7 @@ var require_RuleTester = /* @__PURE__ */ __commonJSMin(((exports) => {
25103
25351
  exports.RuleTester = RuleTester;
25104
25352
  }));
25105
25353
  //#endregion
25106
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js
25354
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/Scope.js
25107
25355
  var require_Scope = /* @__PURE__ */ __commonJSMin(((exports) => {
25108
25356
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
25109
25357
  if (k2 === void 0) k2 = k;
@@ -25156,7 +25404,7 @@ var require_Scope = /* @__PURE__ */ __commonJSMin(((exports) => {
25156
25404
  })(Scope || (exports.Scope = Scope = {}));
25157
25405
  }));
25158
25406
  //#endregion
25159
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js
25407
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js
25160
25408
  var require_SourceCode = /* @__PURE__ */ __commonJSMin(((exports) => {
25161
25409
  Object.defineProperty(exports, "__esModule", { value: true });
25162
25410
  exports.SourceCode = void 0;
@@ -25165,7 +25413,7 @@ var require_SourceCode = /* @__PURE__ */ __commonJSMin(((exports) => {
25165
25413
  exports.SourceCode = SourceCode;
25166
25414
  }));
25167
25415
  //#endregion
25168
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js
25416
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js
25169
25417
  var require_ts_eslint = /* @__PURE__ */ __commonJSMin(((exports) => {
25170
25418
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
25171
25419
  if (k2 === void 0) k2 = k;
@@ -25198,7 +25446,7 @@ var require_ts_eslint = /* @__PURE__ */ __commonJSMin(((exports) => {
25198
25446
  __exportStar(require_SourceCode(), exports);
25199
25447
  }));
25200
25448
  //#endregion
25201
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.js
25449
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-utils/isArray.js
25202
25450
  var require_isArray = /* @__PURE__ */ __commonJSMin(((exports) => {
25203
25451
  Object.defineProperty(exports, "__esModule", { value: true });
25204
25452
  exports.isArray = isArray;
@@ -25207,12 +25455,12 @@ var require_isArray = /* @__PURE__ */ __commonJSMin(((exports) => {
25207
25455
  }
25208
25456
  }));
25209
25457
  //#endregion
25210
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.js
25458
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-utils/NoInfer.js
25211
25459
  var require_NoInfer = /* @__PURE__ */ __commonJSMin(((exports) => {
25212
25460
  Object.defineProperty(exports, "__esModule", { value: true });
25213
25461
  }));
25214
25462
  //#endregion
25215
- //#region node_modules/.pnpm/@typescript-eslint+utils@8.58.0_eslint@10.0.3_jiti@2.6.1__typescript@5.9.3/node_modules/@typescript-eslint/utils/dist/ts-utils/index.js
25463
+ //#region node_modules/.pnpm/@typescript-eslint+utils@8.59.2_eslint@10.3.0_jiti@2.6.1__typescript@6.0.3/node_modules/@typescript-eslint/utils/dist/ts-utils/index.js
25216
25464
  var require_ts_utils = /* @__PURE__ */ __commonJSMin(((exports) => {
25217
25465
  var __createBinding = exports && exports.__createBinding || (Object.create ? (function(o, m, k, k2) {
25218
25466
  if (k2 === void 0) k2 = k;
@@ -26913,6 +27161,18 @@ const reportUnusedProperties = (tracker, propsParam, context) => {
26913
27161
  });
26914
27162
  };
26915
27163
  //#endregion
27164
+ //#region src/core/ast-node/finder/enclosing-class.ts
27165
+ /**
27166
+ * Find the enclosing ClassDeclaration from a given node
27167
+ * @param node The node to start searching from
27168
+ * @returns The enclosing ClassDeclaration or undefined if not found
27169
+ */
27170
+ const findEnclosingClass = (node) => {
27171
+ if (!node.parent) return void 0;
27172
+ if (node.parent.type === import_dist$1.AST_NODE_TYPES.ClassDeclaration) return node.parent;
27173
+ return findEnclosingClass(node.parent);
27174
+ };
27175
+ //#endregion
26916
27176
  //#region src/rules/no-variable-construct-id.ts
26917
27177
  /**
26918
27178
  * Enforce using literal strings for Construct ID.
@@ -26933,6 +27193,9 @@ const noVariableConstructId = createRule({
26933
27193
  return { NewExpression(node) {
26934
27194
  const type = parserServices.getTypeAtLocation(node);
26935
27195
  if (!isConstructType(type) || node.arguments.length < 2) return;
27196
+ const enclosingClass = findEnclosingClass(node);
27197
+ const enclosingClassType = enclosingClass ? parserServices.getTypeAtLocation(enclosingClass) : void 0;
27198
+ if (enclosingClassType && !isConstructOrStackType(enclosingClassType)) return;
26936
27199
  if (findConstructorPropertyNames(type)[1] !== "id") return;
26937
27200
  validateConstructId$1(node, context);
26938
27201
  } };
@@ -26961,6 +27224,7 @@ const shouldSkipIdValidation = (node) => {
26961
27224
  if (current.type === import_dist$1.AST_NODE_TYPES.ForStatement || current.type === import_dist$1.AST_NODE_TYPES.ForInStatement || current.type === import_dist$1.AST_NODE_TYPES.ForOfStatement || current.type === import_dist$1.AST_NODE_TYPES.WhileStatement || current.type === import_dist$1.AST_NODE_TYPES.DoWhileStatement) return true;
26962
27225
  if (current.type === import_dist$1.AST_NODE_TYPES.MethodDefinition && current.kind !== "constructor") return true;
26963
27226
  if (current.type === import_dist$1.AST_NODE_TYPES.ArrowFunctionExpression) return true;
27227
+ if (current.type === import_dist$1.AST_NODE_TYPES.FunctionDeclaration) return true;
26964
27228
  current = current.parent;
26965
27229
  }
26966
27230
  return false;
@@ -27245,88 +27509,6 @@ const requireJSDoc = createRule({
27245
27509
  //#endregion
27246
27510
  //#region src/rules/require-passing-this.ts
27247
27511
  const defaultOption = { allowNonThisAndDisallowScope: true };
27248
- /**
27249
- * Enforces that `this` is passed to the constructor
27250
- * @param context - The rule context provided by ESLint
27251
- * @returns An object containing the AST visitor functions
27252
- */
27253
- const requirePassingThis = createRule({
27254
- name: "require-passing-this",
27255
- meta: {
27256
- type: "problem",
27257
- docs: { description: "Require passing `this` in a constructor." },
27258
- messages: { missingPassingThis: "Require passing `this` in a constructor." },
27259
- schema: [{
27260
- type: "object",
27261
- properties: { allowNonThisAndDisallowScope: {
27262
- type: "boolean",
27263
- default: false
27264
- } },
27265
- additionalProperties: false
27266
- }],
27267
- fixable: "code"
27268
- },
27269
- defaultOptions: [defaultOption],
27270
- create(context) {
27271
- const options = context.options[0] || defaultOption;
27272
- const parserServices = import_dist$1.ESLintUtils.getParserServices(context);
27273
- return { NewExpression(node) {
27274
- const type = parserServices.getTypeAtLocation(node);
27275
- if (!isConstructType(type) || !node.arguments.length) return;
27276
- const argument = node.arguments[0];
27277
- if (argument.type === import_dist$1.AST_NODE_TYPES.ThisExpression) return;
27278
- if (findConstructorPropertyNames(type)[0] !== "scope") return;
27279
- if (!options.allowNonThisAndDisallowScope) {
27280
- context.report({
27281
- node: argument,
27282
- messageId: "missingPassingThis",
27283
- fix: (fixer) => {
27284
- return fixer.replaceText(argument, "this");
27285
- }
27286
- });
27287
- return;
27288
- }
27289
- if (argument.type === import_dist$1.AST_NODE_TYPES.Identifier && argument.name === "scope") context.report({
27290
- node: argument,
27291
- messageId: "missingPassingThis",
27292
- fix: (fixer) => {
27293
- return fixer.replaceText(argument, "this");
27294
- }
27295
- });
27296
- } };
27297
- }
27298
- });
27299
- //#endregion
27300
- //#region src/rules/require-props-default-doc.ts
27301
- /**
27302
- * Requires @default JSDoc documentation for optional properties in interfaces ending with 'Props'
27303
- * @param context - The rule context provided by ESLint
27304
- * @returns An object containing the AST visitor functions
27305
- */
27306
- const requirePropsDefaultDoc = createRule({
27307
- name: "require-props-default-doc",
27308
- meta: {
27309
- type: "problem",
27310
- docs: { description: "Require @default JSDoc for optional properties in interfaces ending with 'Props'" },
27311
- schema: [],
27312
- messages: { missingDefaultDoc: "Optional property '{{ propertyName }}' in Props interface must have @default JSDoc documentation" }
27313
- },
27314
- defaultOptions: [],
27315
- create(context) {
27316
- return { TSPropertySignature(node) {
27317
- if (node.key.type !== import_dist$1.AST_NODE_TYPES.Identifier) return;
27318
- if (!node.optional) return;
27319
- const parent = node.parent.parent;
27320
- if (parent.type !== import_dist$1.AST_NODE_TYPES.TSInterfaceDeclaration) return;
27321
- if (!parent.id.name.endsWith("Props")) return;
27322
- if (!context.sourceCode.getCommentsBefore(node).some((comment) => comment.type === import_dist$1.AST_TOKEN_TYPES.Block && comment.value.includes("*") && comment.value.includes("@default"))) context.report({
27323
- node,
27324
- messageId: "missingDefaultDoc",
27325
- data: { propertyName: node.key.name }
27326
- });
27327
- } };
27328
- }
27329
- });
27330
27512
  //#endregion
27331
27513
  //#region src/rules/index.ts
27332
27514
  const rules = {
@@ -27346,8 +27528,79 @@ const rules = {
27346
27528
  "prevent-construct-id-collision": preventConstructIdCollision,
27347
27529
  "props-name-convention": propsNameConvention,
27348
27530
  "require-jsdoc": requireJSDoc,
27349
- "require-passing-this": requirePassingThis,
27350
- "require-props-default-doc": requirePropsDefaultDoc
27531
+ "require-passing-this": createRule({
27532
+ name: "require-passing-this",
27533
+ meta: {
27534
+ type: "problem",
27535
+ docs: { description: "Require passing `this` in a constructor." },
27536
+ messages: { missingPassingThis: "Require passing `this` in a constructor." },
27537
+ schema: [{
27538
+ type: "object",
27539
+ properties: { allowNonThisAndDisallowScope: {
27540
+ type: "boolean",
27541
+ default: false
27542
+ } },
27543
+ additionalProperties: false
27544
+ }],
27545
+ fixable: "code"
27546
+ },
27547
+ defaultOptions: [defaultOption],
27548
+ create(context) {
27549
+ const options = context.options[0] || defaultOption;
27550
+ const parserServices = import_dist$1.ESLintUtils.getParserServices(context);
27551
+ return { NewExpression(node) {
27552
+ const type = parserServices.getTypeAtLocation(node);
27553
+ if (!isConstructType(type) || !node.arguments.length) return;
27554
+ const enclosingClass = findEnclosingClass(node);
27555
+ if (!enclosingClass) return;
27556
+ if (!isConstructOrStackType(parserServices.getTypeAtLocation(enclosingClass))) return;
27557
+ const argument = node.arguments[0];
27558
+ if (argument.type === import_dist$1.AST_NODE_TYPES.ThisExpression) return;
27559
+ if (findConstructorPropertyNames(type)[0] !== "scope") return;
27560
+ if (!options.allowNonThisAndDisallowScope) {
27561
+ context.report({
27562
+ node: argument,
27563
+ messageId: "missingPassingThis",
27564
+ fix: (fixer) => {
27565
+ return fixer.replaceText(argument, "this");
27566
+ }
27567
+ });
27568
+ return;
27569
+ }
27570
+ if (argument.type === import_dist$1.AST_NODE_TYPES.Identifier && argument.name === "scope") context.report({
27571
+ node: argument,
27572
+ messageId: "missingPassingThis",
27573
+ fix: (fixer) => {
27574
+ return fixer.replaceText(argument, "this");
27575
+ }
27576
+ });
27577
+ } };
27578
+ }
27579
+ }),
27580
+ "require-props-default-doc": createRule({
27581
+ name: "require-props-default-doc",
27582
+ meta: {
27583
+ type: "problem",
27584
+ docs: { description: "Require @default JSDoc for optional properties in interfaces ending with 'Props'" },
27585
+ schema: [],
27586
+ messages: { missingDefaultDoc: "Optional property '{{ propertyName }}' in Props interface must have @default JSDoc documentation" }
27587
+ },
27588
+ defaultOptions: [],
27589
+ create(context) {
27590
+ return { TSPropertySignature(node) {
27591
+ if (node.key.type !== import_dist$1.AST_NODE_TYPES.Identifier) return;
27592
+ if (!node.optional) return;
27593
+ const parent = node.parent.parent;
27594
+ if (parent.type !== import_dist$1.AST_NODE_TYPES.TSInterfaceDeclaration) return;
27595
+ if (!parent.id.name.endsWith("Props")) return;
27596
+ if (!context.sourceCode.getCommentsBefore(node).some((comment) => comment.type === import_dist$1.AST_TOKEN_TYPES.Block && comment.value.includes("*") && comment.value.includes("@default"))) context.report({
27597
+ node,
27598
+ messageId: "missingDefaultDoc",
27599
+ data: { propertyName: node.key.name }
27600
+ });
27601
+ } };
27602
+ }
27603
+ })
27351
27604
  };
27352
27605
  //#endregion
27353
27606
  //#region src/configs/flat-config.ts