@eslint-react/jsx 1.5.10-next.0 → 1.5.10-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/index.js +52 -113
  2. package/dist/index.mjs +52 -113
  3. package/package.json +10 -10
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.3/node_modules/effect/dist/esm/Function.js
20
+ // ../../../node_modules/.pnpm/effect@3.0.5/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.3/node_modules/effect/dist/esm/Equivalence.js
195
+ // ../../../node_modules/.pnpm/effect@3.0.5/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.3/node_modules/effect/dist/esm/internal/version.js
199
- var moduleVersion = "3.0.3";
198
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/version.js
199
+ var moduleVersion = "3.0.5";
200
200
  var getCurrentVersion = () => moduleVersion;
201
201
 
202
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/GlobalValue.js
202
+ // ../../../node_modules/.pnpm/effect@3.0.5/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.3/node_modules/effect/dist/esm/Predicate.js
215
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Predicate.js
216
216
  var Predicate_exports = {};
217
217
  __export(Predicate_exports, {
218
218
  all: () => all,
@@ -348,99 +348,6 @@ var some = (collection) => (a2) => {
348
348
  }
349
349
  return false;
350
350
  };
351
-
352
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Utils.js
353
- var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
354
- var GenKindImpl = class {
355
- value;
356
- constructor(value) {
357
- this.value = value;
358
- }
359
- /**
360
- * @since 2.0.0
361
- */
362
- get _F() {
363
- return identity;
364
- }
365
- /**
366
- * @since 2.0.0
367
- */
368
- get _R() {
369
- return (_2) => _2;
370
- }
371
- /**
372
- * @since 2.0.0
373
- */
374
- get _O() {
375
- return (_2) => _2;
376
- }
377
- /**
378
- * @since 2.0.0
379
- */
380
- get _E() {
381
- return (_2) => _2;
382
- }
383
- /**
384
- * @since 2.0.0
385
- */
386
- [GenKindTypeId] = GenKindTypeId;
387
- /**
388
- * @since 2.0.0
389
- */
390
- [Symbol.iterator]() {
391
- return new SingleShotGen(this);
392
- }
393
- };
394
- var SingleShotGen = class _SingleShotGen {
395
- self;
396
- called = false;
397
- constructor(self) {
398
- this.self = self;
399
- }
400
- /**
401
- * @since 2.0.0
402
- */
403
- next(a2) {
404
- return this.called ? {
405
- value: a2,
406
- done: true
407
- } : (this.called = true, {
408
- value: this.self,
409
- done: false
410
- });
411
- }
412
- /**
413
- * @since 2.0.0
414
- */
415
- return(a2) {
416
- return {
417
- value: a2,
418
- done: true
419
- };
420
- }
421
- /**
422
- * @since 2.0.0
423
- */
424
- throw(e2) {
425
- throw e2;
426
- }
427
- /**
428
- * @since 2.0.0
429
- */
430
- [Symbol.iterator]() {
431
- return new _SingleShotGen(this.self);
432
- }
433
- };
434
- var adapter = () => (
435
- // @ts-expect-error
436
- function() {
437
- let x2 = arguments[0];
438
- for (let i2 = 1; i2 < arguments.length; i2++) {
439
- x2 = arguments[i2](x2);
440
- }
441
- return new GenKindImpl(x2);
442
- }
443
- );
444
351
  var defaultIncHi = 335903614;
445
352
  var defaultIncLo = 4150755663;
446
353
  var MUL_HI = 1481765933 >>> 0;
@@ -569,7 +476,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
569
476
  out[1] = lo;
570
477
  }
571
478
 
572
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Hash.js
479
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Hash.js
573
480
  var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
574
481
  var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
575
482
  var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
@@ -655,7 +562,7 @@ var cached = function() {
655
562
  return hash2;
656
563
  };
657
564
 
658
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equal.js
565
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Equal.js
659
566
  var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
