@storm-software/eslint 0.9.1 → 0.9.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/graphql.js CHANGED
@@ -108337,7 +108337,7 @@ var require_AbortController = __commonJS({
108337
108337
  }
108338
108338
  });
108339
108339
 
108340
- // node_modules/.pnpm/tslib@2.6.2/node_modules/tslib/tslib.es6.mjs
108340
+ // node_modules/.pnpm/tslib@2.6.3/node_modules/tslib/tslib.es6.mjs
108341
108341
  var tslib_es6_exports = {};
108342
108342
  __export(tslib_es6_exports, {
108343
108343
  __addDisposableResource: () => __addDisposableResource,
@@ -108607,16 +108607,24 @@ function __await(v) {
108607
108607
  function __asyncGenerator(thisArg, _arguments, generator) {
108608
108608
  if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
108609
108609
  var g = generator.apply(thisArg, _arguments || []), i, q = [];
108610
- return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function() {
108610
+ return i = {}, verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function() {
108611
108611
  return this;
108612
108612
  }, i;
108613
- function verb(n) {
108614
- if (g[n]) i[n] = function(v) {
108615
- return new Promise(function(a, b) {
108616
- q.push([n, v, a, b]) > 1 || resume(n, v);
108617
- });
108613
+ function awaitReturn(f) {
108614
+ return function(v) {
108615
+ return Promise.resolve(v).then(f, reject2);
108618
108616
  };
108619
108617
  }
108618
+ function verb(n, f) {
108619
+ if (g[n]) {
108620
+ i[n] = function(v) {
108621
+ return new Promise(function(a, b) {
108622
+ q.push([n, v, a, b]) > 1 || resume(n, v);
108623
+ });
108624
+ };
108625
+ if (f) i[n] = f(i[n]);
108626
+ }
108627
+ }
108620
108628
  function resume(n, v) {
108621
108629
  try {
108622
108630
  step(g[n](v));
@@ -108707,7 +108715,7 @@ function __classPrivateFieldIn(state, receiver) {
108707
108715
  function __addDisposableResource(env11, value2, async) {
108708
108716
  if (value2 !== null && value2 !== void 0) {
108709
108717
  if (typeof value2 !== "object" && typeof value2 !== "function") throw new TypeError("Object expected.");
108710
- var dispose;
108718
+ var dispose, inner;
108711
108719
  if (async) {
108712
108720
  if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined.");
108713
108721
  dispose = value2[Symbol.asyncDispose];
@@ -108715,8 +108723,16 @@ function __addDisposableResource(env11, value2, async) {
108715
108723
  if (dispose === void 0) {
108716
108724
  if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined.");
108717
108725
  dispose = value2[Symbol.dispose];
108726
+ if (async) inner = dispose;
108718
108727
  }
108719
108728
  if (typeof dispose !== "function") throw new TypeError("Object not disposable.");
108729
+ if (inner) dispose = function() {
108730
+ try {
108731
+ inner.call(this);
108732
+ } catch (e3) {
108733
+ return Promise.reject(e3);
108734
+ }
108735
+ };
108720
108736
  env11.stack.push({ value: value2, dispose, async });
108721
108737
  } else if (async) {
108722
108738
  env11.stack.push({ async: true });
@@ -108747,7 +108763,7 @@ function __disposeResources(env11) {
108747
108763
  }
108748
108764
  var extendStatics, __assign, __createBinding, __setModuleDefault, _SuppressedError, tslib_es6_default;
108749
108765
  var init_tslib_es6 = __esm({
108750
- "node_modules/.pnpm/tslib@2.6.2/node_modules/tslib/tslib.es6.mjs"() {
108766
+ "node_modules/.pnpm/tslib@2.6.3/node_modules/tslib/tslib.es6.mjs"() {
108751
108767
  extendStatics = function(d, b) {
108752
108768
  extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
108753
108769
  d2.__proto__ = b2;
@@ -403802,9 +403818,9 @@ var require_prettier_linter_helpers = __commonJS({
403802
403818
  }
403803
403819
  });
403804
403820
 
403805
- // node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__gixx5zaa4fylxfggyb72lqorwu/node_modules/eslint-plugin-prettier/package.json
403821
+ // node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json
403806
403822
  var require_package6 = __commonJS({
403807
- "node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__gixx5zaa4fylxfggyb72lqorwu/node_modules/eslint-plugin-prettier/package.json"(exports, module) {
403823
+ "node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/package.json"(exports, module) {
403808
403824
  module.exports = {
403809
403825
  name: "eslint-plugin-prettier",
403810
403826
  version: "5.1.3",
@@ -404373,9 +404389,9 @@ var require_lib26 = __commonJS({
404373
404389
  }
404374
404390
  });
404375
404391
 
404376
- // node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__gixx5zaa4fylxfggyb72lqorwu/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js
404392
+ // node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js
404377
404393
  var require_eslint_plugin_prettier = __commonJS({
404378
- "node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__gixx5zaa4fylxfggyb72lqorwu/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js"(exports, module) {
404394
+ "node_modules/.pnpm/eslint-plugin-prettier@5.1.3_@types+eslint@8.56.10_eslint-config-prettier@9.1.0_eslint@9.4.0__ionkswkmx2nd5w7aom7efv2vey/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js"(exports, module) {
404379
404395
  "use strict";
404380
404396
  var {
404381
404397
  showInvisibles,
@@ -567161,7 +567177,7 @@ var require_dist16 = __commonJS({
567161
567177
  // packages/eslint/src/graphql.ts
567162
567178
  var import_eslint_plugin_relay = __toESM(require_eslint_plugin_relay());
567163
567179
 
567164
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/index.js
567180
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/index.js
567165
567181
  var esm_exports = {};
567166
567182
  __export(esm_exports, {
567167
567183
  GraphQLRuleTester: () => GraphQLRuleTester,
@@ -567174,13 +567190,13 @@ __export(esm_exports, {
567174
567190
  rules: () => rules
567175
567191
  });
567176
567192
 
567177
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/chunk-BMTV3EA2.js
567193
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/chunk-BMTV3EA2.js
567178
567194
  var __getOwnPropNames2 = Object.getOwnPropertyNames;
567179
567195
  var __commonJS2 = (cb, mod) => function __require2() {
567180
567196
  return mod || (0, cb[__getOwnPropNames2(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
567181
567197
  };
567182
567198
 
567183
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/processor.js
567199
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/processor.js
567184
567200
  import { relative as relative2 } from "path";
567185
567201
 
567186
567202
  // node_modules/.pnpm/@graphql-tools+graphql-tag-pluck@7.5.2_@babel+core@7.24.7_graphql@15.8.0/node_modules/@graphql-tools/graphql-tag-pluck/esm/libs/extname.js
@@ -570528,7 +570544,7 @@ function pluckSvelteFileScriptSync(fileData) {
570528
570544
  return parseWithSvelte(svelte2tsx, fileData);
570529
570545
  }
570530
570546
 
570531
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/graphql-config.js
570547
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/graphql-config.js
570532
570548
  import { dirname as dirname4 } from "path";
570533
570549
 
570534
570550
  // node_modules/.pnpm/@graphql-tools+code-file-loader@7.3.23_@babel+core@7.24.7_graphql@15.8.0/node_modules/@graphql-tools/code-file-loader/esm/index.js
@@ -570871,17 +570887,17 @@ function ensureAbsolutePath(pointer, options) {
570871
570887
  return isAbsolute(pointer) ? pointer : resolve(options.cwd || cwd(), pointer);
570872
570888
  }
570873
570889
 
570874
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/graphql-config.js
570890
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/graphql-config.js
570875
570891
  var import_debug = __toESM(require_src(), 1);
570876
570892
 
570877
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/config.js
570893
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/config.js
570878
570894
  import { dirname as dirname3 } from "path";
570879
570895
 
570880
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/project-config.js
570896
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/project-config.js
570881
570897
  var import_minimatch = __toESM(require_minimatch(), 1);
570882
570898
  import { dirname, isAbsolute as isAbsolute2, relative, normalize } from "path";
570883
570899
 
570884
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/errors.js
570900
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/errors.js
570885
570901
  function ExtendableBuiltin(cls) {
570886
570902
  function ExtendableBuiltin2(...args) {
570887
570903
  cls.apply(this, args);
@@ -570943,7 +570959,7 @@ var ExtensionMissingError = class extends ExtendableBuiltin(Error) {
570943
570959
  }
570944
570960
  };
570945
570961
 
570946
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/helpers/cosmiconfig.js
570962
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/helpers/cosmiconfig.js
570947
570963
  var import_cosmiconfig = __toESM(require_dist(), 1);
570948
570964
  var import_string_env_interpolation = __toESM(require_index_cjs(), 1);
570949
570965
  var import_jiti = __toESM(require_lib14(), 1);
@@ -571024,7 +571040,7 @@ function prepareCosmiconfig(moduleName, legacy) {
571024
571040
  };
571025
571041
  }
571026
571042
 
571027
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/helpers/find-config.js
571043
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/helpers/find-config.js
571028
571044
  var CWD = process.cwd();
571029
571045
  function findConfigSync({ rootDir = CWD, legacy = true, configName }) {
571030
571046
  validate2(rootDir);
@@ -571051,7 +571067,7 @@ function resolve2({ result, rootDir }) {
571051
571067
  };
571052
571068
  }
571053
571069
 
571054
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/helpers/get-config.js
571070
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/helpers/get-config.js
571055
571071
  function getConfigSync({ filepath, configName, legacy = true }) {
571056
571072
  validate3(filepath);
571057
571073
  return resolve3({
@@ -571077,7 +571093,7 @@ function validate3(filepath) {
571077
571093
  }
571078
571094
  }
571079
571095
 
571080
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/helpers/utils.js
571096
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/helpers/utils.js
571081
571097
  function isMultipleProjectConfig(config7) {
571082
571098
  return typeof config7.projects === "object";
571083
571099
  }
@@ -571096,7 +571112,7 @@ function useMiddleware(fns) {
571096
571112
  };
571097
571113
  }
571098
571114
 
571099
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/project-config.js
571115
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/project-config.js
571100
571116
  var GraphQLProjectConfig = class {
571101
571117
  constructor({ filepath, name, config: config7, extensionsRegistry }) {
571102
571118
  this.filepath = filepath;
@@ -571882,7 +571898,7 @@ var GraphQLFileLoader = class {
571882
571898
  }
571883
571899
  };
571884
571900
 
571885
- // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/index.js
571901
+ // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/index.js
571886
571902
  var import_graphql49 = __toESM(require_graphql2(), 1);
571887
571903
 
571888
571904
  // node_modules/.pnpm/@graphql-tools+wrap@9.4.2_graphql@15.8.0/node_modules/@graphql-tools/wrap/esm/wrapSchema.js
@@ -574642,17 +574658,17 @@ function schemaFromExecutor(executor, context, options) {
574642
574658
  }).then((introspection) => getSchemaFromIntrospection(introspection, options)).resolve();
574643
574659
  }
574644
574660
 
574645
- // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/index.js
574661
+ // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/index.js
574646
574662
  var import_isomorphic_ws2 = __toESM(require_node3(), 1);
574647
574663
  var import_value_or_promise9 = __toESM(require_main(), 1);
574648
574664
 
574649
- // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/defaultAsyncFetch.js
574665
+ // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/defaultAsyncFetch.js
574650
574666
  var import_fetch = __toESM(require_node_ponyfill2(), 1);
574651
574667
  var defaultAsyncFetch = async (input, init) => {
574652
574668
  return (0, import_fetch.fetch)(input, init);
574653
574669
  };
574654
574670
 
574655
- // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/defaultSyncFetch.js
574671
+ // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/defaultSyncFetch.js
574656
574672
  var import_sync_fetch = __toESM(require_sync_fetch(), 1);
574657
574673
  var defaultSyncFetch = (input, init) => {
574658
574674
  if (typeof input === "string") {
@@ -575269,16 +575285,16 @@ function buildGraphQLWSExecutor(clientOptionsOrClient) {
575269
575285
  };
575270
575286
  }
575271
575287
 
575272
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/index.js
575288
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/index.js
575273
575289
  var import_graphql47 = __toESM(require_graphql2(), 1);
575274
575290
 
575275
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/isLiveQueryOperationDefinitionNode.js
575291
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/isLiveQueryOperationDefinitionNode.js
575276
575292
  var isLiveQueryOperationDefinitionNode = memoize1(function isLiveQueryOperationDefinitionNode2(node) {
575277
575293
  var _a;
575278
575294
  return node.operation === "query" && ((_a = node.directives) === null || _a === void 0 ? void 0 : _a.some((directive) => directive.name.value === "live"));
575279
575295
  });
575280
575296
 
575281
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/prepareGETUrl.js
575297
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/prepareGETUrl.js
575282
575298
  var import_graphql46 = __toESM(require_graphql2(), 1);
575283
575299
  function prepareGETUrl({ baseUrl = "", query, variables, operationName, extensions }) {
575284
575300
  const dummyHostname = "https://dummyhostname.com";
@@ -575298,19 +575314,19 @@ function prepareGETUrl({ baseUrl = "", query, variables, operationName, extensio
575298
575314
  return finalUrl;
575299
575315
  }
575300
575316
 
575301
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/index.js
575317
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/index.js
575302
575318
  var import_value_or_promise8 = __toESM(require_main(), 1);
575303
575319
 
575304
575320
  // node_modules/.pnpm/extract-files@11.0.0/node_modules/extract-files/public/index.mjs
575305
575321
  var import_extractFiles = __toESM(require_extractFiles(), 1);
575306
575322
  var import_isExtractableFile = __toESM(require_isExtractableFile(), 1);
575307
575323
 
575308
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/isGraphQLUpload.js
575324
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/isGraphQLUpload.js
575309
575325
  function isGraphQLUpload(upload) {
575310
575326
  return typeof upload.createReadStream === "function";
575311
575327
  }
575312
575328
 
575313
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/createFormDataFromVariables.js
575329
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/createFormDataFromVariables.js
575314
575330
  var import_value_or_promise7 = __toESM(require_main(), 1);
575315
575331
  var import_fetch2 = __toESM(require_node_ponyfill2(), 1);
575316
575332
  function createFormDataFromVariables({ query, variables, operationName, extensions }, { File: FileCtor = import_fetch2.File, FormData: FormDataCtor = import_fetch2.FormData }) {
@@ -575371,7 +575387,7 @@ function isBlob(obj) {
575371
575387
  return typeof obj.arrayBuffer === "function";
575372
575388
  }
575373
575389
 
575374
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleAsyncIterable.js
575390
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleAsyncIterable.js
575375
575391
  var import_fetch3 = __toESM(require_node_ponyfill2(), 1);
575376
575392
  async function* handleAsyncIterable(asyncIterable) {
575377
575393
  const textDecoder = new import_fetch3.TextDecoder();
@@ -575393,7 +575409,7 @@ async function* handleAsyncIterable(asyncIterable) {
575393
575409
  }
575394
575410
  }
575395
575411
 
575396
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/addCancelToResponseStream.js
575412
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/addCancelToResponseStream.js
575397
575413
  function addCancelToResponseStream(resultStream, controller) {
575398
575414
  return getAsyncIterableWithCancel(resultStream, () => {
575399
575415
  if (!controller.signal.aborted) {
@@ -575402,7 +575418,7 @@ function addCancelToResponseStream(resultStream, controller) {
575402
575418
  });
575403
575419
  }
575404
575420
 
575405
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleReadableStream.js
575421
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleReadableStream.js
575406
575422
  var import_fetch4 = __toESM(require_node_ponyfill2(), 1);
575407
575423
 
575408
575424
  // node_modules/.pnpm/@repeaterjs+repeater@3.0.6/node_modules/@repeaterjs/repeater/repeater.js
@@ -576480,7 +576496,7 @@ function latest(contenders) {
576480
576496
  });
576481
576497
  }
576482
576498
 
576483
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleReadableStream.js
576499
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleReadableStream.js
576484
576500
  function handleReadableStream(readableStream) {
576485
576501
  const textDecoder = new import_fetch4.TextDecoder();
576486
576502
  return new Repeater2(function repeaterExecutor(push2, stop2) {
@@ -576513,7 +576529,7 @@ function handleReadableStream(readableStream) {
576513
576529
  });
576514
576530
  }
576515
576531
 
576516
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleEventStreamResponse.js
576532
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleEventStreamResponse.js
576517
576533
  function isReadableStream(value2) {
576518
576534
  return value2 && typeof value2.getReader === "function";
576519
576535
  }
@@ -576535,7 +576551,7 @@ function handleEventStreamResponse(response, controller) {
576535
576551
  throw new Error("Response body is expected to be a readable stream but got; " + inspect(body));
576536
576552
  }
576537
576553
 
576538
- // node_modules/.pnpm/meros@1.3.0_@types+node@20.14.0/node_modules/meros/node/index.mjs
576554
+ // node_modules/.pnpm/meros@1.3.0_@types+node@20.14.2/node_modules/meros/node/index.mjs
576539
576555
  async function e(e3, t2) {
576540
576556
  let n = e3.headers["content-type"];
576541
576557
  if (!n || !~n.indexOf("multipart/")) return e3;
@@ -576568,7 +576584,7 @@ async function e(e3, t2) {
576568
576584
  }(e3, `--${i}`, t2);
576569
576585
  }
576570
576586
 
576571
- // node_modules/.pnpm/meros@1.3.0_@types+node@20.14.0/node_modules/meros/browser/index.mjs
576587
+ // node_modules/.pnpm/meros@1.3.0_@types+node@20.14.2/node_modules/meros/browser/index.mjs
576572
576588
  var e2 = new TextDecoder();
576573
576589
  async function t(t2, n) {
576574
576590
  if (!t2.ok || !t2.body || t2.bodyUsed) return t2;
@@ -576635,7 +576651,7 @@ function dset(obj, keys, val) {
576635
576651
  }
576636
576652
  }
576637
576653
 
576638
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleMultipartMixedResponse.js
576654
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/handleMultipartMixedResponse.js
576639
576655
  function isIncomingMessage(body) {
576640
576656
  return body != null && typeof body === "object" && "pipe" in body;
576641
576657
  }
@@ -576698,7 +576714,7 @@ async function handleMultipartMixedResponse(response, controller) {
576698
576714
  return resultStream;
576699
576715
  }
576700
576716
 
576701
- // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/index.js
576717
+ // node_modules/.pnpm/@graphql-tools+executor-http@0.1.10_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/executor-http/esm/index.js
576702
576718
  var import_fetch5 = __toESM(require_node_ponyfill2(), 1);
576703
576719
  function buildHTTPExecutor(options) {
576704
576720
  const executor = (request) => {
@@ -577017,7 +577033,7 @@ function buildWSLegacyExecutor(subscriptionsEndpoint, WebSocketImpl, options) {
577017
577033
  };
577018
577034
  }
577019
577035
 
577020
- // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/index.js
577036
+ // node_modules/.pnpm/@graphql-tools+url-loader@7.17.18_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-tools/url-loader/esm/index.js
577021
577037
  var asyncImport = (moduleName) => import(`${moduleName}`);
577022
577038
  var syncImport = (moduleName) => __require(`${moduleName}`);
577023
577039
  var SubscriptionProtocol;
@@ -579213,7 +579229,7 @@ function collectSchemaParts(sources) {
579213
579229
  };
579214
579230
  }
579215
579231
 
579216
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/loaders.js
579232
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/loaders.js
579217
579233
  var import_graphql68 = __toESM(require_graphql2(), 1);
579218
579234
  var LoadersRegistry = class {
579219
579235
  constructor({ cwd: cwd4 }) {
@@ -579293,7 +579309,7 @@ var LoadersRegistry = class {
579293
579309
  }
579294
579310
  };
579295
579311
 
579296
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/extension.js
579312
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/extension.js
579297
579313
  var GraphQLExtensionsRegistry = class {
579298
579314
  constructor({ cwd: cwd4 }) {
579299
579315
  this._extensions = {};
@@ -579329,14 +579345,14 @@ var GraphQLExtensionsRegistry = class {
579329
579345
  }
579330
579346
  };
579331
579347
 
579332
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/extensions/endpoints.js
579348
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/extensions/endpoints.js
579333
579349
  var EndpointsExtension = () => {
579334
579350
  return {
579335
579351
  name: "endpoints"
579336
579352
  };
579337
579353
  };
579338
579354
 
579339
- // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.0_graphql@15.8.0/node_modules/graphql-config/esm/config.js
579355
+ // node_modules/.pnpm/graphql-config@4.5.0_@types+node@20.14.2_graphql@15.8.0/node_modules/graphql-config/esm/config.js
579340
579356
  var CWD2 = process.cwd();
579341
579357
  var defaultConfigName = "graphql";
579342
579358
  var defaultLoadConfigOptions = {
@@ -579425,7 +579441,7 @@ var GraphQLConfig = class {
579425
579441
  }
579426
579442
  };
579427
579443
 
579428
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/graphql-config.js
579444
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/graphql-config.js
579429
579445
  var debug = (0, import_debug.default)("graphql-eslint:graphql-config");
579430
579446
  var graphQLConfig;
579431
579447
  function loadOnDiskGraphQLConfig(filePath) {
@@ -579470,7 +579486,7 @@ var codeFileLoaderExtension = (api) => {
579470
579486
  return { name: "graphql-eslint-loaders" };
579471
579487
  };
579472
579488
 
579473
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/utils.js
579489
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/utils.js
579474
579490
  var import_chalk = __toESM(require_source2(), 1);
579475
579491
  var import_graphql69 = __toESM(require_graphql2(), 1);
579476
579492
  var import_lodash = __toESM(require_lodash(), 1);
@@ -579606,7 +579622,7 @@ function getNodeName(node) {
579606
579622
  return "";
579607
579623
  }
579608
579624
 
579609
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/processor.js
579625
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/processor.js
579610
579626
  var blocksMap = /* @__PURE__ */ new Map();
579611
579627
  var onDiskConfig;
579612
579628
  var onDiskConfigLoaded = false;
@@ -579703,14 +579719,14 @@ ${error.message}`;
579703
579719
  }
579704
579720
  };
579705
579721
 
579706
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/parser.js
579722
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/parser.js
579707
579723
  var import_debug5 = __toESM(require_src(), 1);
579708
579724
  var import_graphql74 = __toESM(require_graphql2(), 1);
579709
579725
 
579710
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/estree-converter/converter.js
579726
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/estree-converter/converter.js
579711
579727
  var import_graphql71 = __toESM(require_graphql2(), 1);
579712
579728
 
579713
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/estree-converter/utils.js
579729
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/estree-converter/utils.js
579714
579730
  import { createRequire as createRequire5 } from "module";
579715
579731
  var import_graphql70 = __toESM(require_graphql2(), 1);
579716
579732
  var import_valueFromASTUntyped = __toESM(require_valueFromASTUntyped(), 1);
@@ -579812,7 +579828,7 @@ function convertLocation(location) {
579812
579828
  return loc;
579813
579829
  }
579814
579830
 
579815
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/estree-converter/converter.js
579831
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/estree-converter/converter.js
579816
579832
  function convertToESTree(node, schema15) {
579817
579833
  const typeInfo = schema15 && new import_graphql71.TypeInfo(schema15);
579818
579834
  const visitor = {
@@ -579868,12 +579884,12 @@ function convertToESTree(node, schema15) {
579868
579884
  );
579869
579885
  }
579870
579886
 
579871
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/schema.js
579887
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/schema.js
579872
579888
  var import_debug3 = __toESM(require_src(), 1);
579873
579889
  var import_fast_glob = __toESM(require_out4(), 1);
579874
579890
  var import_graphql72 = __toESM(require_graphql2(), 1);
579875
579891
 
579876
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/cache.js
579892
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/cache.js
579877
579893
  var import_debug2 = __toESM(require_src(), 1);
579878
579894
  var log = (0, import_debug2.default)("graphql-eslint:ModuleCache");
579879
579895
  var ModuleCache = class {
@@ -579900,7 +579916,7 @@ var ModuleCache = class {
579900
579916
  }
579901
579917
  };
579902
579918
 
579903
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/schema.js
579919
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/schema.js
579904
579920
  var schemaCache = new ModuleCache();
579905
579921
  var debug2 = (0, import_debug3.default)("graphql-eslint:schema");
579906
579922
  function getSchema(project, schemaOptions) {
@@ -579926,10 +579942,10 @@ function getSchema(project, schemaOptions) {
579926
579942
  return schema15;
579927
579943
  }
579928
579944
 
579929
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/siblings.js
579945
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/siblings.js
579930
579946
  var import_graphql73 = __toESM(require_graphql2(), 1);
579931
579947
 
579932
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/documents.js
579948
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/documents.js
579933
579949
  var import_debug4 = __toESM(require_src(), 1);
579934
579950
  var import_fast_glob2 = __toESM(require_out4(), 1);
579935
579951
  import { resolve as resolve6 } from "path";
@@ -579974,7 +579990,7 @@ var getDocuments = (project) => {
579974
579990
  return siblings;
579975
579991
  };
579976
579992
 
579977
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/siblings.js
579993
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/siblings.js
579978
579994
  var siblingOperationsCache = /* @__PURE__ */ new Map();
579979
579995
  function getSiblings(project, documents) {
579980
579996
  const siblings = project ? getDocuments(project) : typeof documents === "string" ? [parseGraphQLSDL("operation.graphql", documents, { noLocation: true })] : [];
@@ -580081,7 +580097,7 @@ function getSiblings(project, documents) {
580081
580097
  return siblingOperations;
580082
580098
  }
580083
580099
 
580084
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/parser.js
580100
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/parser.js
580085
580101
  var debug4 = (0, import_debug5.default)("graphql-eslint:parser");
580086
580102
  debug4("cwd %o", CWD3);
580087
580103
  function parseForESLint(code, options) {
@@ -580141,7 +580157,7 @@ function parseForESLint(code, options) {
580141
580157
  }
580142
580158
  }
580143
580159
 
580144
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/graphql-js-validation.js
580160
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/graphql-js-validation.js
580145
580161
  import { createRequire as createRequire6 } from "module";
580146
580162
  var import_graphql75 = __toESM(require_graphql2(), 1);
580147
580163
  var import_validate = __toESM(require_validate2(), 1);
@@ -580786,7 +580802,7 @@ var GRAPHQL_JS_VALIDATIONS = Object.assign(
580786
580802
  )
580787
580803
  );
580788
580804
 
580789
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/alphabetize.js
580805
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/alphabetize.js
580790
580806
  var import_graphql76 = __toESM(require_graphql2(), 1);
580791
580807
  var import_lodash2 = __toESM(require_lodash(), 1);
580792
580808
  var RULE_ID = "alphabetize";
@@ -581145,7 +581161,7 @@ var rule = {
581145
581161
  }
581146
581162
  };
581147
581163
 
581148
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/description-style.js
581164
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/description-style.js
581149
581165
  var schema2 = {
581150
581166
  type: "array",
581151
581167
  maxItems: 1,
@@ -581228,7 +581244,7 @@ var rule2 = {
581228
581244
  }
581229
581245
  };
581230
581246
 
581231
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/input-name.js
581247
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/input-name.js
581232
581248
  var import_graphql77 = __toESM(require_graphql2(), 1);
581233
581249
  var schema3 = {
581234
581250
  type: "array",
@@ -581373,7 +581389,7 @@ var rule3 = {
581373
581389
  }
581374
581390
  };
581375
581391
 
581376
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/lone-executable-definition.js
581392
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/lone-executable-definition.js
581377
581393
  var RULE_ID2 = "lone-executable-definition";
581378
581394
  var definitionTypes = ["fragment", "query", "mutation", "subscription"];
581379
581395
  var schema4 = {
@@ -581466,7 +581482,7 @@ var rule4 = {
581466
581482
  }
581467
581483
  };
581468
581484
 
581469
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/match-document-filename.js
581485
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/match-document-filename.js
581470
581486
  var import_graphql78 = __toESM(require_graphql2(), 1);
581471
581487
  import { basename, extname } from "path";
581472
581488
  var MATCH_EXTENSION = "MATCH_EXTENSION";
@@ -581722,7 +581738,7 @@ var rule5 = {
581722
581738
  }
581723
581739
  };
581724
581740
 
581725
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/naming-convention.js
581741
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/naming-convention.js
581726
581742
  var import_graphql79 = __toESM(require_graphql2(), 1);
581727
581743
  var KindToDisplayName = {
581728
581744
  // types
@@ -582130,7 +582146,7 @@ var rule6 = {
582130
582146
  }
582131
582147
  };
582132
582148
 
582133
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-anonymous-operations.js
582149
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-anonymous-operations.js
582134
582150
  var import_graphql80 = __toESM(require_graphql2(), 1);
582135
582151
  var RULE_ID3 = "no-anonymous-operations";
582136
582152
  var rule7 = {
@@ -582202,7 +582218,7 @@ var rule7 = {
582202
582218
  }
582203
582219
  };
582204
582220
 
582205
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-case-insensitive-enum-values-duplicates.js
582221
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-case-insensitive-enum-values-duplicates.js
582206
582222
  var import_graphql81 = __toESM(require_graphql2(), 1);
582207
582223
  var rule8 = {
582208
582224
  meta: {
@@ -582272,7 +582288,7 @@ var rule8 = {
582272
582288
  }
582273
582289
  };
582274
582290
 
582275
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-deprecated.js
582291
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-deprecated.js
582276
582292
  var import_graphql82 = __toESM(require_graphql2(), 1);
582277
582293
  var RULE_ID4 = "no-deprecated";
582278
582294
  var rule9 = {
@@ -582403,7 +582419,7 @@ var rule9 = {
582403
582419
  }
582404
582420
  };
582405
582421
 
582406
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-duplicate-fields.js
582422
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-duplicate-fields.js
582407
582423
  var import_graphql83 = __toESM(require_graphql2(), 1);
582408
582424
  var RULE_ID5 = "no-duplicate-fields";
582409
582425
  var rule10 = {
@@ -582524,7 +582540,7 @@ var rule10 = {
582524
582540
  }
582525
582541
  };
582526
582542
 
582527
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-hashtag-description.js
582543
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-hashtag-description.js
582528
582544
  var import_graphql84 = __toESM(require_graphql2(), 1);
582529
582545
  var RULE_ID6 = "HASHTAG_COMMENT";
582530
582546
  var rule11 = {
@@ -582636,7 +582652,7 @@ var rule11 = {
582636
582652
  }
582637
582653
  };
582638
582654
 
582639
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-one-place-fragments.js
582655
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-one-place-fragments.js
582640
582656
  var import_graphql85 = __toESM(require_graphql2(), 1);
582641
582657
  import { relative as relative3 } from "path";
582642
582658
  var RULE_ID7 = "no-one-place-fragments";
@@ -582723,7 +582739,7 @@ var rule12 = {
582723
582739
  }
582724
582740
  };
582725
582741
 
582726
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-root-type.js
582742
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-root-type.js
582727
582743
  var schema7 = {
582728
582744
  type: "array",
582729
582745
  minItems: 1,
@@ -582810,7 +582826,7 @@ var rule13 = {
582810
582826
  }
582811
582827
  };
582812
582828
 
582813
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-scalar-result-type-on-mutation.js
582829
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-scalar-result-type-on-mutation.js
582814
582830
  var import_graphql86 = __toESM(require_graphql2(), 1);
582815
582831
  var RULE_ID8 = "no-scalar-result-type-on-mutation";
582816
582832
  var rule14 = {
@@ -582884,7 +582900,7 @@ var rule14 = {
582884
582900
  }
582885
582901
  };
582886
582902
 
582887
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-typename-prefix.js
582903
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-typename-prefix.js
582888
582904
  var NO_TYPENAME_PREFIX = "NO_TYPENAME_PREFIX";
582889
582905
  var rule15 = {
582890
582906
  meta: {
@@ -582957,7 +582973,7 @@ var rule15 = {
582957
582973
  }
582958
582974
  };
582959
582975
 
582960
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-unreachable-types.js
582976
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-unreachable-types.js
582961
582977
  var import_graphql87 = __toESM(require_graphql2(), 1);
582962
582978
  var import_lodash3 = __toESM(require_lodash(), 1);
582963
582979
  var RULE_ID9 = "no-unreachable-types";
@@ -583120,7 +583136,7 @@ var rule16 = {
583120
583136
  }
583121
583137
  };
583122
583138
 
583123
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-unused-fields.js
583139
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/no-unused-fields.js
583124
583140
  var import_graphql88 = __toESM(require_graphql2(), 1);
583125
583141
  var RULE_ID10 = "no-unused-fields";
583126
583142
  var usedFieldsCache;
@@ -583251,7 +583267,7 @@ var rule17 = {
583251
583267
  }
583252
583268
  };
583253
583269
 
583254
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/relay-arguments.js
583270
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/relay-arguments.js
583255
583271
  var import_graphql89 = __toESM(require_graphql2(), 1);
583256
583272
  var RULE_ID11 = "relay-arguments";
583257
583273
  var MISSING_ARGUMENTS = "MISSING_ARGUMENTS";
@@ -583374,7 +583390,7 @@ var rule18 = {
583374
583390
  }
583375
583391
  };
583376
583392
 
583377
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/relay-connection-types.js
583393
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/relay-connection-types.js
583378
583394
  var import_graphql90 = __toESM(require_graphql2(), 1);
583379
583395
  var MUST_BE_OBJECT_TYPE = "MUST_BE_OBJECT_TYPE";
583380
583396
  var MUST_CONTAIN_FIELD_EDGES = "MUST_CONTAIN_FIELD_EDGES";
@@ -583489,7 +583505,7 @@ var rule19 = {
583489
583505
  }
583490
583506
  };
583491
583507
 
583492
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/relay-edge-types.js
583508
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/relay-edge-types.js
583493
583509
  var import_graphql91 = __toESM(require_graphql2(), 1);
583494
583510
  var RULE_ID12 = "relay-edge-types";
583495
583511
  var MESSAGE_MUST_BE_OBJECT_TYPE = "MESSAGE_MUST_BE_OBJECT_TYPE";
@@ -583674,7 +583690,7 @@ var rule20 = {
583674
583690
  }
583675
583691
  };
583676
583692
 
583677
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/relay-page-info.js
583693
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/relay-page-info.js
583678
583694
  var import_graphql92 = __toESM(require_graphql2(), 1);
583679
583695
  var RULE_ID13 = "relay-page-info";
583680
583696
  var MESSAGE_MUST_EXIST = "MESSAGE_MUST_EXIST";
@@ -583768,7 +583784,7 @@ var rule21 = {
583768
583784
  }
583769
583785
  };
583770
583786
 
583771
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-deprecation-date.js
583787
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-deprecation-date.js
583772
583788
  var DATE_REGEX = /^\d{2}\/\d{2}\/\d{4}$/;
583773
583789
  var MESSAGE_REQUIRE_DATE = "MESSAGE_REQUIRE_DATE";
583774
583790
  var MESSAGE_INVALID_FORMAT = "MESSAGE_INVALID_FORMAT";
@@ -583905,7 +583921,7 @@ var rule22 = {
583905
583921
  }
583906
583922
  };
583907
583923
 
583908
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-deprecation-reason.js
583924
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-deprecation-reason.js
583909
583925
  var rule23 = {
583910
583926
  meta: {
583911
583927
  docs: {
@@ -583971,7 +583987,7 @@ var rule23 = {
583971
583987
  }
583972
583988
  };
583973
583989
 
583974
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-description.js
583990
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-description.js
583975
583991
  var import_graphql93 = __toESM(require_graphql2(), 1);
583976
583992
  var RULE_ID14 = "require-description";
583977
583993
  var ALLOWED_KINDS2 = [
@@ -584147,7 +584163,7 @@ var rule24 = {
584147
584163
  }
584148
584164
  };
584149
584165
 
584150
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-field-of-type-query-in-mutation-result.js
584166
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-field-of-type-query-in-mutation-result.js
584151
584167
  var import_graphql94 = __toESM(require_graphql2(), 1);
584152
584168
  var RULE_ID15 = "require-field-of-type-query-in-mutation-result";
584153
584169
  var rule25 = {
@@ -584223,7 +584239,7 @@ var rule25 = {
584223
584239
  }
584224
584240
  };
584225
584241
 
584226
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-id-when-available.js
584242
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-id-when-available.js
584227
584243
  var import_graphql95 = __toESM(require_graphql2(), 1);
584228
584244
  var RULE_ID16 = "require-id-when-available";
584229
584245
  var DEFAULT_ID_FIELD_NAME = "id";
@@ -584436,7 +584452,7 @@ var rule26 = {
584436
584452
  }
584437
584453
  };
584438
584454
 
584439
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-import-fragment.js
584455
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-import-fragment.js
584440
584456
  import path from "path";
584441
584457
  var RULE_ID17 = "require-import-fragment";
584442
584458
  var SUGGESTION_ID = "add-import-expression";
@@ -584566,7 +584582,7 @@ var rule27 = {
584566
584582
  }
584567
584583
  };
584568
584584
 
584569
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-nullable-fields-with-oneof.js
584585
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-nullable-fields-with-oneof.js
584570
584586
  var import_graphql96 = __toESM(require_graphql2(), 1);
584571
584587
  var RULE_ID18 = "require-nullable-fields-with-oneof";
584572
584588
  var rule28 = {
@@ -584632,7 +584648,7 @@ var rule28 = {
584632
584648
  }
584633
584649
  };
584634
584650
 
584635
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-nullable-result-in-root.js
584651
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-nullable-result-in-root.js
584636
584652
  var import_graphql97 = __toESM(require_graphql2(), 1);
584637
584653
  var RULE_ID19 = "require-nullable-result-in-root";
584638
584654
  var rule29 = {
@@ -584715,7 +584731,7 @@ var rule29 = {
584715
584731
  }
584716
584732
  };
584717
584733
 
584718
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-type-pattern-with-oneof.js
584734
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/require-type-pattern-with-oneof.js
584719
584735
  var RULE_ID20 = "require-type-pattern-with-oneof";
584720
584736
  var rule30 = {
584721
584737
  meta: {
@@ -584780,7 +584796,7 @@ var rule30 = {
584780
584796
  }
584781
584797
  };
584782
584798
 
584783
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/selection-set-depth.js
584799
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/selection-set-depth.js
584784
584800
  var import_graphql98 = __toESM(require_graphql2(), 1);
584785
584801
  var import_graphql_depth_limit = __toESM(require_graphql_depth_limit(), 1);
584786
584802
  var RULE_ID21 = "selection-set-depth";
@@ -584919,7 +584935,7 @@ var rule31 = {
584919
584935
  }
584920
584936
  };
584921
584937
 
584922
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/strict-id-in-types.js
584938
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/strict-id-in-types.js
584923
584939
  var import_graphql99 = __toESM(require_graphql2(), 1);
584924
584940
  var RULE_ID22 = "strict-id-in-types";
584925
584941
  var schema14 = {
@@ -585079,7 +585095,7 @@ Accepted type${pluralTypesSuffix}: ${englishJoinWords(options.acceptedIdTypes)}.
585079
585095
  }
585080
585096
  };
585081
585097
 
585082
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/unique-fragment-name.js
585098
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/unique-fragment-name.js
585083
585099
  var import_graphql100 = __toESM(require_graphql2(), 1);
585084
585100
  import { relative as relative4 } from "path";
585085
585101
  var RULE_ID23 = "unique-fragment-name";
@@ -585169,7 +585185,7 @@ var rule33 = {
585169
585185
  }
585170
585186
  };
585171
585187
 
585172
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/unique-operation-name.js
585188
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/unique-operation-name.js
585173
585189
  var RULE_ID24 = "unique-operation-name";
585174
585190
  var rule34 = {
585175
585191
  meta: {
@@ -585238,7 +585254,7 @@ var rule34 = {
585238
585254
  }
585239
585255
  };
585240
585256
 
585241
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/index.js
585257
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/rules/index.js
585242
585258
  var rules = {
585243
585259
  ...GRAPHQL_JS_VALIDATIONS,
585244
585260
  alphabetize: rule,
@@ -585277,7 +585293,7 @@ var rules = {
585277
585293
  "unique-operation-name": rule34
585278
585294
  };
585279
585295
 
585280
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/testkit.js
585296
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/testkit.js
585281
585297
  import { createRequire as createRequire7 } from "module";
585282
585298
  var import_code_frame = __toESM(require_lib9(), 1);
585283
585299
  import { readFileSync as readFileSync5 } from "fs";
@@ -585427,7 +585443,7 @@ function printCode(code, result = {}, linesOffset = Number.POSITIVE_INFINITY) {
585427
585443
  });
585428
585444
  }
585429
585445
 
585430
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/operations-all.js
585446
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/operations-all.js
585431
585447
  var require_operations_all = __commonJS2({
585432
585448
  "src/configs/operations-all.ts"(exports, module) {
585433
585449
  module.exports = {
@@ -585460,7 +585476,7 @@ var require_operations_all = __commonJS2({
585460
585476
  });
585461
585477
  var operations_all_default = require_operations_all();
585462
585478
 
585463
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/operations-recommended.js
585479
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/operations-recommended.js
585464
585480
  var require_operations_recommended = __commonJS2({
585465
585481
  "src/configs/operations-recommended.ts"(exports, module) {
585466
585482
  module.exports = {
@@ -585518,7 +585534,7 @@ var require_operations_recommended = __commonJS2({
585518
585534
  });
585519
585535
  var operations_recommended_default = require_operations_recommended();
585520
585536
 
585521
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/relay.js
585537
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/relay.js
585522
585538
  var require_relay = __commonJS2({
585523
585539
  "src/configs/relay.ts"(exports, module) {
585524
585540
  module.exports = {
@@ -585535,7 +585551,7 @@ var require_relay = __commonJS2({
585535
585551
  });
585536
585552
  var relay_default = require_relay();
585537
585553
 
585538
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/schema-all.js
585554
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/schema-all.js
585539
585555
  var require_schema_all = __commonJS2({
585540
585556
  "src/configs/schema-all.ts"(exports, module) {
585541
585557
  module.exports = {
@@ -585562,7 +585578,7 @@ var require_schema_all = __commonJS2({
585562
585578
  });
585563
585579
  var schema_all_default = require_schema_all();
585564
585580
 
585565
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/schema-recommended.js
585581
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/schema-recommended.js
585566
585582
  var require_schema_recommended = __commonJS2({
585567
585583
  "src/configs/schema-recommended.ts"(exports, module) {
585568
585584
  module.exports = {
@@ -585616,7 +585632,7 @@ var require_schema_recommended = __commonJS2({
585616
585632
  });
585617
585633
  var schema_recommended_default = require_schema_recommended();
585618
585634
 
585619
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/index.js
585635
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/configs/index.js
585620
585636
  var configs = {
585621
585637
  "schema-recommended": schema_recommended_default,
585622
585638
  "schema-all": schema_all_default,
@@ -585625,7 +585641,7 @@ var configs = {
585625
585641
  relay: relay_default
585626
585642
  };
585627
585643
 
585628
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/flat-configs.js
585644
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/flat-configs.js
585629
585645
  var languageOptions = {
585630
585646
  parser: { parseForESLint }
585631
585647
  };
@@ -585658,7 +585674,7 @@ var flatConfigs = {
585658
585674
  }
585659
585675
  };
585660
585676
 
585661
- // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.0_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/index.js
585677
+ // node_modules/.pnpm/@graphql-eslint+eslint-plugin@3.20.1_@babel+core@7.24.7_@types+node@20.14.2_graphql@15.8.0/node_modules/@graphql-eslint/eslint-plugin/esm/index.js
585662
585678
  var processors = { graphql: processor };
585663
585679
 
585664
585680
  // packages/eslint/src/base.ts