@eslint-react/jsx 1.5.9-beta.0 → 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 +82 -82
- package/dist/index.mjs +82 -82
- 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@
|
|
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,11 +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@
|
|
196
|
-
var
|
|
195
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equivalence.js
|
|
196
|
+
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
197
|
+
|
|
198
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/version.js
|
|
199
|
+
var moduleVersion = "3.0.3";
|
|
197
200
|
var getCurrentVersion = () => moduleVersion;
|
|
198
201
|
|
|
199
|
-
// ../../../node_modules/.pnpm/effect@
|
|
202
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/GlobalValue.js
|
|
200
203
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
201
204
|
if (!(globalStoreId in globalThis)) {
|
|
202
205
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -209,7 +212,7 @@ var globalValue = (id, compute) => {
|
|
|
209
212
|
return globalStore.get(id);
|
|
210
213
|
};
|
|
211
214
|
|
|
212
|
-
// ../../../node_modules/.pnpm/effect@
|
|
215
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Predicate.js
|
|
213
216
|
var Predicate_exports = {};
|
|
214
217
|
__export(Predicate_exports, {
|
|
215
218
|
all: () => all,
|
|
@@ -346,7 +349,7 @@ var some = (collection) => (a2) => {
|
|
|
346
349
|
return false;
|
|
347
350
|
};
|
|
348
351
|
|
|
349
|
-
// ../../../node_modules/.pnpm/effect@
|
|
352
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Utils.js
|
|
350
353
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
351
354
|
var GenKindImpl = class {
|
|
352
355
|
value;
|
|
@@ -566,7 +569,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
|
|
|
566
569
|
out[1] = lo;
|
|
567
570
|
}
|
|
568
571
|
|
|
569
|
-
// ../../../node_modules/.pnpm/effect@
|
|
572
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Hash.js
|
|
570
573
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
571
574
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
572
575
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -652,7 +655,7 @@ var cached = function() {
|
|
|
652
655
|
return hash2;
|
|
653
656
|
};
|
|
654
657
|
|
|
655
|
-
// ../../../node_modules/.pnpm/effect@
|
|
658
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equal.js
|
|
656
659
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
657
660
|
function equals() {
|
|
658
661
|
if (arguments.length === 1) {
|
|
@@ -678,10 +681,7 @@ function compareBoth(self, that) {
|
|
|
678
681
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
679
682
|
var equivalence = () => equals;
|
|
680
683
|
|
|
681
|
-
// ../../../node_modules/.pnpm/effect@
|
|
682
|
-
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
683
|
-
|
|
684
|
-
// ../../../node_modules/.pnpm/effect@2.4.18/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,69 +693,7 @@ var toJSON = (x2) => {
|
|
|
693
693
|
};
|
|
694
694
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
695
695
|
|
|
696
|
-
// ../../../node_modules/.pnpm/effect@
|
|
697
|
-
var Option_exports = {};
|
|
698
|
-
__export(Option_exports, {
|
|
699
|
-
Do: () => Do,
|
|
700
|
-
TypeId: () => TypeId3,
|
|
701
|
-
all: () => all2,
|
|
702
|
-
andThen: () => andThen,
|
|
703
|
-
ap: () => ap,
|
|
704
|
-
as: () => as,
|
|
705
|
-
asUnit: () => asUnit,
|
|
706
|
-
bind: () => bind,
|
|
707
|
-
bindTo: () => bindTo,
|
|
708
|
-
composeK: () => composeK,
|
|
709
|
-
contains: () => contains,
|
|
710
|
-
containsWith: () => containsWith,
|
|
711
|
-
exists: () => exists,
|
|
712
|
-
filter: () => filter,
|
|
713
|
-
filterMap: () => filterMap,
|
|
714
|
-
firstSomeOf: () => firstSomeOf,
|
|
715
|
-
flatMap: () => flatMap,
|
|
716
|
-
flatMapNullable: () => flatMapNullable,
|
|
717
|
-
flatten: () => flatten,
|
|
718
|
-
fromIterable: () => fromIterable,
|
|
719
|
-
fromNullable: () => fromNullable,
|
|
720
|
-
gen: () => gen,
|
|
721
|
-
getEquivalence: () => getEquivalence,
|
|
722
|
-
getLeft: () => getLeft2,
|
|
723
|
-
getOrElse: () => getOrElse,
|
|
724
|
-
getOrNull: () => getOrNull,
|
|
725
|
-
getOrThrow: () => getOrThrow,
|
|
726
|
-
getOrThrowWith: () => getOrThrowWith,
|
|
727
|
-
getOrUndefined: () => getOrUndefined,
|
|
728
|
-
getOrder: () => getOrder,
|
|
729
|
-
getRight: () => getRight2,
|
|
730
|
-
isNone: () => isNone2,
|
|
731
|
-
isOption: () => isOption2,
|
|
732
|
-
isSome: () => isSome2,
|
|
733
|
-
let: () => let_,
|
|
734
|
-
lift2: () => lift2,
|
|
735
|
-
liftNullable: () => liftNullable,
|
|
736
|
-
liftPredicate: () => liftPredicate,
|
|
737
|
-
liftThrowable: () => liftThrowable,
|
|
738
|
-
map: () => map,
|
|
739
|
-
match: () => match,
|
|
740
|
-
none: () => none2,
|
|
741
|
-
orElse: () => orElse,
|
|
742
|
-
orElseEither: () => orElseEither,
|
|
743
|
-
orElseSome: () => orElseSome,
|
|
744
|
-
partitionMap: () => partitionMap,
|
|
745
|
-
product: () => product2,
|
|
746
|
-
productMany: () => productMany2,
|
|
747
|
-
reduceCompact: () => reduceCompact,
|
|
748
|
-
some: () => some3,
|
|
749
|
-
tap: () => tap,
|
|
750
|
-
toArray: () => toArray,
|
|
751
|
-
toRefinement: () => toRefinement,
|
|
752
|
-
unit: () => unit,
|
|
753
|
-
zipLeft: () => zipLeft,
|
|
754
|
-
zipRight: () => zipRight,
|
|
755
|
-
zipWith: () => zipWith
|
|
756
|
-
});
|
|
757
|
-
|
|
758
|
-
// ../../../node_modules/.pnpm/effect@2.4.18/node_modules/effect/dist/esm/Pipeable.js
|
|
696
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Pipeable.js
|
|
759
697
|
var pipeArguments = (self, args) => {
|
|
760
698
|
switch (args.length) {
|
|
761
699
|
case 1:
|
|
@@ -786,7 +724,7 @@ var pipeArguments = (self, args) => {
|
|
|
786
724
|
}
|
|
787
725
|
};
|
|
788
726
|
|
|
789
|
-
// ../../../node_modules/.pnpm/effect@
|
|
727
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/effectable.js
|
|
790
728
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
791
729
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
792
730
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -844,7 +782,7 @@ var EffectPrototype = {
|
|
|
844
782
|
}
|
|
845
783
|
};
|
|
846
784
|
|
|
847
|
-
// ../../../node_modules/.pnpm/effect@
|
|
785
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/option.js
|
|
848
786
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
849
787
|
var CommonProto = {
|
|
850
788
|
...EffectPrototype,
|
|
@@ -902,7 +840,7 @@ var some2 = (value) => {
|
|
|
902
840
|
return a2;
|
|
903
841
|
};
|
|
904
842
|
|
|
905
|
-
// ../../../node_modules/.pnpm/effect@
|
|
843
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/either.js
|
|
906
844
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
907
845
|
var CommonProto2 = {
|
|
908
846
|
...EffectPrototype,
|
|
@@ -966,10 +904,72 @@ var right = (right2) => {
|
|
|
966
904
|
var getLeft = (self) => isRight(self) ? none : some2(self.left);
|
|
967
905
|
var getRight = (self) => isLeft(self) ? none : some2(self.right);
|
|
968
906
|
|
|
969
|
-
// ../../../node_modules/.pnpm/effect@
|
|
907
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
|
|
908
|
+
var Option_exports = {};
|
|
909
|
+
__export(Option_exports, {
|
|
910
|
+
Do: () => Do,
|
|
911
|
+
TypeId: () => TypeId3,
|
|
912
|
+
all: () => all2,
|
|
913
|
+
andThen: () => andThen,
|
|
914
|
+
ap: () => ap,
|
|
915
|
+
as: () => as,
|
|
916
|
+
asVoid: () => asVoid,
|
|
917
|
+
bind: () => bind,
|
|
918
|
+
bindTo: () => bindTo,
|
|
919
|
+
composeK: () => composeK,
|
|
920
|
+
contains: () => contains,
|
|
921
|
+
containsWith: () => containsWith,
|
|
922
|
+
exists: () => exists,
|
|
923
|
+
filter: () => filter,
|
|
924
|
+
filterMap: () => filterMap,
|
|
925
|
+
firstSomeOf: () => firstSomeOf,
|
|
926
|
+
flatMap: () => flatMap,
|
|
927
|
+
flatMapNullable: () => flatMapNullable,
|
|
928
|
+
flatten: () => flatten,
|
|
929
|
+
fromIterable: () => fromIterable,
|
|
930
|
+
fromNullable: () => fromNullable,
|
|
931
|
+
gen: () => gen,
|
|
932
|
+
getEquivalence: () => getEquivalence,
|
|
933
|
+
getLeft: () => getLeft2,
|
|
934
|
+
getOrElse: () => getOrElse,
|
|
935
|
+
getOrNull: () => getOrNull,
|
|
936
|
+
getOrThrow: () => getOrThrow,
|
|
937
|
+
getOrThrowWith: () => getOrThrowWith,
|
|
938
|
+
getOrUndefined: () => getOrUndefined,
|
|
939
|
+
getOrder: () => getOrder,
|
|
940
|
+
getRight: () => getRight2,
|
|
941
|
+
isNone: () => isNone2,
|
|
942
|
+
isOption: () => isOption2,
|
|
943
|
+
isSome: () => isSome2,
|
|
944
|
+
let: () => let_,
|
|
945
|
+
lift2: () => lift2,
|
|
946
|
+
liftNullable: () => liftNullable,
|
|
947
|
+
liftPredicate: () => liftPredicate,
|
|
948
|
+
liftThrowable: () => liftThrowable,
|
|
949
|
+
map: () => map,
|
|
950
|
+
match: () => match,
|
|
951
|
+
none: () => none2,
|
|
952
|
+
orElse: () => orElse,
|
|
953
|
+
orElseEither: () => orElseEither,
|
|
954
|
+
orElseSome: () => orElseSome,
|
|
955
|
+
partitionMap: () => partitionMap,
|
|
956
|
+
product: () => product2,
|
|
957
|
+
productMany: () => productMany2,
|
|
958
|
+
reduceCompact: () => reduceCompact,
|
|
959
|
+
some: () => some3,
|
|
960
|
+
tap: () => tap,
|
|
961
|
+
toArray: () => toArray,
|
|
962
|
+
toRefinement: () => toRefinement,
|
|
963
|
+
void: () => void_,
|
|
964
|
+
zipLeft: () => zipLeft,
|
|
965
|
+
zipRight: () => zipRight,
|
|
966
|
+
zipWith: () => zipWith
|
|
967
|
+
});
|
|
968
|
+
|
|
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@
|
|
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;
|
|
@@ -1022,8 +1022,8 @@ var getOrThrowWith = /* @__PURE__ */ dual(2, (self, onNone) => {
|
|
|
1022
1022
|
var getOrThrow = /* @__PURE__ */ getOrThrowWith(() => new Error("getOrThrow called on a None"));
|
|
1023
1023
|
var map = /* @__PURE__ */ dual(2, (self, f2) => isNone2(self) ? none2() : some3(f2(self.value)));
|
|
1024
1024
|
var as = /* @__PURE__ */ dual(2, (self, b2) => map(self, () => b2));
|
|
1025
|
-
var
|
|
1026
|
-
var
|
|
1025
|
+
var asVoid = /* @__PURE__ */ as(void 0);
|
|
1026
|
+
var void_ = /* @__PURE__ */ some3(void 0);
|
|
1027
1027
|
var flatMap = /* @__PURE__ */ dual(2, (self, f2) => isNone2(self) ? none2() : f2(self.value));
|
|
1028
1028
|
var andThen = /* @__PURE__ */ dual(2, (self, f2) => flatMap(self, (a2) => {
|
|
1029
1029
|
const b2 = isFunction(f2) ? f2(a2) : 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@
|
|
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,11 +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@
|
|
190
|
-
var
|
|
189
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equivalence.js
|
|
190
|
+
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
191
|
+
|
|
192
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/version.js
|
|
193
|
+
var moduleVersion = "3.0.3";
|
|
191
194
|
var getCurrentVersion = () => moduleVersion;
|
|
192
195
|
|
|
193
|
-
// ../../../node_modules/.pnpm/effect@
|
|
196
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/GlobalValue.js
|
|
194
197
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
195
198
|
if (!(globalStoreId in globalThis)) {
|
|
196
199
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -203,7 +206,7 @@ var globalValue = (id, compute) => {
|
|
|
203
206
|
return globalStore.get(id);
|
|
204
207
|
};
|
|
205
208
|
|
|
206
|
-
// ../../../node_modules/.pnpm/effect@
|
|
209
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Predicate.js
|
|
207
210
|
var Predicate_exports = {};
|
|
208
211
|
__export(Predicate_exports, {
|
|
209
212
|
all: () => all,
|
|
@@ -340,7 +343,7 @@ var some = (collection) => (a2) => {
|
|
|
340
343
|
return false;
|
|
341
344
|
};
|
|
342
345
|
|
|
343
|
-
// ../../../node_modules/.pnpm/effect@
|
|
346
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Utils.js
|
|
344
347
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
345
348
|
var GenKindImpl = class {
|
|
346
349
|
value;
|
|
@@ -560,7 +563,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
|
|
|
560
563
|
out[1] = lo;
|
|
561
564
|
}
|
|
562
565
|
|
|
563
|
-
// ../../../node_modules/.pnpm/effect@
|
|
566
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Hash.js
|
|
564
567
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
565
568
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
566
569
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -646,7 +649,7 @@ var cached = function() {
|
|
|
646
649
|
return hash2;
|
|
647
650
|
};
|
|
648
651
|
|
|
649
|
-
// ../../../node_modules/.pnpm/effect@
|
|
652
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Equal.js
|
|
650
653
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
651
654
|
function equals() {
|
|
652
655
|
if (arguments.length === 1) {
|
|
@@ -672,10 +675,7 @@ function compareBoth(self, that) {
|
|
|
672
675
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
673
676
|
var equivalence = () => equals;
|
|
674
677
|
|
|
675
|
-
// ../../../node_modules/.pnpm/effect@
|
|
676
|
-
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
677
|
-
|
|
678
|
-
// ../../../node_modules/.pnpm/effect@2.4.18/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,69 +687,7 @@ var toJSON = (x2) => {
|
|
|
687
687
|
};
|
|
688
688
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
689
689
|
|
|
690
|
-
// ../../../node_modules/.pnpm/effect@
|
|
691
|
-
var Option_exports = {};
|
|
692
|
-
__export(Option_exports, {
|
|
693
|
-
Do: () => Do,
|
|
694
|
-
TypeId: () => TypeId3,
|
|
695
|
-
all: () => all2,
|
|
696
|
-
andThen: () => andThen,
|
|
697
|
-
ap: () => ap,
|
|
698
|
-
as: () => as,
|
|
699
|
-
asUnit: () => asUnit,
|
|
700
|
-
bind: () => bind,
|
|
701
|
-
bindTo: () => bindTo,
|
|
702
|
-
composeK: () => composeK,
|
|
703
|
-
contains: () => contains,
|
|
704
|
-
containsWith: () => containsWith,
|
|
705
|
-
exists: () => exists,
|
|
706
|
-
filter: () => filter,
|
|
707
|
-
filterMap: () => filterMap,
|
|
708
|
-
firstSomeOf: () => firstSomeOf,
|
|
709
|
-
flatMap: () => flatMap,
|
|
710
|
-
flatMapNullable: () => flatMapNullable,
|
|
711
|
-
flatten: () => flatten,
|
|
712
|
-
fromIterable: () => fromIterable,
|
|
713
|
-
fromNullable: () => fromNullable,
|
|
714
|
-
gen: () => gen,
|
|
715
|
-
getEquivalence: () => getEquivalence,
|
|
716
|
-
getLeft: () => getLeft2,
|
|
717
|
-
getOrElse: () => getOrElse,
|
|
718
|
-
getOrNull: () => getOrNull,
|
|
719
|
-
getOrThrow: () => getOrThrow,
|
|
720
|
-
getOrThrowWith: () => getOrThrowWith,
|
|
721
|
-
getOrUndefined: () => getOrUndefined,
|
|
722
|
-
getOrder: () => getOrder,
|
|
723
|
-
getRight: () => getRight2,
|
|
724
|
-
isNone: () => isNone2,
|
|
725
|
-
isOption: () => isOption2,
|
|
726
|
-
isSome: () => isSome2,
|
|
727
|
-
let: () => let_,
|
|
728
|
-
lift2: () => lift2,
|
|
729
|
-
liftNullable: () => liftNullable,
|
|
730
|
-
liftPredicate: () => liftPredicate,
|
|
731
|
-
liftThrowable: () => liftThrowable,
|
|
732
|
-
map: () => map,
|
|
733
|
-
match: () => match,
|
|
734
|
-
none: () => none2,
|
|
735
|
-
orElse: () => orElse,
|
|
736
|
-
orElseEither: () => orElseEither,
|
|
737
|
-
orElseSome: () => orElseSome,
|
|
738
|
-
partitionMap: () => partitionMap,
|
|
739
|
-
product: () => product2,
|
|
740
|
-
productMany: () => productMany2,
|
|
741
|
-
reduceCompact: () => reduceCompact,
|
|
742
|
-
some: () => some3,
|
|
743
|
-
tap: () => tap,
|
|
744
|
-
toArray: () => toArray,
|
|
745
|
-
toRefinement: () => toRefinement,
|
|
746
|
-
unit: () => unit,
|
|
747
|
-
zipLeft: () => zipLeft,
|
|
748
|
-
zipRight: () => zipRight,
|
|
749
|
-
zipWith: () => zipWith
|
|
750
|
-
});
|
|
751
|
-
|
|
752
|
-
// ../../../node_modules/.pnpm/effect@2.4.18/node_modules/effect/dist/esm/Pipeable.js
|
|
690
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Pipeable.js
|
|
753
691
|
var pipeArguments = (self, args) => {
|
|
754
692
|
switch (args.length) {
|
|
755
693
|
case 1:
|
|
@@ -780,7 +718,7 @@ var pipeArguments = (self, args) => {
|
|
|
780
718
|
}
|
|
781
719
|
};
|
|
782
720
|
|
|
783
|
-
// ../../../node_modules/.pnpm/effect@
|
|
721
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/effectable.js
|
|
784
722
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
785
723
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
786
724
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -838,7 +776,7 @@ var EffectPrototype = {
|
|
|
838
776
|
}
|
|
839
777
|
};
|
|
840
778
|
|
|
841
|
-
// ../../../node_modules/.pnpm/effect@
|
|
779
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/option.js
|
|
842
780
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
843
781
|
var CommonProto = {
|
|
844
782
|
...EffectPrototype,
|
|
@@ -896,7 +834,7 @@ var some2 = (value) => {
|
|
|
896
834
|
return a2;
|
|
897
835
|
};
|
|
898
836
|
|
|
899
|
-
// ../../../node_modules/.pnpm/effect@
|
|
837
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/internal/either.js
|
|
900
838
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
901
839
|
var CommonProto2 = {
|
|
902
840
|
...EffectPrototype,
|
|
@@ -960,10 +898,72 @@ var right = (right2) => {
|
|
|
960
898
|
var getLeft = (self) => isRight(self) ? none : some2(self.left);
|
|
961
899
|
var getRight = (self) => isLeft(self) ? none : some2(self.right);
|
|
962
900
|
|
|
963
|
-
// ../../../node_modules/.pnpm/effect@
|
|
901
|
+
// ../../../node_modules/.pnpm/effect@3.0.3/node_modules/effect/dist/esm/Option.js
|
|
902
|
+
var Option_exports = {};
|
|
903
|
+
__export(Option_exports, {
|
|
904
|
+
Do: () => Do,
|
|
905
|
+
TypeId: () => TypeId3,
|
|
906
|
+
all: () => all2,
|
|
907
|
+
andThen: () => andThen,
|
|
908
|
+
ap: () => ap,
|
|
909
|
+
as: () => as,
|
|
910
|
+
asVoid: () => asVoid,
|
|
911
|
+
bind: () => bind,
|
|
912
|
+
bindTo: () => bindTo,
|
|
913
|
+
composeK: () => composeK,
|
|
914
|
+
contains: () => contains,
|
|
915
|
+
containsWith: () => containsWith,
|
|
916
|
+
exists: () => exists,
|
|
917
|
+
filter: () => filter,
|
|
918
|
+
filterMap: () => filterMap,
|
|
919
|
+
firstSomeOf: () => firstSomeOf,
|
|
920
|
+
flatMap: () => flatMap,
|
|
921
|
+
flatMapNullable: () => flatMapNullable,
|
|
922
|
+
flatten: () => flatten,
|
|
923
|
+
fromIterable: () => fromIterable,
|
|
924
|
+
fromNullable: () => fromNullable,
|
|
925
|
+
gen: () => gen,
|
|
926
|
+
getEquivalence: () => getEquivalence,
|
|
927
|
+
getLeft: () => getLeft2,
|
|
928
|
+
getOrElse: () => getOrElse,
|
|
929
|
+
getOrNull: () => getOrNull,
|
|
930
|
+
getOrThrow: () => getOrThrow,
|
|
931
|
+
getOrThrowWith: () => getOrThrowWith,
|
|
932
|
+
getOrUndefined: () => getOrUndefined,
|
|
933
|
+
getOrder: () => getOrder,
|
|
934
|
+
getRight: () => getRight2,
|
|
935
|
+
isNone: () => isNone2,
|
|
936
|
+
isOption: () => isOption2,
|
|
937
|
+
isSome: () => isSome2,
|
|
938
|
+
let: () => let_,
|
|
939
|
+
lift2: () => lift2,
|
|
940
|
+
liftNullable: () => liftNullable,
|
|
941
|
+
liftPredicate: () => liftPredicate,
|
|
942
|
+
liftThrowable: () => liftThrowable,
|
|
943
|
+
map: () => map,
|
|
944
|
+
match: () => match,
|
|
945
|
+
none: () => none2,
|
|
946
|
+
orElse: () => orElse,
|
|
947
|
+
orElseEither: () => orElseEither,
|
|
948
|
+
orElseSome: () => orElseSome,
|
|
949
|
+
partitionMap: () => partitionMap,
|
|
950
|
+
product: () => product2,
|
|
951
|
+
productMany: () => productMany2,
|
|
952
|
+
reduceCompact: () => reduceCompact,
|
|
953
|
+
some: () => some3,
|
|
954
|
+
tap: () => tap,
|
|
955
|
+
toArray: () => toArray,
|
|
956
|
+
toRefinement: () => toRefinement,
|
|
957
|
+
void: () => void_,
|
|
958
|
+
zipLeft: () => zipLeft,
|
|
959
|
+
zipRight: () => zipRight,
|
|
960
|
+
zipWith: () => zipWith
|
|
961
|
+
});
|
|
962
|
+
|
|
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@
|
|
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;
|
|
@@ -1016,8 +1016,8 @@ var getOrThrowWith = /* @__PURE__ */ dual(2, (self, onNone) => {
|
|
|
1016
1016
|
var getOrThrow = /* @__PURE__ */ getOrThrowWith(() => new Error("getOrThrow called on a None"));
|
|
1017
1017
|
var map = /* @__PURE__ */ dual(2, (self, f2) => isNone2(self) ? none2() : some3(f2(self.value)));
|
|
1018
1018
|
var as = /* @__PURE__ */ dual(2, (self, b2) => map(self, () => b2));
|
|
1019
|
-
var
|
|
1020
|
-
var
|
|
1019
|
+
var asVoid = /* @__PURE__ */ as(void 0);
|
|
1020
|
+
var void_ = /* @__PURE__ */ some3(void 0);
|
|
1021
1021
|
var flatMap = /* @__PURE__ */ dual(2, (self, f2) => isNone2(self) ? none2() : f2(self.value));
|
|
1022
1022
|
var andThen = /* @__PURE__ */ dual(2, (self, f2) => flatMap(self, (a2) => {
|
|
1023
1023
|
const b2 = isFunction(f2) ? f2(a2) : f2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/jsx",
|
|
3
|
-
"version": "1.5.9-beta.
|
|
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": {
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"./package.json"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@typescript-eslint/scope-manager": "7.
|
|
39
|
-
"@typescript-eslint/types": "7.
|
|
40
|
-
"@typescript-eslint/utils": "7.
|
|
38
|
+
"@typescript-eslint/scope-manager": "7.7.0",
|
|
39
|
+
"@typescript-eslint/types": "7.7.0",
|
|
40
|
+
"@typescript-eslint/utils": "7.7.0",
|
|
41
41
|
"micro-memoize": "4.1.2",
|
|
42
|
-
"@eslint-react/ast": "1.5.9-beta.
|
|
43
|
-
"@eslint-react/
|
|
44
|
-
"@eslint-react/
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
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": "
|
|
49
|
+
"effect": "3.0.3"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|