@eslint-react/jsx 1.5.6-next.6 → 1.5.6-next.8
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 +17 -17
- package/dist/index.mjs +17 -17
- 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@2.4.
|
|
20
|
+
// ../../../node_modules/.pnpm/effect@2.4.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,11 @@ 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.4.
|
|
196
|
-
var moduleVersion = "2.4.
|
|
195
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/internal/version.js
|
|
196
|
+
var moduleVersion = "2.4.3";
|
|
197
197
|
var getCurrentVersion = () => moduleVersion;
|
|
198
198
|
|
|
199
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
199
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/GlobalValue.js
|
|
200
200
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
201
201
|
if (!(globalStoreId in globalThis)) {
|
|
202
202
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -209,7 +209,7 @@ var globalValue = (id, compute) => {
|
|
|
209
209
|
return globalStore.get(id);
|
|
210
210
|
};
|
|
211
211
|
|
|
212
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
212
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Predicate.js
|
|
213
213
|
var Predicate_exports = {};
|
|
214
214
|
__export(Predicate_exports, {
|
|
215
215
|
all: () => all,
|
|
@@ -342,7 +342,7 @@ var some = (collection) => (a2) => {
|
|
|
342
342
|
return false;
|
|
343
343
|
};
|
|
344
344
|
|
|
345
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
345
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Utils.js
|
|
346
346
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
347
347
|
var GenKindImpl = class {
|
|
348
348
|
value;
|
|
@@ -562,7 +562,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
|
|
|
562
562
|
out[1] = lo;
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
565
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Hash.js
|
|
566
566
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
567
567
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
568
568
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -648,7 +648,7 @@ var cached = function() {
|
|
|
648
648
|
return hash2;
|
|
649
649
|
};
|
|
650
650
|
|
|
651
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
651
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Equal.js
|
|
652
652
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
653
653
|
function equals() {
|
|
654
654
|
if (arguments.length === 1) {
|
|
@@ -674,10 +674,10 @@ function compareBoth(self, that) {
|
|
|
674
674
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
675
675
|
var equivalence = () => equals;
|
|
676
676
|
|
|
677
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
677
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Equivalence.js
|
|
678
678
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
679
679
|
|
|
680
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
680
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Inspectable.js
|
|
681
681
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
682
682
|
var toJSON = (x2) => {
|
|
683
683
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -689,7 +689,7 @@ var toJSON = (x2) => {
|
|
|
689
689
|
};
|
|
690
690
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
691
691
|
|
|
692
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
692
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Option.js
|
|
693
693
|
var Option_exports = {};
|
|
694
694
|
__export(Option_exports, {
|
|
695
695
|
Do: () => Do,
|
|
@@ -751,7 +751,7 @@ __export(Option_exports, {
|
|
|
751
751
|
zipWith: () => zipWith
|
|
752
752
|
});
|
|
753
753
|
|
|
754
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
754
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Pipeable.js
|
|
755
755
|
var pipeArguments = (self, args) => {
|
|
756
756
|
switch (args.length) {
|
|
757
757
|
case 1:
|
|
@@ -782,7 +782,7 @@ var pipeArguments = (self, args) => {
|
|
|
782
782
|
}
|
|
783
783
|
};
|
|
784
784
|
|
|
785
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
785
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/internal/effectable.js
|
|
786
786
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
787
787
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
788
788
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -840,7 +840,7 @@ var EffectPrototype = {
|
|
|
840
840
|
}
|
|
841
841
|
};
|
|
842
842
|
|
|
843
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
843
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/internal/option.js
|
|
844
844
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
845
845
|
var CommonProto = {
|
|
846
846
|
...EffectPrototype,
|
|
@@ -898,7 +898,7 @@ var some2 = (value) => {
|
|
|
898
898
|
return a2;
|
|
899
899
|
};
|
|
900
900
|
|
|
901
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
901
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/internal/either.js
|
|
902
902
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
903
903
|
var CommonProto2 = {
|
|
904
904
|
...EffectPrototype,
|
|
@@ -962,10 +962,10 @@ var right = (right2) => {
|
|
|
962
962
|
var getLeft = (self) => isRight(self) ? none : some2(self.left);
|
|
963
963
|
var getRight = (self) => isLeft(self) ? none : some2(self.right);
|
|
964
964
|
|
|
965
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
965
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Order.js
|
|
966
966
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
967
967
|
|
|
968
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
968
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Option.js
|
|
969
969
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
970
970
|
var none2 = () => none;
|
|
971
971
|
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.4.
|
|
14
|
+
// ../../../node_modules/.pnpm/effect@2.4.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,11 @@ 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.4.
|
|
190
|
-
var moduleVersion = "2.4.
|
|
189
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/internal/version.js
|
|
190
|
+
var moduleVersion = "2.4.3";
|
|
191
191
|
var getCurrentVersion = () => moduleVersion;
|
|
192
192
|
|
|
193
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
193
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/GlobalValue.js
|
|
194
194
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
195
195
|
if (!(globalStoreId in globalThis)) {
|
|
196
196
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -203,7 +203,7 @@ var globalValue = (id, compute) => {
|
|
|
203
203
|
return globalStore.get(id);
|
|
204
204
|
};
|
|
205
205
|
|
|
206
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
206
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Predicate.js
|
|
207
207
|
var Predicate_exports = {};
|
|
208
208
|
__export(Predicate_exports, {
|
|
209
209
|
all: () => all,
|
|
@@ -336,7 +336,7 @@ var some = (collection) => (a2) => {
|
|
|
336
336
|
return false;
|
|
337
337
|
};
|
|
338
338
|
|
|
339
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
339
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Utils.js
|
|
340
340
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
341
341
|
var GenKindImpl = class {
|
|
342
342
|
value;
|
|
@@ -556,7 +556,7 @@ function add64(out, aHi, aLo, bHi, bLo) {
|
|
|
556
556
|
out[1] = lo;
|
|
557
557
|
}
|
|
558
558
|
|
|
559
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
559
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Hash.js
|
|
560
560
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
561
561
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
562
562
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -642,7 +642,7 @@ var cached = function() {
|
|
|
642
642
|
return hash2;
|
|
643
643
|
};
|
|
644
644
|
|
|
645
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
645
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Equal.js
|
|
646
646
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
647
647
|
function equals() {
|
|
648
648
|
if (arguments.length === 1) {
|
|
@@ -668,10 +668,10 @@ function compareBoth(self, that) {
|
|
|
668
668
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
669
669
|
var equivalence = () => equals;
|
|
670
670
|
|
|
671
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
671
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Equivalence.js
|
|
672
672
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
673
673
|
|
|
674
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
674
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Inspectable.js
|
|
675
675
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
676
676
|
var toJSON = (x2) => {
|
|
677
677
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -683,7 +683,7 @@ var toJSON = (x2) => {
|
|
|
683
683
|
};
|
|
684
684
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
685
685
|
|
|
686
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
686
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Option.js
|
|
687
687
|
var Option_exports = {};
|
|
688
688
|
__export(Option_exports, {
|
|
689
689
|
Do: () => Do,
|
|
@@ -745,7 +745,7 @@ __export(Option_exports, {
|
|
|
745
745
|
zipWith: () => zipWith
|
|
746
746
|
});
|
|
747
747
|
|
|
748
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
748
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Pipeable.js
|
|
749
749
|
var pipeArguments = (self, args) => {
|
|
750
750
|
switch (args.length) {
|
|
751
751
|
case 1:
|
|
@@ -776,7 +776,7 @@ var pipeArguments = (self, args) => {
|
|
|
776
776
|
}
|
|
777
777
|
};
|
|
778
778
|
|
|
779
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
779
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/internal/effectable.js
|
|
780
780
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
781
781
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
782
782
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -834,7 +834,7 @@ var EffectPrototype = {
|
|
|
834
834
|
}
|
|
835
835
|
};
|
|
836
836
|
|
|
837
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
837
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/internal/option.js
|
|
838
838
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
839
839
|
var CommonProto = {
|
|
840
840
|
...EffectPrototype,
|
|
@@ -892,7 +892,7 @@ var some2 = (value) => {
|
|
|
892
892
|
return a2;
|
|
893
893
|
};
|
|
894
894
|
|
|
895
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
895
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/internal/either.js
|
|
896
896
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
897
897
|
var CommonProto2 = {
|
|
898
898
|
...EffectPrototype,
|
|
@@ -956,10 +956,10 @@ var right = (right2) => {
|
|
|
956
956
|
var getLeft = (self) => isRight(self) ? none : some2(self.left);
|
|
957
957
|
var getRight = (self) => isLeft(self) ? none : some2(self.right);
|
|
958
958
|
|
|
959
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
959
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Order.js
|
|
960
960
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
961
961
|
|
|
962
|
-
// ../../../node_modules/.pnpm/effect@2.4.
|
|
962
|
+
// ../../../node_modules/.pnpm/effect@2.4.3/node_modules/effect/dist/esm/Option.js
|
|
963
963
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
964
964
|
var none2 = () => none;
|
|
965
965
|
var some3 = some2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/jsx",
|
|
3
|
-
"version": "1.5.6-next.
|
|
3
|
+
"version": "1.5.6-next.8",
|
|
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.2.0",
|
|
39
|
+
"@typescript-eslint/types": "7.2.0",
|
|
40
|
+
"@typescript-eslint/utils": "7.2.0",
|
|
41
41
|
"micro-memoize": "4.1.2",
|
|
42
|
-
"@eslint-react/ast": "1.5.6-next.
|
|
43
|
-
"@eslint-react/shared": "1.5.6-next.
|
|
44
|
-
"@eslint-react/tools": "1.5.6-next.
|
|
45
|
-
"@eslint-react/var": "1.5.6-next.
|
|
46
|
-
"@eslint-react/types": "1.5.6-next.
|
|
42
|
+
"@eslint-react/ast": "1.5.6-next.8",
|
|
43
|
+
"@eslint-react/shared": "1.5.6-next.8",
|
|
44
|
+
"@eslint-react/tools": "1.5.6-next.8",
|
|
45
|
+
"@eslint-react/var": "1.5.6-next.8",
|
|
46
|
+
"@eslint-react/types": "1.5.6-next.8"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"effect": "2.4.
|
|
49
|
+
"effect": "2.4.3"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|