@eslint-react/jsx 1.5.11-next.4 → 1.5.11-next.5

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.1.1/node_modules/effect/dist/esm/Function.js
20
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Function.js
21
21
  var Function_exports = {};
22
22
  __export(Function_exports, {
23
23
  SK: () => SK,
@@ -192,14 +192,25 @@ 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.1.1/node_modules/effect/dist/esm/Equivalence.js
195
+ // ../../../node_modules/.pnpm/effect@3.1.2/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.1.1/node_modules/effect/dist/esm/internal/version.js
199
- var moduleVersion = "3.1.1";
198
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/doNotation.js
199
+ var let_ = (map2) => dual(3, (self, name, f2) => map2(self, (a2) => Object.assign({}, a2, {
200
+ [name]: f2(a2)
201
+ })));
202
+ var bindTo = (map2) => dual(2, (self, name) => map2(self, (a2) => ({
203
+ [name]: a2
204
+ })));
205
+ var bind = (map2, flatMap2) => dual(3, (self, name, f2) => flatMap2(self, (a2) => map2(f2(a2), (b2) => Object.assign({}, a2, {
206
+ [name]: b2
207
+ }))));
208
+
209
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/version.js
210
+ var moduleVersion = "3.1.2";
200
211
  var getCurrentVersion = () => moduleVersion;
201
212
 
202
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/GlobalValue.js
213
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/GlobalValue.js
203
214
  var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
204
215
  if (!(globalStoreId in globalThis)) {
205
216
  globalThis[globalStoreId] = /* @__PURE__ */ new Map();
@@ -212,7 +223,7 @@ var globalValue = (id, compute) => {
212
223
  return globalStore.get(id);
213
224
  };
214
225
 
215
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Predicate.js
226
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Predicate.js
216
227
  var Predicate_exports = {};
217
228
  __export(Predicate_exports, {
218
229
  all: () => all,
@@ -349,10 +360,10 @@ var some = (collection) => (a2) => {
349
360
  return false;
350
361
  };
351
362
 
352
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/internal/errors.js
363
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/errors.js
353
364
  var getBugErrorMessage = (message) => `BUG: ${message} - please report an issue at https://github.com/Effect-TS/effect/issues`;
354
365
 
355
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Utils.js
366
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Utils.js
356
367
  var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
357
368
  var isGenKind = (u2) => isObject(u2) && GenKindTypeId in u2;
358
369
  var GenKindImpl = class {
@@ -596,7 +607,7 @@ var structuralRegionState = /* @__PURE__ */ globalValue("effect/Utils/isStructur
596
607
  tester: void 0
597
608
  }));
598
609
 
599
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Hash.js
610
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Hash.js
600
611
  var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
601
612
  var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
602
613
  var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
@@ -697,7 +708,7 @@ var cached = function() {
697
708
  return hash2;
698
709
  };
699
710
 
700
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Equal.js
711
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Equal.js
701
712
  var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
702
713
  function equals() {
703
714
  if (arguments.length === 1) {
@@ -743,7 +754,7 @@ function compareBoth(self, that) {
743
754
  var isEqual = (u2) => hasProperty(u2, symbol2);
744
755
  var equivalence = () => equals;
745
756
 
746
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Inspectable.js
757
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Inspectable.js
747
758
  var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
748
759
  var toJSON = (x2) => {
749
760
  if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
@@ -755,7 +766,7 @@ var toJSON = (x2) => {
755
766
  };
756
767
  var format = (x2) => JSON.stringify(x2, null, 2);
757
768
 
758
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Pipeable.js
769
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Pipeable.js
759
770
  var pipeArguments = (self, args) => {
760
771
  switch (args.length) {
761
772
  case 1:
@@ -786,7 +797,7 @@ var pipeArguments = (self, args) => {
786
797
  }
787
798
  };
788
799
 
789
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/internal/effectable.js
800
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/effectable.js
790
801
  var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
791
802
  var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
792
803
  var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
@@ -847,7 +858,7 @@ var EffectPrototype = {
847
858
  }
848
859
  };
849
860
 
850
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/internal/option.js
861
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/option.js
851
862
  var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
852
863
  var CommonProto = {
853
864
  ...EffectPrototype,
@@ -905,7 +916,7 @@ var some2 = (value) => {
905
916
  return a2;
906
917
  };
907
918
 
908
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/internal/either.js
919
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/either.js
909
920
  var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
910
921
  var CommonProto2 = {
911
922
  ...EffectPrototype,
@@ -969,7 +980,7 @@ var right = (right2) => {
969
980
  var getLeft = (self) => isRight(self) ? none : some2(self.left);
970
981
  var getRight = (self) => isLeft(self) ? none : some2(self.right);
971
982
 
972
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Option.js
983
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Option.js
973
984
  var Option_exports = {};
974
985
  __export(Option_exports, {
975
986
  Do: () => Do,
@@ -979,8 +990,8 @@ __export(Option_exports, {
979
990
  ap: () => ap,
980
991
  as: () => as,
981
992
  asVoid: () => asVoid,
982
- bind: () => bind,
983
- bindTo: () => bindTo,
993
+ bind: () => bind2,
994
+ bindTo: () => bindTo2,
984
995
  composeK: () => composeK,
985
996
  contains: () => contains,
986
997
  containsWith: () => containsWith,
@@ -1006,7 +1017,7 @@ __export(Option_exports, {
1006
1017
  isNone: () => isNone2,
1007
1018
  isOption: () => isOption2,
1008
1019
  isSome: () => isSome2,
1009
- let: () => let_,
1020
+ let: () => let_2,
1010
1021
  lift2: () => lift2,
1011
1022
  liftNullable: () => liftNullable,
1012
1023
  liftPredicate: () => liftPredicate,
@@ -1031,10 +1042,10 @@ __export(Option_exports, {
1031
1042
  zipWith: () => zipWith
1032
1043
  });
1033
1044
 
1034
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Order.js
1045
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Order.js
1035
1046
  var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
1036
1047
 
1037
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Option.js
1048
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Option.js
1038
1049
  var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
1039
1050
  var none2 = () => none;
1040
1051
  var some3 = some2;
@@ -1164,15 +1175,9 @@ var containsWith = (isEquivalent) => dual(2, (self, a2) => isNone2(self) ? false
1164
1175
  var _equivalence = /* @__PURE__ */ equivalence();
1165
1176
  var contains = /* @__PURE__ */ containsWith(_equivalence);
1166
1177
  var exists = /* @__PURE__ */ dual(2, (self, refinement) => isNone2(self) ? false : refinement(self.value));
1167
- var bindTo = /* @__PURE__ */ dual(2, (self, name) => map(self, (a2) => ({
1168
- [name]: a2
1169
- })));
1170
- var let_ = /* @__PURE__ */ dual(3, (self, name, f2) => map(self, (a2) => Object.assign({}, a2, {
1171
- [name]: f2(a2)
1172
- })));
1173
- var bind = /* @__PURE__ */ dual(3, (self, name, f2) => flatMap(self, (a2) => map(f2(a2), (b2) => Object.assign({}, a2, {
1174
- [name]: b2
1175
- }))));
1178
+ var bindTo2 = /* @__PURE__ */ bindTo(map);
1179
+ var let_2 = /* @__PURE__ */ let_(map);
1180
+ var bind2 = /* @__PURE__ */ bind(map, flatMap);
1176
1181
  var Do = /* @__PURE__ */ some3({});
1177
1182
  var adapter2 = /* @__PURE__ */ adapter();
1178
1183
  var gen = (f2) => {
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.1.1/node_modules/effect/dist/esm/Function.js
14
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Function.js
15
15
  var Function_exports = {};
16
16
  __export(Function_exports, {
17
17
  SK: () => SK,
@@ -186,14 +186,25 @@ 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.1.1/node_modules/effect/dist/esm/Equivalence.js
189
+ // ../../../node_modules/.pnpm/effect@3.1.2/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.1.1/node_modules/effect/dist/esm/internal/version.js
193
- var moduleVersion = "3.1.1";
192
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/doNotation.js
193
+ var let_ = (map2) => dual(3, (self, name, f2) => map2(self, (a2) => Object.assign({}, a2, {
194
+ [name]: f2(a2)
195
+ })));
196
+ var bindTo = (map2) => dual(2, (self, name) => map2(self, (a2) => ({
197
+ [name]: a2
198
+ })));
199
+ var bind = (map2, flatMap2) => dual(3, (self, name, f2) => flatMap2(self, (a2) => map2(f2(a2), (b2) => Object.assign({}, a2, {
200
+ [name]: b2
201
+ }))));
202
+
203
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/version.js
204
+ var moduleVersion = "3.1.2";
194
205
  var getCurrentVersion = () => moduleVersion;
195
206
 
196
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/GlobalValue.js
207
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/GlobalValue.js
197
208
  var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
198
209
  if (!(globalStoreId in globalThis)) {
199
210
  globalThis[globalStoreId] = /* @__PURE__ */ new Map();
@@ -206,7 +217,7 @@ var globalValue = (id, compute) => {
206
217
  return globalStore.get(id);
207
218
  };
208
219
 
209
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Predicate.js
220
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Predicate.js
210
221
  var Predicate_exports = {};
211
222
  __export(Predicate_exports, {
212
223
  all: () => all,
@@ -343,10 +354,10 @@ var some = (collection) => (a2) => {
343
354
  return false;
344
355
  };
345
356
 
346
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/internal/errors.js
357
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/errors.js
347
358
  var getBugErrorMessage = (message) => `BUG: ${message} - please report an issue at https://github.com/Effect-TS/effect/issues`;
348
359
 
349
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Utils.js
360
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Utils.js
350
361
  var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
351
362
  var isGenKind = (u2) => isObject(u2) && GenKindTypeId in u2;
352
363
  var GenKindImpl = class {
@@ -590,7 +601,7 @@ var structuralRegionState = /* @__PURE__ */ globalValue("effect/Utils/isStructur
590
601
  tester: void 0
591
602
  }));
592
603
 
593
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Hash.js
604
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Hash.js
594
605
  var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
595
606
  var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
596
607
  var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
@@ -691,7 +702,7 @@ var cached = function() {
691
702
  return hash2;
692
703
  };
693
704
 
694
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Equal.js
705
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Equal.js
695
706
  var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
696
707
  function equals() {
697
708
  if (arguments.length === 1) {
@@ -737,7 +748,7 @@ function compareBoth(self, that) {
737
748
  var isEqual = (u2) => hasProperty(u2, symbol2);
738
749
  var equivalence = () => equals;
739
750
 
740
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Inspectable.js
751
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Inspectable.js
741
752
  var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
742
753
  var toJSON = (x2) => {
743
754
  if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
@@ -749,7 +760,7 @@ var toJSON = (x2) => {
749
760
  };
750
761
  var format = (x2) => JSON.stringify(x2, null, 2);
751
762
 
752
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Pipeable.js
763
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Pipeable.js
753
764
  var pipeArguments = (self, args) => {
754
765
  switch (args.length) {
755
766
  case 1:
@@ -780,7 +791,7 @@ var pipeArguments = (self, args) => {
780
791
  }
781
792
  };
782
793
 
783
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/internal/effectable.js
794
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/effectable.js
784
795
  var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
785
796
  var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
786
797
  var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
@@ -841,7 +852,7 @@ var EffectPrototype = {
841
852
  }
842
853
  };
843
854
 
844
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/internal/option.js
855
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/option.js
845
856
  var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
846
857
  var CommonProto = {
847
858
  ...EffectPrototype,
@@ -899,7 +910,7 @@ var some2 = (value) => {
899
910
  return a2;
900
911
  };
901
912
 
902
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/internal/either.js
913
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/internal/either.js
903
914
  var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
904
915
  var CommonProto2 = {
905
916
  ...EffectPrototype,
@@ -963,7 +974,7 @@ var right = (right2) => {
963
974
  var getLeft = (self) => isRight(self) ? none : some2(self.left);
964
975
  var getRight = (self) => isLeft(self) ? none : some2(self.right);
965
976
 
966
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Option.js
977
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Option.js
967
978
  var Option_exports = {};
968
979
  __export(Option_exports, {
969
980
  Do: () => Do,
@@ -973,8 +984,8 @@ __export(Option_exports, {
973
984
  ap: () => ap,
974
985
  as: () => as,
975
986
  asVoid: () => asVoid,
976
- bind: () => bind,
977
- bindTo: () => bindTo,
987
+ bind: () => bind2,
988
+ bindTo: () => bindTo2,
978
989
  composeK: () => composeK,
979
990
  contains: () => contains,
980
991
  containsWith: () => containsWith,
@@ -1000,7 +1011,7 @@ __export(Option_exports, {
1000
1011
  isNone: () => isNone2,
1001
1012
  isOption: () => isOption2,
1002
1013
  isSome: () => isSome2,
1003
- let: () => let_,
1014
+ let: () => let_2,
1004
1015
  lift2: () => lift2,
1005
1016
  liftNullable: () => liftNullable,
1006
1017
  liftPredicate: () => liftPredicate,
@@ -1025,10 +1036,10 @@ __export(Option_exports, {
1025
1036
  zipWith: () => zipWith
1026
1037
  });
1027
1038
 
1028
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Order.js
1039
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Order.js
1029
1040
  var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
1030
1041
 
1031
- // ../../../node_modules/.pnpm/effect@3.1.1/node_modules/effect/dist/esm/Option.js
1042
+ // ../../../node_modules/.pnpm/effect@3.1.2/node_modules/effect/dist/esm/Option.js
1032
1043
  var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
1033
1044
  var none2 = () => none;
1034
1045
  var some3 = some2;
@@ -1158,15 +1169,9 @@ var containsWith = (isEquivalent) => dual(2, (self, a2) => isNone2(self) ? false
1158
1169
  var _equivalence = /* @__PURE__ */ equivalence();
1159
1170
  var contains = /* @__PURE__ */ containsWith(_equivalence);
1160
1171
  var exists = /* @__PURE__ */ dual(2, (self, refinement) => isNone2(self) ? false : refinement(self.value));
1161
- var bindTo = /* @__PURE__ */ dual(2, (self, name) => map(self, (a2) => ({
1162
- [name]: a2
1163
- })));
1164
- var let_ = /* @__PURE__ */ dual(3, (self, name, f2) => map(self, (a2) => Object.assign({}, a2, {
1165
- [name]: f2(a2)
1166
- })));
1167
- var bind = /* @__PURE__ */ dual(3, (self, name, f2) => flatMap(self, (a2) => map(f2(a2), (b2) => Object.assign({}, a2, {
1168
- [name]: b2
1169
- }))));
1172
+ var bindTo2 = /* @__PURE__ */ bindTo(map);
1173
+ var let_2 = /* @__PURE__ */ let_(map);
1174
+ var bind2 = /* @__PURE__ */ bind(map, flatMap);
1170
1175
  var Do = /* @__PURE__ */ some3({});
1171
1176
  var adapter2 = /* @__PURE__ */ adapter();
1172
1177
  var gen = (f2) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/jsx",
3
- "version": "1.5.11-next.4",
3
+ "version": "1.5.11-next.5",
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.8.0",
40
40
  "@typescript-eslint/utils": "^7.8.0",
41
41
  "micro-memoize": "4.1.2",
42
- "@eslint-react/ast": "1.5.11-next.4",
43
- "@eslint-react/shared": "1.5.11-next.4",
44
- "@eslint-react/tools": "1.5.11-next.4",
45
- "@eslint-react/types": "1.5.11-next.4",
46
- "@eslint-react/var": "1.5.11-next.4"
42
+ "@eslint-react/ast": "1.5.11-next.5",
43
+ "@eslint-react/shared": "1.5.11-next.5",
44
+ "@eslint-react/tools": "1.5.11-next.5",
45
+ "@eslint-react/types": "1.5.11-next.5",
46
+ "@eslint-react/var": "1.5.11-next.5"
47
47
  },
48
48
  "devDependencies": {
49
- "effect": "3.1.1"
49
+ "effect": "3.1.2"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup",