eslint-plugin-react-hooks-extra
Advanced tools
Comparing version 1.5.4-next.5 to 1.5.4-next.6
@@ -18,3 +18,3 @@ 'use strict'; | ||
var name = "eslint-plugin-react-hooks-extra"; | ||
var version = "1.5.4-next.5"; | ||
var version = "1.5.4-next.6"; | ||
var createRule = shared.createRuleForPlugin("hooks-extra"); | ||
@@ -1021,3 +1021,3 @@ | ||
// ../../../node_modules/.pnpm/ts-pattern@5.0.6/node_modules/ts-pattern/dist/index.js | ||
// ../../../node_modules/.pnpm/ts-pattern@5.0.8/node_modules/ts-pattern/dist/index.js | ||
var t = Symbol.for("@ts-pattern/matcher"); | ||
@@ -1068,3 +1068,3 @@ var e = Symbol.for("@ts-pattern/isVariadic"); | ||
function u(t2) { | ||
return Object.assign(t2, { optional: () => l(t2), and: (e2) => m(t2, e2), or: (e2) => y(t2, e2), select: (e2) => void 0 === e2 ? p(t2) : p(e2, t2) }); | ||
return Object.assign(t2, { optional: () => l(t2), and: (e2) => m(t2, e2), or: (e2) => d(t2, e2), select: (e2) => void 0 === e2 ? p(t2) : p(e2, t2) }); | ||
} | ||
@@ -1089,3 +1089,3 @@ function l(e2) { | ||
} | ||
function y(...e2) { | ||
function d(...e2) { | ||
return u({ [t]: () => ({ match: (t2) => { | ||
@@ -1099,3 +1099,3 @@ let n2 = {}; | ||
} | ||
function d(e2) { | ||
function y(e2) { | ||
return { [t]: () => ({ match: (t2) => ({ matched: Boolean(e2(t2)) }) }) }; | ||
@@ -1121,30 +1121,30 @@ } | ||
} | ||
u(d(function(t2) { | ||
u(y(function(t2) { | ||
return true; | ||
})); | ||
var j = (t2) => Object.assign(u(t2), { startsWith: (e2) => { | ||
return j(m(t2, (n2 = e2, d((t3) => b(t3) && t3.startsWith(n2))))); | ||
return j(m(t2, (n2 = e2, y((t3) => b(t3) && t3.startsWith(n2))))); | ||
var n2; | ||
}, endsWith: (e2) => { | ||
return j(m(t2, (n2 = e2, d((t3) => b(t3) && t3.endsWith(n2))))); | ||
return j(m(t2, (n2 = e2, y((t3) => b(t3) && t3.endsWith(n2))))); | ||
var n2; | ||
}, minLength: (e2) => j(m(t2, ((t3) => d((e3) => b(e3) && e3.length >= t3))(e2))), maxLength: (e2) => j(m(t2, ((t3) => d((e3) => b(e3) && e3.length <= t3))(e2))), includes: (e2) => { | ||
return j(m(t2, (n2 = e2, d((t3) => b(t3) && t3.includes(n2))))); | ||
}, minLength: (e2) => j(m(t2, ((t3) => y((e3) => b(e3) && e3.length >= t3))(e2))), maxLength: (e2) => j(m(t2, ((t3) => y((e3) => b(e3) && e3.length <= t3))(e2))), includes: (e2) => { | ||
return j(m(t2, (n2 = e2, y((t3) => b(t3) && t3.includes(n2))))); | ||
var n2; | ||
}, regex: (e2) => { | ||
return j(m(t2, (n2 = e2, d((t3) => b(t3) && Boolean(t3.match(n2)))))); | ||
return j(m(t2, (n2 = e2, y((t3) => b(t3) && Boolean(t3.match(n2)))))); | ||
var n2; | ||
} }); | ||
j(d(b)); | ||
var K = (t2) => Object.assign(u(t2), { between: (e2, n2) => K(m(t2, ((t3, e3) => d((n3) => v(n3) && t3 <= n3 && e3 >= n3))(e2, n2))), lt: (e2) => K(m(t2, ((t3) => d((e3) => v(e3) && e3 < t3))(e2))), gt: (e2) => K(m(t2, ((t3) => d((e3) => v(e3) && e3 > t3))(e2))), lte: (e2) => K(m(t2, ((t3) => d((e3) => v(e3) && e3 <= t3))(e2))), gte: (e2) => K(m(t2, ((t3) => d((e3) => v(e3) && e3 >= t3))(e2))), int: () => K(m(t2, d((t3) => v(t3) && Number.isInteger(t3)))), finite: () => K(m(t2, d((t3) => v(t3) && Number.isFinite(t3)))), positive: () => K(m(t2, d((t3) => v(t3) && t3 > 0))), negative: () => K(m(t2, d((t3) => v(t3) && t3 < 0))) }); | ||
K(d(v)); | ||
var x = (t2) => Object.assign(u(t2), { between: (e2, n2) => x(m(t2, ((t3, e3) => d((n3) => w(n3) && t3 <= n3 && e3 >= n3))(e2, n2))), lt: (e2) => x(m(t2, ((t3) => d((e3) => w(e3) && e3 < t3))(e2))), gt: (e2) => x(m(t2, ((t3) => d((e3) => w(e3) && e3 > t3))(e2))), lte: (e2) => x(m(t2, ((t3) => d((e3) => w(e3) && e3 <= t3))(e2))), gte: (e2) => x(m(t2, ((t3) => d((e3) => w(e3) && e3 >= t3))(e2))), positive: () => x(m(t2, d((t3) => w(t3) && t3 > 0))), negative: () => x(m(t2, d((t3) => w(t3) && t3 < 0))) }); | ||
x(d(w)); | ||
u(d(function(t2) { | ||
j(y(b)); | ||
var K = (t2) => Object.assign(u(t2), { between: (e2, n2) => K(m(t2, ((t3, e3) => y((n3) => v(n3) && t3 <= n3 && e3 >= n3))(e2, n2))), lt: (e2) => K(m(t2, ((t3) => y((e3) => v(e3) && e3 < t3))(e2))), gt: (e2) => K(m(t2, ((t3) => y((e3) => v(e3) && e3 > t3))(e2))), lte: (e2) => K(m(t2, ((t3) => y((e3) => v(e3) && e3 <= t3))(e2))), gte: (e2) => K(m(t2, ((t3) => y((e3) => v(e3) && e3 >= t3))(e2))), int: () => K(m(t2, y((t3) => v(t3) && Number.isInteger(t3)))), finite: () => K(m(t2, y((t3) => v(t3) && Number.isFinite(t3)))), positive: () => K(m(t2, y((t3) => v(t3) && t3 > 0))), negative: () => K(m(t2, y((t3) => v(t3) && t3 < 0))) }); | ||
K(y(v)); | ||
var A = (t2) => Object.assign(u(t2), { between: (e2, n2) => A(m(t2, ((t3, e3) => y((n3) => w(n3) && t3 <= n3 && e3 >= n3))(e2, n2))), lt: (e2) => A(m(t2, ((t3) => y((e3) => w(e3) && e3 < t3))(e2))), gt: (e2) => A(m(t2, ((t3) => y((e3) => w(e3) && e3 > t3))(e2))), lte: (e2) => A(m(t2, ((t3) => y((e3) => w(e3) && e3 <= t3))(e2))), gte: (e2) => A(m(t2, ((t3) => y((e3) => w(e3) && e3 >= t3))(e2))), positive: () => A(m(t2, y((t3) => w(t3) && t3 > 0))), negative: () => A(m(t2, y((t3) => w(t3) && t3 < 0))) }); | ||
A(y(w)); | ||
u(y(function(t2) { | ||
return "boolean" == typeof t2; | ||
})); | ||
u(d(function(t2) { | ||
u(y(function(t2) { | ||
return "symbol" == typeof t2; | ||
})); | ||
u(d(function(t2) { | ||
u(y(function(t2) { | ||
return null == t2; | ||
@@ -1151,0 +1151,0 @@ })); |
{ | ||
"name": "eslint-plugin-react-hooks-extra", | ||
"version": "1.5.4-next.5", | ||
"version": "1.5.4-next.6", | ||
"description": "ESLint React's ESLint plugin for React Hooks related rules.", | ||
@@ -44,9 +44,9 @@ "homepage": "https://github.com/rel1cx/eslint-react", | ||
"string-ts": "2.0.0", | ||
"@eslint-react/core": "1.5.4-next.5", | ||
"@eslint-react/jsx": "1.5.4-next.5", | ||
"@eslint-react/ast": "1.5.4-next.5", | ||
"@eslint-react/shared": "1.5.4-next.5", | ||
"@eslint-react/tools": "1.5.4-next.5", | ||
"@eslint-react/types": "1.5.4-next.5", | ||
"@eslint-react/var": "1.5.4-next.5" | ||
"@eslint-react/ast": "1.5.4-next.6", | ||
"@eslint-react/core": "1.5.4-next.6", | ||
"@eslint-react/jsx": "1.5.4-next.6", | ||
"@eslint-react/shared": "1.5.4-next.6", | ||
"@eslint-react/types": "1.5.4-next.6", | ||
"@eslint-react/var": "1.5.4-next.6", | ||
"@eslint-react/tools": "1.5.4-next.6" | ||
}, | ||
@@ -53,0 +53,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
+ Added@eslint-react/ast@1.5.4-next.6(transitive)
+ Added@eslint-react/core@1.5.4-next.6(transitive)
+ Added@eslint-react/jsx@1.5.4-next.6(transitive)
+ Added@eslint-react/shared@1.5.4-next.6(transitive)
+ Added@eslint-react/tools@1.5.4-next.6(transitive)
+ Added@eslint-react/types@1.5.4-next.6(transitive)
+ Added@eslint-react/var@1.5.4-next.6(transitive)
- Removed@eslint-react/ast@1.5.4-next.5(transitive)
- Removed@eslint-react/core@1.5.4-next.5(transitive)
- Removed@eslint-react/jsx@1.5.4-next.5(transitive)
- Removed@eslint-react/shared@1.5.4-next.5(transitive)
- Removed@eslint-react/tools@1.5.4-next.5(transitive)
- Removed@eslint-react/types@1.5.4-next.5(transitive)
- Removed@eslint-react/var@1.5.4-next.5(transitive)