660
567
  function equals() {
661
568
  if (arguments.length === 1) {
@@ -681,7 +588,7 @@ function compareBoth(self, that) {
681
588
  var isEqual = (u2) => hasProperty(u2, symbol2);
682
589
  var equivalence = () => equals;
683
590
 
684
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Inspectable.js
591
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Inspectable.js
685
592
  var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
686
593
  var toJSON = (x2) => {
687
594
  if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
@@ -693,7 +600,7 @@ var toJSON = (x2) => {
693
600
  };
694
601
  var format = (x2) => JSON.stringify(x2, null, 2);
695
602
 
696
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Pipeable.js
603
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Pipeable.js
697
604
  var pipeArguments = (self, args) => {
698
605
  switch (args.length) {
699
606
  case 1:
@@ -724,7 +631,37 @@ var pipeArguments = (self, args) => {
724
631
  }
725
632
  };
726
633
 
727
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/effectable.js
634
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/singleShotGen.js
635
+ var SingleShotGen2 = class _SingleShotGen {
636
+ self;
637
+ called = false;
638
+ constructor(self) {
639
+ this.self = self;
640
+ }
641
+ next(a2) {
642
+ return this.called ? {
643
+ value: a2,
644
+ done: true
645
+ } : (this.called = true, {
646
+ value: this.self,
647
+ done: false
648
+ });
649
+ }
650
+ return(a2) {
651
+ return {
652
+ value: a2,
653
+ done: true
654
+ };
655
+ }
656
+ throw(e2) {
657
+ throw e2;
658
+ }
659
+ [Symbol.iterator]() {
660
+ return new _SingleShotGen(this.self);
661
+ }
662
+ };
663
+
664
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/effectable.js
728
665
  var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
729
666
  var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
730
667
  var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
@@ -777,12 +714,15 @@ var EffectPrototype = {
777
714
  [symbol]() {
778
715
  return cached(this, random(this));
779
716
  },
717
+ [Symbol.iterator]() {
718
+ return new SingleShotGen2(this);
719
+ },
780
720
  pipe() {
781
721
  return pipeArguments(this, arguments);
782
722
  }
783
723
  };
784
724
 
785
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/option.js
725
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/option.js
786
726
  var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
787
727
  var CommonProto = {
788
728
  ...EffectPrototype,
@@ -840,7 +780,7 @@ var some2 = (value) => {
840
780
  return a2;
841
781
  };
842
782
 
843
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/either.js
783
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/either.js
844
784
  var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
845
785
  var CommonProto2 = {
846
786
  ...EffectPrototype,
@@ -904,7 +844,7 @@ var right = (right2) => {
904
844
  var getLeft = (self) => isRight(self) ? none : some2(self.left);
905
845
  var getRight = (self) => isLeft(self) ? none : some2(self.right);
906
846
 
907
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
847
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Option.js
908
848
  var Option_exports = {};
909
849
  __export(Option_exports, {
910
850
  Do: () => Do,
@@ -966,10 +906,10 @@ __export(Option_exports, {
966
906
  zipWith: () => zipWith
967
907
  });
968
908
 
969
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Order.js
909
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Order.js
970
910
  var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
971
911
 
972
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
912
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Option.js
973
913
  var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
974
914
  var none2 = () => none;
975
915
  var some3 = some2;
@@ -1109,21 +1049,20 @@ var bind = /* @__PURE__ */ dual(3, (self, name, f2) => flatMap(self, (a2) => map
1109
1049
  [name]: b2
1110
1050
  }))));
1111
1051
  var Do = /* @__PURE__ */ some3({});
1112
- var adapter2 = /* @__PURE__ */ adapter();
1113
1052
  var gen = (f2) => {
1114
- const iterator = f2(adapter2);
1053
+ const iterator = f2(pipe);
1115
1054
  let state = iterator.next();
1116
1055
  if (state.done) {
1117
1056
  return some3(state.value);
1118
1057
  } else {
1119
- let current = state.value.value;
1058
+ let current = state.value;
1120
1059
  if (isNone2(current)) {
1121
1060
  return current;
1122
1061
  }
1123
1062
  while (!state.done) {
1124
1063
  state = iterator.next(current.value);
1125
1064
  if (!state.done) {
1126
- current = state.value.value;
1065
+ current = state.value;
1127
1066
  if (isNone2(current)) {
1128
1067
  return current;
1129
1068
  }
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.3/node_modules/effect/dist/esm/Function.js
14
+ // ../../../node_modules/.pnpm/effect@3.0.5/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.3/node_modules/effect/dist/esm/Equivalence.js
189
+ // ../../../node_modules/.pnpm/effect@3.0.5/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.3/node_modules/effect/dist/esm/internal/version.js
193
- var moduleVersion = "3.0.3";
192
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/version.js
193
+ var moduleVersion = "3.0.5";
194
194
  var getCurrentVersion = () => moduleVersion;
195
195
 
196
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/GlobalValue.js
196
+ // ../../../node_modules/.pnpm/effect@3.0.5/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.3/node_modules/effect/dist/esm/Predicate.js
209
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Predicate.js
210
210
  var Predicate_exports = {};
211
211
  __export(Predicate_exports, {
212
212
  all: () => all,
@@ -342,99 +342,6 @@ var some = (collection) => (a2) => {
342
342
  }
343
343
  return false;
344
344
  };
345
-
346
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Utils.js
347
- var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
348
- var GenKindImpl = class {
349
- value;
350
- constructor(value) {
351
- this.value = value;
352
- }
353
- /**
354
- * @since 2.0.0
355
- */
356
- get _F() {
357
- return identity;
358
- }
359
- /**
360
- * @since 2.0.0
361
- */
362
- get _R() {
363
- return (_2) => _2;
364
- }
365
- /**
366
- * @since 2.0.0
367
- */
368
- get _O() {
369
- return (_2) => _2;
370
- }
371
- /**
372
- * @since 2.0.0
373
- */
374
- get _E() {
375
- return (_2) => _2;
376
- }
377
- /**
378
- * @since 2.0.0
379
- */
380
- [GenKindTypeId] = GenKindTypeId;
381
- /**
382
- * @since 2.0.0
383
- */
384
- [Symbol.iterator]() {
385
- return new SingleShotGen(this);
386
- }
387
- };
388
- var SingleShotGen = class _SingleShotGen {
389
- self;
390
- called = false;
391
- constructor(self) {
392
- this.self = self;
393
- }
394
- /**
395
- * @since 2.0.0
396
- */
397
- next(a2) {
398
- return this.called ? {
399
- value: a2,
400
- done: true
401
- } : (this.called = true, {
402
- value: this.self,
403
- done: false
404
- });
405
- }
406
- /**
407
- * @since 2.0.0
408
- */
409
- return(a2) {
410
- return {
411
- value: a2,
412
- done: true
413
- };
414
- }
415
- /**
416
- * @since 2.0.0
417
- */
418
- throw(e2) {
419
- throw e2;
420
- }
421
- /**
422
- * @since 2.0.0
423
- */
424
- [Symbol.iterator]() {
425
- return new _SingleShotGen(this.self);
426
- }
427
- };
428
- var adapter = () => (
429
- // @ts-expect-error
430
- function() {
431
- let x2 = arguments[0];
432
- for (let i2 = 1; i2 < arguments.length; i2++) {
433
- x2 = arguments[i2](x2);
434
- }
435
- return new GenKindImpl(x2);
436
- }
437
- );
438
345
  var defaultIncHi = 335903614;
439
346
  var defaultIncLo = 4150755663;
440
347
  var MUL_HI = 1481765933 >>> 0;
@@ -563,7 +470,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
563
470
  out[1] = lo;
564
471
  }
565
472
 
566
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Hash.js
473
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Hash.js
567
474
  var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
568
475
  var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
569
476
  var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
@@ -649,7 +556,7 @@ var cached = function() {
649
556
  return hash2;
650
557
  };
651
558
 
652
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equal.js
559
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Equal.js
653
560
  var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
654
561
  function equals() {
655
562
  if (arguments.length === 1) {
@@ -675,7 +582,7 @@ function compareBoth(self, that) {
675
582
  var isEqual = (u2) => hasProperty(u2, symbol2);
676
583
  var equivalence = () => equals;
677
584
 
678
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Inspectable.js
585
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Inspectable.js
679
586
  var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
680
587
  var toJSON = (x2) => {
681
588
  if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
@@ -687,7 +594,7 @@ var toJSON = (x2) => {
687
594
  };
688
595
  var format = (x2) => JSON.stringify(x2, null, 2);
689
596
 
690
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Pipeable.js
597
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Pipeable.js
691
598
  var pipeArguments = (self, args) => {
692
599
  switch (args.length) {
693
600
  case 1:
@@ -718,7 +625,37 @@ var pipeArguments = (self, args) => {
718
625
  }
719
626
  };
720
627
 
721
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/effectable.js
628
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/singleShotGen.js
629
+ var SingleShotGen2 = class _SingleShotGen {
630
+ self;
631
+ called = false;
632
+ constructor(self) {
633
+ this.self = self;
634
+ }
635
+ next(a2) {
636
+ return this.called ? {
637
+ value: a2,
638
+ done: true
639
+ } : (this.called = true, {
640
+ value: this.self,
641
+ done: false
642
+ });
643
+ }
644
+ return(a2) {
645
+ return {
646
+ value: a2,
647
+ done: true
648
+ };
649
+ }
650
+ throw(e2) {
651
+ throw e2;
652
+ }
653
+ [Symbol.iterator]() {
654
+ return new _SingleShotGen(this.self);
655
+ }
656
+ };
657
+
658
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/effectable.js
722
659
  var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
723
660
  var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
724
661
  var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
@@ -771,12 +708,15 @@ var EffectPrototype = {
771
708
  [symbol]() {
772
709
  return cached(this, random(this));
773
710
  },
711
+ [Symbol.iterator]() {
712
+ return new SingleShotGen2(this);
713
+ },
774
714
  pipe() {
775
715
  return pipeArguments(this, arguments);
776
716
  }
777
717
  };
778
718
 
779
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/option.js
719
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/option.js
780
720
  var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
781
721
  var CommonProto = {
782
722
  ...EffectPrototype,
@@ -834,7 +774,7 @@ var some2 = (value) => {
834
774
  return a2;
835
775
  };
836
776
 
837
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/either.js
777
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/internal/either.js
838
778
  var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
839
779
  var CommonProto2 = {
840
780
  ...EffectPrototype,
@@ -898,7 +838,7 @@ var right = (right2) => {
898
838
  var getLeft = (self) => isRight(self) ? none : some2(self.left);
899
839
  var getRight = (self) => isLeft(self) ? none : some2(self.right);
900
840
 
901
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
841
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Option.js
902
842
  var Option_exports = {};
903
843
  __export(Option_exports, {
904
844
  Do: () => Do,
@@ -960,10 +900,10 @@ __export(Option_exports, {
960
900
  zipWith: () => zipWith
961
901
  });
962
902
 
963
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Order.js
903
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Order.js
964
904
  var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
965
905
 
966
- // ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
906
+ // ../../../node_modules/.pnpm/effect@3.0.5/node_modules/effect/dist/esm/Option.js
967
907
  var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
968
908
  var none2 = () => none;
969
909
  var some3 = some2;
@@ -1103,21 +1043,20 @@ var bind = /* @__PURE__ */ dual(3, (self, name, f2) => flatMap(self, (a2) => map
1103
1043
  [name]: b2
1104
1044
  }))));
1105
1045
  var Do = /* @__PURE__ */ some3({});
1106
- var adapter2 = /* @__PURE__ */ adapter();
1107
1046
  var gen = (f2) => {
1108
- const iterator = f2(adapter2);
1047
+ const iterator = f2(pipe);
1109
1048
  let state = iterator.next();
1110
1049
  if (state.done) {
1111
1050
  return some3(state.value);
1112
1051
  } else {
1113
- let current = state.value.value;
1052
+ let current = state.value;
1114
1053
  if (isNone2(current)) {
1115
1054
  return current;
1116
1055
  }
1117
1056
  while (!state.done) {
1118
1057
  state = iterator.next(current.value);
1119
1058
  if (!state.done) {
1120
- current = state.value.value;
1059
+ current = state.value;
1121
1060
  if (isNone2(current)) {
1122
1061
  return current;
1123
1062
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/jsx",
3
- "version": "1.5.10-next.0",
3
+ "version": "1.5.10-next.2",
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": {
@@ -35,18 +35,18 @@
35
35
  "./package.json"
36
36
  ],
37
37
  "dependencies": {
38
- "@typescript-eslint/scope-manager": "7.7.0",
39
- "@typescript-eslint/types": "7.7.0",
40
- "@typescript-eslint/utils": "7.7.0",
38
+ "@typescript-eslint/scope-manager": "^7.7.1",
39
+ "@typescript-eslint/types": "^7.7.1",
40
+ "@typescript-eslint/utils": "^7.7.1",
41
41
  "micro-memoize": "4.1.2",
42
- "@eslint-react/ast": "1.5.10-next.0",
43
- "@eslint-react/tools": "1.5.10-next.0",
44
- "@eslint-react/var": "1.5.10-next.0",
45
- "@eslint-react/shared": "1.5.10-next.0",
46
- "@eslint-react/types": "1.5.10-next.0"
42
+ "@eslint-react/ast": "1.5.10-next.2",
43
+ "@eslint-react/shared": "1.5.10-next.2",
44
+ "@eslint-react/types": "1.5.10-next.2",
45
+ "@eslint-react/var": "1.5.10-next.2",
46
+ "@eslint-react/tools": "1.5.10-next.2"
47
47
  },
48
48
  "devDependencies": {
49
- "effect": "3.0.3"
49
+ "effect": "3.0.5"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup",