@eslint-react/jsx 1.5.9-beta.2 → 1.5.9-beta.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.js CHANGED
@@ -17,7 +17,7 @@ var __export = (target, all3) => {
17
17
  __defProp(target, name, { get: all3[name], enumerable: true });
18
18
  };
19
19
 
20
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Function.js
20
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Function.js
21
21
  var Function_exports = {};
22
22
  __export(Function_exports, {
23
23
  SK: () => SK,
@@ -192,14 +192,14 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
192
192
  var hole = /* @__PURE__ */ unsafeCoerce(absurd);
193
193
  var SK = (_2, b2) => b2;
194
194
 
195
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Equivalence.js
195
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equivalence.js
196
196
  var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
197
197
 
198
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/version.js
199
- var moduleVersion = "3.0.0";
198
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/version.js
199
+ var moduleVersion = "3.0.3";
200
200
  var getCurrentVersion = () => moduleVersion;
201
201
 
202
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/GlobalValue.js
202
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/GlobalValue.js
203
203
  var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
204
204
  if (!(globalStoreId in globalThis)) {
205
205
  globalThis[globalStoreId] = /* @__PURE__ */ new Map();
@@ -212,7 +212,7 @@ var globalValue = (id, compute) => {
212
212
  return globalStore.get(id);
213
213
  };
214
214
 
215
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Predicate.js
215
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Predicate.js
216
216
  var Predicate_exports = {};
217
217
  __export(Predicate_exports, {
218
218
  all: () => all,
@@ -349,7 +349,7 @@ var some = (collection) => (a2) => {
349
349
  return false;
350
350
  };
351
351
 
352
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Utils.js
352
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Utils.js
353
353
  var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
354
354
  var GenKindImpl = class {
355
355
  value;
@@ -569,7 +569,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
569
569
  out[1] = lo;
570
570
  }
571
571
 
572
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Hash.js
572
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Hash.js
573
573
  var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
574
574
  var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
575
575
  var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
@@ -655,7 +655,7 @@ var cached = function() {
655
655
  return hash2;
656
656
  };
657
657
 
658
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Equal.js
658
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equal.js
659
659
  var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
660
660
  function equals() {
661
661
  if (arguments.length === 1) {
@@ -681,7 +681,7 @@ function compareBoth(self, that) {
681
681
  var isEqual = (u2) => hasProperty(u2, symbol2);
682
682
  var equivalence = () => equals;
683
683
 
684
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Inspectable.js
684
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Inspectable.js
685
685
  var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
686
686
  var toJSON = (x2) => {
687
687
  if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
@@ -693,7 +693,7 @@ var toJSON = (x2) => {
693
693
  };
694
694
  var format = (x2) => JSON.stringify(x2, null, 2);
695
695
 
696
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Pipeable.js
696
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Pipeable.js
697
697
  var pipeArguments = (self, args) => {
698
698
  switch (args.length) {
699
699
  case 1:
@@ -724,7 +724,7 @@ var pipeArguments = (self, args) => {
724
724
  }
725
725
  };
726
726
 
727
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/effectable.js
727
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/effectable.js
728
728
  var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
729
729
  var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
730
730
  var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
@@ -782,7 +782,7 @@ var EffectPrototype = {
782
782
  }
783
783
  };
784
784
 
785
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/option.js
785
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/option.js
786
786
  var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
787
787
  var CommonProto = {
788
788
  ...EffectPrototype,
@@ -840,7 +840,7 @@ var some2 = (value) => {
840
840
  return a2;
841
841
  };
842
842
 
843
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/either.js
843
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/either.js
844
844
  var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
845
845
  var CommonProto2 = {
846
846
  ...EffectPrototype,
@@ -904,7 +904,7 @@ var right = (right2) => {
904
904
  var getLeft = (self) => isRight(self) ? none : some2(self.left);
905
905
  var getRight = (self) => isLeft(self) ? none : some2(self.right);
906
906
 
907
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Option.js
907
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
908
908
  var Option_exports = {};
909
909
  __export(Option_exports, {
910
910
  Do: () => Do,
@@ -966,10 +966,10 @@ __export(Option_exports, {
966
966
  zipWith: () => zipWith
967
967
  });
968
968
 
969
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Order.js
969
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Order.js
970
970
  var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
971
971
 
972
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Option.js
972
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
973
973
  var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
974
974
  var none2 = () => none;
975
975
  var some3 = some2;
package/dist/index.mjs CHANGED
@@ -11,7 +11,7 @@ var __export = (target, all3) => {
11
11
  __defProp(target, name, { get: all3[name], enumerable: true });
12
12
  };
13
13
 
14
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Function.js
14
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Function.js
15
15
  var Function_exports = {};
16
16
  __export(Function_exports, {
17
17
  SK: () => SK,
@@ -186,14 +186,14 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
186
186
  var hole = /* @__PURE__ */ unsafeCoerce(absurd);
187
187
  var SK = (_2, b2) => b2;
188
188
 
189
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Equivalence.js
189
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equivalence.js
190
190
  var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
191
191
 
192
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/version.js
193
- var moduleVersion = "3.0.0";
192
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/version.js
193
+ var moduleVersion = "3.0.3";
194
194
  var getCurrentVersion = () => moduleVersion;
195
195
 
196
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/GlobalValue.js
196
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/GlobalValue.js
197
197
  var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
198
198
  if (!(globalStoreId in globalThis)) {
199
199
  globalThis[globalStoreId] = /* @__PURE__ */ new Map();
@@ -206,7 +206,7 @@ var globalValue = (id, compute) => {
206
206
  return globalStore.get(id);
207
207
  };
208
208
 
209
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Predicate.js
209
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Predicate.js
210
210
  var Predicate_exports = {};
211
211
  __export(Predicate_exports, {
212
212
  all: () => all,
@@ -343,7 +343,7 @@ var some = (collection) => (a2) => {
343
343
  return false;
344
344
  };
345
345
 
346
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Utils.js
346
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Utils.js
347
347
  var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
348
348
  var GenKindImpl = class {
349
349
  value;
@@ -563,7 +563,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
563
563
  out[1] = lo;
564
564
  }
565
565
 
566
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Hash.js
566
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Hash.js
567
567
  var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
568
568
  var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
569
569
  var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
@@ -649,7 +649,7 @@ var cached = function() {
649
649
  return hash2;
650
650
  };
651
651
 
652
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Equal.js
652
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equal.js
653
653
  var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
654
654
  function equals() {
655
655
  if (arguments.length === 1) {
@@ -675,7 +675,7 @@ function compareBoth(self, that) {
675
675
  var isEqual = (u2) => hasProperty(u2, symbol2);
676
676
  var equivalence = () => equals;
677
677
 
678
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Inspectable.js
678
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Inspectable.js
679
679
  var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
680
680
  var toJSON = (x2) => {
681
681
  if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
@@ -687,7 +687,7 @@ var toJSON = (x2) => {
687
687
  };
688
688
  var format = (x2) => JSON.stringify(x2, null, 2);
689
689
 
690
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Pipeable.js
690
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Pipeable.js
691
691
  var pipeArguments = (self, args) => {
692
692
  switch (args.length) {
693
693
  case 1:
@@ -718,7 +718,7 @@ var pipeArguments = (self, args) => {
718
718
  }
719
719
  };
720
720
 
721
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/effectable.js
721
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/effectable.js
722
722
  var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
723
723
  var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
724
724
  var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
@@ -776,7 +776,7 @@ var EffectPrototype = {
776
776
  }
777
777
  };
778
778
 
779
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/option.js
779
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/option.js
780
780
  var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
781
781
  var CommonProto = {
782
782
  ...EffectPrototype,
@@ -834,7 +834,7 @@ var some2 = (value) => {
834
834
  return a2;
835
835
  };
836
836
 
837
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/internal/either.js
837
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/either.js
838
838
  var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
839
839
  var CommonProto2 = {
840
840
  ...EffectPrototype,
@@ -898,7 +898,7 @@ var right = (right2) => {
898
898
  var getLeft = (self) => isRight(self) ? none : some2(self.left);
899
899
  var getRight = (self) => isLeft(self) ? none : some2(self.right);
900
900
 
901
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Option.js
901
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
902
902
  var Option_exports = {};
903
903
  __export(Option_exports, {
904
904
  Do: () => Do,
@@ -960,10 +960,10 @@ __export(Option_exports, {
960
960
  zipWith: () => zipWith
961
961
  });
962
962
 
963
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Order.js
963
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Order.js
964
964
  var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
965
965
 
966
- // ../../../node_modules/.pnpm/effect@3.0.0/node_modules/effect/dist/esm/Option.js
966
+ // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
967
967
  var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
968
968
  var none2 = () => none;
969
969
  var some3 = some2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/jsx",
3
- "version": "1.5.9-beta.2",
3
+ "version": "1.5.9-beta.3",
4
4
  "description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {
@@ -39,14 +39,14 @@
39
39
  "@typescript-eslint/types": "7.7.0",
40
40
  "@typescript-eslint/utils": "7.7.0",
41
41
  "micro-memoize": "4.1.2",
42
- "@eslint-react/shared": "1.5.9-beta.2",
43
- "@eslint-react/tools": "1.5.9-beta.2",
44
- "@eslint-react/var": "1.5.9-beta.2",
45
- "@eslint-react/types": "1.5.9-beta.2",
46
- "@eslint-react/ast": "1.5.9-beta.2"
42
+ "@eslint-react/ast": "1.5.9-beta.3",
43
+ "@eslint-react/shared": "1.5.9-beta.3",
44
+ "@eslint-react/types": "1.5.9-beta.3",
45
+ "@eslint-react/var": "1.5.9-beta.3",
46
+ "@eslint-react/tools": "1.5.9-beta.3"
47
47
  },
48
48
  "devDependencies": {
49
- "effect": "3.0.0"
49
+ "effect": "3.0.3"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup",