eslint-plugin-react-hooks-extra 1.5.13-next.2 → 1.5.13-next.4
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 +21 -22
- package/dist/index.mjs +21 -22
- package/package.json +12 -10
package/dist/index.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var core = require('@eslint-react/core');
|
|
4
|
-
require('string-ts');
|
|
5
4
|
var shared = require('@eslint-react/shared');
|
|
6
5
|
var ast = require('@eslint-react/ast');
|
|
7
6
|
var _var = require('@eslint-react/var');
|
|
@@ -15,7 +14,7 @@ var __export = (target, all2) => {
|
|
|
15
14
|
|
|
16
15
|
// package.json
|
|
17
16
|
var name = "eslint-plugin-react-hooks-extra";
|
|
18
|
-
var version = "1.5.13-next.
|
|
17
|
+
var version = "1.5.13-next.4";
|
|
19
18
|
var createRule = shared.createRuleForPlugin("hooks-extra");
|
|
20
19
|
|
|
21
20
|
// src/rules/ensure-custom-hooks-using-other-hooks.ts
|
|
@@ -56,7 +55,7 @@ var ensure_custom_hooks_using_other_hooks_default = createRule({
|
|
|
56
55
|
defaultOptions: []
|
|
57
56
|
});
|
|
58
57
|
|
|
59
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
58
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Function.js
|
|
60
59
|
var Function_exports = {};
|
|
61
60
|
__export(Function_exports, {
|
|
62
61
|
SK: () => SK,
|
|
@@ -231,10 +230,10 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
|
|
|
231
230
|
var hole = /* @__PURE__ */ unsafeCoerce(absurd);
|
|
232
231
|
var SK = (_2, b2) => b2;
|
|
233
232
|
|
|
234
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
233
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Equivalence.js
|
|
235
234
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
236
235
|
|
|
237
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
236
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/doNotation.js
|
|
238
237
|
var let_ = (map2) => dual(3, (self, name2, f) => map2(self, (a) => Object.assign({}, a, {
|
|
239
238
|
[name2]: f(a)
|
|
240
239
|
})));
|
|
@@ -245,11 +244,11 @@ var bind = (map2, flatMap2) => dual(3, (self, name2, f) => flatMap2(self, (a) =>
|
|
|
245
244
|
[name2]: b2
|
|
246
245
|
}))));
|
|
247
246
|
|
|
248
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
249
|
-
var moduleVersion = "3.2.
|
|
247
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/version.js
|
|
248
|
+
var moduleVersion = "3.2.5";
|
|
250
249
|
var getCurrentVersion = () => moduleVersion;
|
|
251
250
|
|
|
252
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
251
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/GlobalValue.js
|
|
253
252
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
254
253
|
if (!(globalStoreId in globalThis)) {
|
|
255
254
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -262,17 +261,17 @@ var globalValue = (id, compute) => {
|
|
|
262
261
|
return globalStore.get(id);
|
|
263
262
|
};
|
|
264
263
|
|
|
265
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
264
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Predicate.js
|
|
266
265
|
var isFunction2 = isFunction;
|
|
267
266
|
var isRecordOrArray = (input) => typeof input === "object" && input !== null;
|
|
268
267
|
var isObject = (input) => isRecordOrArray(input) || isFunction2(input);
|
|
269
268
|
var hasProperty = /* @__PURE__ */ dual(2, (self, property) => isObject(self) && property in self);
|
|
270
269
|
var isNullable = (input) => input === null || input === void 0;
|
|
271
270
|
|
|
272
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
271
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/errors.js
|
|
273
272
|
var getBugErrorMessage = (message) => `BUG: ${message} - please report an issue at https://github.com/Effect-TS/effect/issues`;
|
|
274
273
|
|
|
275
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
274
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Utils.js
|
|
276
275
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
277
276
|
var isGenKind = (u2) => isObject(u2) && GenKindTypeId in u2;
|
|
278
277
|
var GenKindImpl = class {
|
|
@@ -516,7 +515,7 @@ var structuralRegionState = /* @__PURE__ */ globalValue("effect/Utils/isStructur
|
|
|
516
515
|
tester: void 0
|
|
517
516
|
}));
|
|
518
517
|
|
|
519
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
518
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Hash.js
|
|
520
519
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
521
520
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
522
521
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -605,7 +604,7 @@ var cached = function() {
|
|
|
605
604
|
return hash2;
|
|
606
605
|
};
|
|
607
606
|
|
|
608
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
607
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Equal.js
|
|
609
608
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
610
609
|
function equals() {
|
|
611
610
|
if (arguments.length === 1) {
|
|
@@ -655,7 +654,7 @@ function compareBoth(self, that) {
|
|
|
655
654
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
656
655
|
var equivalence = () => equals;
|
|
657
656
|
|
|
658
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
657
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Inspectable.js
|
|
659
658
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
660
659
|
var toJSON = (x2) => {
|
|
661
660
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -667,7 +666,7 @@ var toJSON = (x2) => {
|
|
|
667
666
|
};
|
|
668
667
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
669
668
|
|
|
670
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
669
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Pipeable.js
|
|
671
670
|
var pipeArguments = (self, args) => {
|
|
672
671
|
switch (args.length) {
|
|
673
672
|
case 1:
|
|
@@ -698,7 +697,7 @@ var pipeArguments = (self, args) => {
|
|
|
698
697
|
}
|
|
699
698
|
};
|
|
700
699
|
|
|
701
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
700
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/effectable.js
|
|
702
701
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
703
702
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
704
703
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -759,7 +758,7 @@ var EffectPrototype = {
|
|
|
759
758
|
}
|
|
760
759
|
};
|
|
761
760
|
|
|
762
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
761
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/option.js
|
|
763
762
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
764
763
|
var CommonProto = {
|
|
765
764
|
...EffectPrototype,
|
|
@@ -817,7 +816,7 @@ var some = (value) => {
|
|
|
817
816
|
return a;
|
|
818
817
|
};
|
|
819
818
|
|
|
820
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
819
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/either.js
|
|
821
820
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
822
821
|
var CommonProto2 = {
|
|
823
822
|
...EffectPrototype,
|
|
@@ -881,7 +880,7 @@ var right = (right2) => {
|
|
|
881
880
|
var getLeft = (self) => isRight(self) ? none : some(self.left);
|
|
882
881
|
var getRight = (self) => isLeft(self) ? none : some(self.right);
|
|
883
882
|
|
|
884
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
883
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Option.js
|
|
885
884
|
var Option_exports = {};
|
|
886
885
|
__export(Option_exports, {
|
|
887
886
|
Do: () => Do,
|
|
@@ -943,10 +942,10 @@ __export(Option_exports, {
|
|
|
943
942
|
zipWith: () => zipWith
|
|
944
943
|
});
|
|
945
944
|
|
|
946
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
945
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Order.js
|
|
947
946
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
948
947
|
|
|
949
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
948
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Option.js
|
|
950
949
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
951
950
|
var none2 = () => none;
|
|
952
951
|
var some2 = some;
|
|
@@ -1114,7 +1113,7 @@ var gen = (f) => {
|
|
|
1114
1113
|
}
|
|
1115
1114
|
};
|
|
1116
1115
|
|
|
1117
|
-
// ../../../node_modules/.pnpm/ts-pattern@5.1.
|
|
1116
|
+
// ../../../node_modules/.pnpm/ts-pattern@5.1.2/node_modules/ts-pattern/dist/index.js
|
|
1118
1117
|
var t = Symbol.for("@ts-pattern/matcher");
|
|
1119
1118
|
var e = Symbol.for("@ts-pattern/isVariadic");
|
|
1120
1119
|
var n = "@ts-pattern/anonymous-select-key";
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { useHookCollector, isReactHookCall, isUseCallbackCall, isReactHookCallWithNameLoose, isUseMemoCall, isUseStateCall } from '@eslint-react/core';
|
|
2
|
-
import 'string-ts';
|
|
3
2
|
import { createRuleForPlugin, ESLintSettingsSchema } from '@eslint-react/shared';
|
|
4
3
|
import { NodeType, is, getNestedCallExpressions } from '@eslint-react/ast';
|
|
5
4
|
import { findVariable, getVariableInit } from '@eslint-react/var';
|
|
@@ -13,7 +12,7 @@ var __export = (target, all2) => {
|
|
|
13
12
|
|
|
14
13
|
// package.json
|
|
15
14
|
var name = "eslint-plugin-react-hooks-extra";
|
|
16
|
-
var version = "1.5.13-next.
|
|
15
|
+
var version = "1.5.13-next.4";
|
|
17
16
|
var createRule = createRuleForPlugin("hooks-extra");
|
|
18
17
|
|
|
19
18
|
// src/rules/ensure-custom-hooks-using-other-hooks.ts
|
|
@@ -54,7 +53,7 @@ var ensure_custom_hooks_using_other_hooks_default = createRule({
|
|
|
54
53
|
defaultOptions: []
|
|
55
54
|
});
|
|
56
55
|
|
|
57
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
56
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Function.js
|
|
58
57
|
var Function_exports = {};
|
|
59
58
|
__export(Function_exports, {
|
|
60
59
|
SK: () => SK,
|
|
@@ -229,10 +228,10 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
|
|
|
229
228
|
var hole = /* @__PURE__ */ unsafeCoerce(absurd);
|
|
230
229
|
var SK = (_2, b2) => b2;
|
|
231
230
|
|
|
232
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
231
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Equivalence.js
|
|
233
232
|
var make = (isEquivalent) => (self, that) => self === that || isEquivalent(self, that);
|
|
234
233
|
|
|
235
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
234
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/doNotation.js
|
|
236
235
|
var let_ = (map2) => dual(3, (self, name2, f) => map2(self, (a) => Object.assign({}, a, {
|
|
237
236
|
[name2]: f(a)
|
|
238
237
|
})));
|
|
@@ -243,11 +242,11 @@ var bind = (map2, flatMap2) => dual(3, (self, name2, f) => flatMap2(self, (a) =>
|
|
|
243
242
|
[name2]: b2
|
|
244
243
|
}))));
|
|
245
244
|
|
|
246
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
247
|
-
var moduleVersion = "3.2.
|
|
245
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/version.js
|
|
246
|
+
var moduleVersion = "3.2.5";
|
|
248
247
|
var getCurrentVersion = () => moduleVersion;
|
|
249
248
|
|
|
250
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
249
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/GlobalValue.js
|
|
251
250
|
var globalStoreId = /* @__PURE__ */ Symbol.for(`effect/GlobalValue/globalStoreId/${/* @__PURE__ */ getCurrentVersion()}`);
|
|
252
251
|
if (!(globalStoreId in globalThis)) {
|
|
253
252
|
globalThis[globalStoreId] = /* @__PURE__ */ new Map();
|
|
@@ -260,17 +259,17 @@ var globalValue = (id, compute) => {
|
|
|
260
259
|
return globalStore.get(id);
|
|
261
260
|
};
|
|
262
261
|
|
|
263
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
262
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Predicate.js
|
|
264
263
|
var isFunction2 = isFunction;
|
|
265
264
|
var isRecordOrArray = (input) => typeof input === "object" && input !== null;
|
|
266
265
|
var isObject = (input) => isRecordOrArray(input) || isFunction2(input);
|
|
267
266
|
var hasProperty = /* @__PURE__ */ dual(2, (self, property) => isObject(self) && property in self);
|
|
268
267
|
var isNullable = (input) => input === null || input === void 0;
|
|
269
268
|
|
|
270
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
269
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/errors.js
|
|
271
270
|
var getBugErrorMessage = (message) => `BUG: ${message} - please report an issue at https://github.com/Effect-TS/effect/issues`;
|
|
272
271
|
|
|
273
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
272
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Utils.js
|
|
274
273
|
var GenKindTypeId = /* @__PURE__ */ Symbol.for("effect/Gen/GenKind");
|
|
275
274
|
var isGenKind = (u2) => isObject(u2) && GenKindTypeId in u2;
|
|
276
275
|
var GenKindImpl = class {
|
|
@@ -514,7 +513,7 @@ var structuralRegionState = /* @__PURE__ */ globalValue("effect/Utils/isStructur
|
|
|
514
513
|
tester: void 0
|
|
515
514
|
}));
|
|
516
515
|
|
|
517
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
516
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Hash.js
|
|
518
517
|
var randomHashCache = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/randomHashCache"), () => /* @__PURE__ */ new WeakMap());
|
|
519
518
|
var pcgr = /* @__PURE__ */ globalValue(/* @__PURE__ */ Symbol.for("effect/Hash/pcgr"), () => new PCGRandom());
|
|
520
519
|
var symbol = /* @__PURE__ */ Symbol.for("effect/Hash");
|
|
@@ -603,7 +602,7 @@ var cached = function() {
|
|
|
603
602
|
return hash2;
|
|
604
603
|
};
|
|
605
604
|
|
|
606
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
605
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Equal.js
|
|
607
606
|
var symbol2 = /* @__PURE__ */ Symbol.for("effect/Equal");
|
|
608
607
|
function equals() {
|
|
609
608
|
if (arguments.length === 1) {
|
|
@@ -653,7 +652,7 @@ function compareBoth(self, that) {
|
|
|
653
652
|
var isEqual = (u2) => hasProperty(u2, symbol2);
|
|
654
653
|
var equivalence = () => equals;
|
|
655
654
|
|
|
656
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
655
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Inspectable.js
|
|
657
656
|
var NodeInspectSymbol = /* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom");
|
|
658
657
|
var toJSON = (x2) => {
|
|
659
658
|
if (hasProperty(x2, "toJSON") && isFunction2(x2["toJSON"]) && x2["toJSON"].length === 0) {
|
|
@@ -665,7 +664,7 @@ var toJSON = (x2) => {
|
|
|
665
664
|
};
|
|
666
665
|
var format = (x2) => JSON.stringify(x2, null, 2);
|
|
667
666
|
|
|
668
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
667
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Pipeable.js
|
|
669
668
|
var pipeArguments = (self, args) => {
|
|
670
669
|
switch (args.length) {
|
|
671
670
|
case 1:
|
|
@@ -696,7 +695,7 @@ var pipeArguments = (self, args) => {
|
|
|
696
695
|
}
|
|
697
696
|
};
|
|
698
697
|
|
|
699
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
698
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/effectable.js
|
|
700
699
|
var EffectTypeId = /* @__PURE__ */ Symbol.for("effect/Effect");
|
|
701
700
|
var StreamTypeId = /* @__PURE__ */ Symbol.for("effect/Stream");
|
|
702
701
|
var SinkTypeId = /* @__PURE__ */ Symbol.for("effect/Sink");
|
|
@@ -757,7 +756,7 @@ var EffectPrototype = {
|
|
|
757
756
|
}
|
|
758
757
|
};
|
|
759
758
|
|
|
760
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
759
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/option.js
|
|
761
760
|
var TypeId = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
762
761
|
var CommonProto = {
|
|
763
762
|
...EffectPrototype,
|
|
@@ -815,7 +814,7 @@ var some = (value) => {
|
|
|
815
814
|
return a;
|
|
816
815
|
};
|
|
817
816
|
|
|
818
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
817
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/internal/either.js
|
|
819
818
|
var TypeId2 = /* @__PURE__ */ Symbol.for("effect/Either");
|
|
820
819
|
var CommonProto2 = {
|
|
821
820
|
...EffectPrototype,
|
|
@@ -879,7 +878,7 @@ var right = (right2) => {
|
|
|
879
878
|
var getLeft = (self) => isRight(self) ? none : some(self.left);
|
|
880
879
|
var getRight = (self) => isLeft(self) ? none : some(self.right);
|
|
881
880
|
|
|
882
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
881
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Option.js
|
|
883
882
|
var Option_exports = {};
|
|
884
883
|
__export(Option_exports, {
|
|
885
884
|
Do: () => Do,
|
|
@@ -941,10 +940,10 @@ __export(Option_exports, {
|
|
|
941
940
|
zipWith: () => zipWith
|
|
942
941
|
});
|
|
943
942
|
|
|
944
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
943
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Order.js
|
|
945
944
|
var make2 = (compare) => (self, that) => self === that ? 0 : compare(self, that);
|
|
946
945
|
|
|
947
|
-
// ../../../node_modules/.pnpm/effect@3.2.
|
|
946
|
+
// ../../../node_modules/.pnpm/effect@3.2.5/node_modules/effect/dist/esm/Option.js
|
|
948
947
|
var TypeId3 = /* @__PURE__ */ Symbol.for("effect/Option");
|
|
949
948
|
var none2 = () => none;
|
|
950
949
|
var some2 = some;
|
|
@@ -1112,7 +1111,7 @@ var gen = (f) => {
|
|
|
1112
1111
|
}
|
|
1113
1112
|
};
|
|
1114
1113
|
|
|
1115
|
-
// ../../../node_modules/.pnpm/ts-pattern@5.1.
|
|
1114
|
+
// ../../../node_modules/.pnpm/ts-pattern@5.1.2/node_modules/ts-pattern/dist/index.js
|
|
1116
1115
|
var t = Symbol.for("@ts-pattern/matcher");
|
|
1117
1116
|
var e = Symbol.for("@ts-pattern/isVariadic");
|
|
1118
1117
|
var n = "@ts-pattern/anonymous-select-key";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-hooks-extra",
|
|
3
|
-
"version": "1.5.13-next.
|
|
3
|
+
"version": "1.5.13-next.4",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -41,17 +41,19 @@
|
|
|
41
41
|
"@typescript-eslint/types": "^7.10.0",
|
|
42
42
|
"@typescript-eslint/utils": "^7.10.0",
|
|
43
43
|
"string-ts": "2.1.1",
|
|
44
|
-
"valibot": "0.31.0-rc.
|
|
45
|
-
"@eslint-react/ast": "1.5.13-next.
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/
|
|
48
|
-
"@eslint-react/
|
|
49
|
-
"@eslint-react/
|
|
50
|
-
"@eslint-react/
|
|
51
|
-
"@eslint-react/
|
|
44
|
+
"valibot": "0.31.0-rc.1",
|
|
45
|
+
"@eslint-react/ast": "1.5.13-next.4",
|
|
46
|
+
"@eslint-react/core": "1.5.13-next.4",
|
|
47
|
+
"@eslint-react/shared": "1.5.13-next.4",
|
|
48
|
+
"@eslint-react/jsx": "1.5.13-next.4",
|
|
49
|
+
"@eslint-react/tools": "1.5.13-next.4",
|
|
50
|
+
"@eslint-react/var": "1.5.13-next.4",
|
|
51
|
+
"@eslint-react/types": "1.5.13-next.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"
|
|
54
|
+
"dedent": "1.5.3",
|
|
55
|
+
"effect": "3.2.5",
|
|
56
|
+
"tsup": "8.0.2"
|
|
55
57
|
},
|
|
56
58
|
"peerDependencies": {
|
|
57
59
|
"@typescript-eslint/parser": "^7.5.0",
|