@eslint-react/jsx 1.5.5 → 1.5.6-next.0
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 +49 -24
- package/dist/index.mjs +49 -24
- package/package.json +11 -11
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@2.
|
|
20
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Function.js
|
|
21
21
|
var Function_exports = {};
|
|
22
22
|
__export(Function_exports, {
|
|
23
23
|
SK: () => SK,
|
|
@@ -192,11 +192,12 @@ 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@2.
|
|
196
|
-
var moduleVersion = "2.
|
|
195
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/internal/version.js
|
|
196
|
+
var moduleVersion = "2.4.0";
|
|
197
|
+
var getCurrentVersion = () => moduleVersion;
|
|
197
198
|
|
|
198
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
199
|
-
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${
|
|
199
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/GlobalValue.js
|
|
200
|
+
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
200
201
|
if (!(globalStoreId in globalThis)) {
|
|
201
202
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
202
203
|
}
|
|
@@ -208,7 +209,7 @@ var globalValue = (id, compute) => {
|
|
|
208
209
|
return globalStore.get(id);
|
|
209
210
|
};
|
|
210
211
|
|
|
211
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
212
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Predicate.js
|
|
212
213
|
var Predicate_exports = {};
|
|
213
214
|
__export(Predicate_exports, {
|
|
214
215
|
all: () => all,
|
|
@@ -337,7 +338,7 @@ var some = (collection) => (a2) => {
|
|
|
337
338
|
return false;
|
|
338
339
|
};
|
|
339
340
|
|
|
340
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
341
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Utils.js
|
|
341
342
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
342
343
|
var GenKindImpl = class {
|
|
343
344
|
value;
|
|
@@ -557,7 +558,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
|
|
|
557
558
|
out[1] = lo;
|
|
558
559
|
}
|
|
559
560
|
|
|
560
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
561
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Hash.js
|
|
561
562
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
562
563
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
563
564
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -619,8 +620,31 @@ var string = (str) => {
|
|
|
619
620
|
}
|
|
620
621
|
return optimize(h2);
|
|
621
622
|
};
|
|
623
|
+
var cached = function() {
|
|
624
|
+
if (arguments.length === 1) {
|
|
625
|
+
const self2 = arguments[0];
|
|
626
|
+
return function(hash3) {
|
|
627
|
+
Object.defineProperty(self2, symbol, {
|
|
628
|
+
value() {
|
|
629
|
+
return hash3;
|
|
630
|
+
},
|
|
631
|
+
enumerable: false
|
|
632
|
+
});
|
|
633
|
+
return hash3;
|
|
634
|
+
};
|
|
635
|
+
}
|
|
636
|
+
const self = arguments[0];
|
|
637
|
+
const hash2 = arguments[1];
|
|
638
|
+
Object.defineProperty(self, symbol, {
|
|
639
|
+
value() {
|
|
640
|
+
return hash2;
|
|
641
|
+
},
|
|
642
|
+
enumerable: false
|
|
643
|
+
});
|
|
644
|
+
return hash2;
|
|
645
|
+
};
|
|
622
646
|
|
|
623
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
647
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Equal.js
|
|
624
648
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
625
649
|
function equals() {
|
|
626
650
|
if (arguments.length === 1) {
|
|
@@ -644,12 +668,12 @@ function compareBoth(self, that) {
|
|
|
644
668
|
return false;
|
|
645
669
|
}
|
|
646
670
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
647
|
-
var equivalence = () =>
|
|
671
|
+
var equivalence = () => equals;
|
|
648
672
|
|
|
649
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
673
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Equivalence.js
|
|
650
674
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
651
675
|
|
|
652
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
676
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Inspectable.js
|
|
653
677
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
654
678
|
var toJSON = (x2) => {
|
|
655
679
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -661,7 +685,7 @@ var toJSON = (x2) => {
|
|
|
661
685
|
};
|
|
662
686
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
663
687
|
|
|
664
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
688
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Option.js
|
|
665
689
|
var Option_exports = {};
|
|
666
690
|
__export(Option_exports, {
|
|
667
691
|
Do: () => Do,
|
|
@@ -723,7 +747,7 @@ __export(Option_exports, {
|
|
|
723
747
|
zipWith: () => zipWith
|
|
724
748
|
});
|
|
725
749
|
|
|
726
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
750
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Pipeable.js
|
|
727
751
|
var pipeArguments = (self, args) => {
|
|
728
752
|
switch (args.length) {
|
|
729
753
|
case 1:
|
|
@@ -754,7 +778,7 @@ var pipeArguments = (self, args) => {
|
|
|
754
778
|
}
|
|
755
779
|
};
|
|
756
780
|
|
|
757
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
781
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/internal/effectable.js
|
|
758
782
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
759
783
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
760
784
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -766,7 +790,7 @@ var effectVariance = {
|
|
|
766
790
|
_E: (_2) => _2,
|
|
767
791
|
/* c8 ignore next */
|
|
768
792
|
_A: (_2) => _2,
|
|
769
|
-
_V:
|
|
793
|
+
_V: /* @__PURE__ */ getCurrentVersion()
|
|
770
794
|
};
|
|
771
795
|
var sinkVariance = {
|
|
772
796
|
/* c8 ignore next */
|
|
@@ -805,14 +829,14 @@ var EffectPrototype = {
|
|
|
805
829
|
return this === that;
|
|
806
830
|
},
|
|
807
831
|
[symbol]() {
|
|
808
|
-
return random(this);
|
|
832
|
+
return cached(this, random(this));
|
|
809
833
|
},
|
|
810
834
|
pipe() {
|
|
811
835
|
return pipeArguments(this, arguments);
|
|
812
836
|
}
|
|
813
837
|
};
|
|
814
838
|
|
|
815
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
839
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/internal/option.js
|
|
816
840
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
817
841
|
var CommonProto = {
|
|
818
842
|
...EffectPrototype,
|
|
@@ -833,7 +857,7 @@ var SomeProto = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(Comm
|
|
|
833
857
|
return isOption(that) && isSome(that) && equals(that.value, this.value);
|
|
834
858
|
},
|
|
835
859
|
[symbol]() {
|
|
836
|
-
return combine(hash(this._tag))(hash(this.value));
|
|
860
|
+
return cached(this, combine(hash(this._tag))(hash(this.value)));
|
|
837
861
|
},
|
|
838
862
|
toJSON() {
|
|
839
863
|
return {
|
|
@@ -843,6 +867,7 @@ var SomeProto = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(Comm
|
|
|
843
867
|
};
|
|
844
868
|
}
|
|
845
869
|
});
|
|
870
|
+
var NoneHash = /* @__PURE__ */ hash("None");
|
|
846
871
|
var NoneProto = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(CommonProto), {
|
|
847
872
|
_tag: "None",
|
|
848
873
|
_op: "None",
|
|
@@ -850,7 +875,7 @@ var NoneProto = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(Comm
|
|
|
850
875
|
return isOption(that) && isNone(that);
|
|
851
876
|
},
|
|
852
877
|
[symbol]() {
|
|
853
|
-
return
|
|
878
|
+
return NoneHash;
|
|
854
879
|
},
|
|
855
880
|
toJSON() {
|
|
856
881
|
return {
|
|
@@ -869,12 +894,12 @@ var some2 = (value) => {
|
|
|
869
894
|
return a2;
|
|
870
895
|
};
|
|
871
896
|
|
|
872
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
897
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/internal/either.js
|
|
873
898
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
874
899
|
var CommonProto2 = {
|
|
875
900
|
...EffectPrototype,
|
|
876
901
|
[TypeId2]: {
|
|
877
|
-
|
|
902
|
+
_R: (_2) => _2
|
|
878
903
|
},
|
|
879
904
|
[NodeInspectSymbol]() {
|
|
880
905
|
return this.toJSON();
|
|
@@ -933,10 +958,10 @@ var right = (right2) => {
|
|
|
933
958
|
var getLeft = (self) => isRight(self) ? none : some2(self.left);
|
|
934
959
|
var getRight = (self) => isLeft(self) ? none : some2(self.right);
|
|
935
960
|
|
|
936
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
961
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Order.js
|
|
937
962
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
938
963
|
|
|
939
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
964
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Option.js
|
|
940
965
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
941
966
|
var none2 = () => none;
|
|
942
967
|
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@2.
|
|
14
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Function.js
|
|
15
15
|
var Function_exports = {};
|
|
16
16
|
__export(Function_exports, {
|
|
17
17
|
SK: () => SK,
|
|
@@ -186,11 +186,12 @@ 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@2.
|
|
190
|
-
var moduleVersion = "2.
|
|
189
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/internal/version.js
|
|
190
|
+
var moduleVersion = "2.4.0";
|
|
191
|
+
var getCurrentVersion = () => moduleVersion;
|
|
191
192
|
|
|
192
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
193
|
-
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${
|
|
193
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/GlobalValue.js
|
|
194
|
+
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
194
195
|
if (!(globalStoreId in globalThis)) {
|
|
195
196
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
196
197
|
}
|
|
@@ -202,7 +203,7 @@ var globalValue = (id, compute) => {
|
|
|
202
203
|
return globalStore.get(id);
|
|
203
204
|
};
|
|
204
205
|
|
|
205
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
206
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Predicate.js
|
|
206
207
|
var Predicate_exports = {};
|
|
207
208
|
__export(Predicate_exports, {
|
|
208
209
|
all: () => all,
|
|
@@ -331,7 +332,7 @@ var some = (collection) => (a2) => {
|
|
|
331
332
|
return false;
|
|
332
333
|
};
|
|
333
334
|
|
|
334
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
335
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Utils.js
|
|
335
336
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
336
337
|
var GenKindImpl = class {
|
|
337
338
|
value;
|
|
@@ -551,7 +552,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
|
|
|
551
552
|
out[1] = lo;
|
|
552
553
|
}
|
|
553
554
|
|
|
554
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
555
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Hash.js
|
|
555
556
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
556
557
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
557
558
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -613,8 +614,31 @@ var string = (str) => {
|
|
|
613
614
|
}
|
|
614
615
|
return optimize(h2);
|
|
615
616
|
};
|
|
617
|
+
var cached = function() {
|
|
618
|
+
if (arguments.length === 1) {
|
|
619
|
+
const self2 = arguments[0];
|
|
620
|
+
return function(hash3) {
|
|
621
|
+
Object.defineProperty(self2, symbol, {
|
|
622
|
+
value() {
|
|
623
|
+
return hash3;
|
|
624
|
+
},
|
|
625
|
+
enumerable: false
|
|
626
|
+
});
|
|
627
|
+
return hash3;
|
|
628
|
+
};
|
|
629
|
+
}
|
|
630
|
+
const self = arguments[0];
|
|
631
|
+
const hash2 = arguments[1];
|
|
632
|
+
Object.defineProperty(self, symbol, {
|
|
633
|
+
value() {
|
|
634
|
+
return hash2;
|
|
635
|
+
},
|
|
636
|
+
enumerable: false
|
|
637
|
+
});
|
|
638
|
+
return hash2;
|
|
639
|
+
};
|
|
616
640
|
|
|
617
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
641
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Equal.js
|
|
618
642
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
619
643
|
function equals() {
|
|
620
644
|
if (arguments.length === 1) {
|
|
@@ -638,12 +662,12 @@ function compareBoth(self, that) {
|
|
|
638
662
|
return false;
|
|
639
663
|
}
|
|
640
664
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
641
|
-
var equivalence = () =>
|
|
665
|
+
var equivalence = () => equals;
|
|
642
666
|
|
|
643
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
667
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Equivalence.js
|
|
644
668
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
645
669
|
|
|
646
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
670
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Inspectable.js
|
|
647
671
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
648
672
|
var toJSON = (x2) => {
|
|
649
673
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -655,7 +679,7 @@ var toJSON = (x2) => {
|
|
|
655
679
|
};
|
|
656
680
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
657
681
|
|
|
658
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
682
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Option.js
|
|
659
683
|
var Option_exports = {};
|
|
660
684
|
__export(Option_exports, {
|
|
661
685
|
Do: () => Do,
|
|
@@ -717,7 +741,7 @@ __export(Option_exports, {
|
|
|
717
741
|
zipWith: () => zipWith
|
|
718
742
|
});
|
|
719
743
|
|
|
720
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
744
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Pipeable.js
|
|
721
745
|
var pipeArguments = (self, args) => {
|
|
722
746
|
switch (args.length) {
|
|
723
747
|
case 1:
|
|
@@ -748,7 +772,7 @@ var pipeArguments = (self, args) => {
|
|
|
748
772
|
}
|
|
749
773
|
};
|
|
750
774
|
|
|
751
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
775
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/internal/effectable.js
|
|
752
776
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
753
777
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
754
778
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -760,7 +784,7 @@ var effectVariance = {
|
|
|
760
784
|
_E: (_2) => _2,
|
|
761
785
|
/* c8 ignore next */
|
|
762
786
|
_A: (_2) => _2,
|
|
763
|
-
_V:
|
|
787
|
+
_V: /* @__PURE__ */ getCurrentVersion()
|
|
764
788
|
};
|
|
765
789
|
var sinkVariance = {
|
|
766
790
|
/* c8 ignore next */
|
|
@@ -799,14 +823,14 @@ var EffectPrototype = {
|
|
|
799
823
|
return this === that;
|
|
800
824
|
},
|
|
801
825
|
[symbol]() {
|
|
802
|
-
return random(this);
|
|
826
|
+
return cached(this, random(this));
|
|
803
827
|
},
|
|
804
828
|
pipe() {
|
|
805
829
|
return pipeArguments(this, arguments);
|
|
806
830
|
}
|
|
807
831
|
};
|
|
808
832
|
|
|
809
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
833
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/internal/option.js
|
|
810
834
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
811
835
|
var CommonProto = {
|
|
812
836
|
...EffectPrototype,
|
|
@@ -827,7 +851,7 @@ var SomeProto = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(Comm
|
|
|
827
851
|
return isOption(that) && isSome(that) && equals(that.value, this.value);
|
|
828
852
|
},
|
|
829
853
|
[symbol]() {
|
|
830
|
-
return combine(hash(this._tag))(hash(this.value));
|
|
854
|
+
return cached(this, combine(hash(this._tag))(hash(this.value)));
|
|
831
855
|
},
|
|
832
856
|
toJSON() {
|
|
833
857
|
return {
|
|
@@ -837,6 +861,7 @@ var SomeProto = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(Comm
|
|
|
837
861
|
};
|
|
838
862
|
}
|
|
839
863
|
});
|
|
864
|
+
var NoneHash = /* @__PURE__ */ hash("None");
|
|
840
865
|
var NoneProto = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(CommonProto), {
|
|
841
866
|
_tag: "None",
|
|
842
867
|
_op: "None",
|
|
@@ -844,7 +869,7 @@ var NoneProto = /* @__PURE__ */ Object.assign(/* @__PURE__ */ Object.create(Comm
|
|
|
844
869
|
return isOption(that) && isNone(that);
|
|
845
870
|
},
|
|
846
871
|
[symbol]() {
|
|
847
|
-
return
|
|
872
|
+
return NoneHash;
|
|
848
873
|
},
|
|
849
874
|
toJSON() {
|
|
850
875
|
return {
|
|
@@ -863,12 +888,12 @@ var some2 = (value) => {
|
|
|
863
888
|
return a2;
|
|
864
889
|
};
|
|
865
890
|
|
|
866
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
891
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/internal/either.js
|
|
867
892
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
868
893
|
var CommonProto2 = {
|
|
869
894
|
...EffectPrototype,
|
|
870
895
|
[TypeId2]: {
|
|
871
|
-
|
|
896
|
+
_R: (_2) => _2
|
|
872
897
|
},
|
|
873
898
|
[NodeInspectSymbol]() {
|
|
874
899
|
return this.toJSON();
|
|
@@ -927,10 +952,10 @@ var right = (right2) => {
|
|
|
927
952
|
var getLeft = (self) => isRight(self) ? none : some2(self.left);
|
|
928
953
|
var getRight = (self) => isLeft(self) ? none : some2(self.right);
|
|
929
954
|
|
|
930
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
955
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Order.js
|
|
931
956
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
932
957
|
|
|
933
|
-
// ../../../node_modules/.pnpm/effect@2.
|
|
958
|
+
// ../../../node_modules/.pnpm/effect@2.4.0/node_modules/effect/dist/esm/Option.js
|
|
934
959
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
935
960
|
var none2 = () => none;
|
|
936
961
|
var some3 = some2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/jsx",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6-next.0",
|
|
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
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"
|
|
42
|
-
"@eslint-react/
|
|
43
|
-
"@eslint-
|
|
44
|
-
"@eslint
|
|
45
|
-
"@eslint
|
|
46
|
-
"
|
|
38
|
+
"@eslint-react/ast": "1.5.6-next.0",
|
|
39
|
+
"@eslint-react/shared": "1.5.6-next.0",
|
|
40
|
+
"@eslint-react/tools": "1.5.6-next.0",
|
|
41
|
+
"@eslint-react/types": "1.5.6-next.0",
|
|
42
|
+
"@eslint-react/var": "1.5.6-next.0",
|
|
43
|
+
"@typescript-eslint/scope-manager": ">=7.1.0",
|
|
44
|
+
"@typescript-eslint/types": ">=7.1.0",
|
|
45
|
+
"@typescript-eslint/utils": ">=7.1.0",
|
|
46
|
+
"micro-memoize": "4.1.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"effect": "2.
|
|
49
|
+
"effect": "2.4.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|