eslint-plugin-react-debug 5.8.4-next.0 → 5.8.4-next.2
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 +2 -2
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ var __exportAll = (all, no_symbols) => {
|
|
|
28
28
|
//#endregion
|
|
29
29
|
//#region package.json
|
|
30
30
|
var name$1 = "eslint-plugin-react-debug";
|
|
31
|
-
var version = "5.8.4-next.
|
|
31
|
+
var version = "5.8.4-next.2";
|
|
32
32
|
|
|
33
33
|
//#endregion
|
|
34
34
|
//#region src/utils/create-rule.ts
|
|
@@ -380,7 +380,7 @@ function flow(ab, bc, cd, de, ef, fg, gh, hi, ij) {
|
|
|
380
380
|
function report(context) {
|
|
381
381
|
return (descriptor) => {
|
|
382
382
|
if (descriptor == null) return;
|
|
383
|
-
|
|
383
|
+
context.report(descriptor);
|
|
384
384
|
};
|
|
385
385
|
}
|
|
386
386
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-debug",
|
|
3
|
-
"version": "5.8.4-next.
|
|
3
|
+
"version": "5.8.4-next.2",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for debugging related rules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"@typescript-eslint/types": "^8.59.3",
|
|
42
42
|
"@typescript-eslint/utils": "^8.59.3",
|
|
43
43
|
"ts-pattern": "^5.9.0",
|
|
44
|
-
"@eslint-react/ast": "5.8.4-next.
|
|
45
|
-
"@eslint-react/core": "5.8.4-next.
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/
|
|
48
|
-
"@eslint-react/shared": "5.8.4-next.
|
|
44
|
+
"@eslint-react/ast": "5.8.4-next.2",
|
|
45
|
+
"@eslint-react/core": "5.8.4-next.2",
|
|
46
|
+
"@eslint-react/eslint": "5.8.4-next.2",
|
|
47
|
+
"@eslint-react/jsx": "5.8.4-next.2",
|
|
48
|
+
"@eslint-react/shared": "5.8.4-next.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/react": "^19.2.14",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"eslint": "^10.4.0",
|
|
56
56
|
"tsdown": "^0.22.0",
|
|
57
57
|
"typescript": "^6.0.3",
|
|
58
|
-
"@local/
|
|
59
|
-
"@local/
|
|
58
|
+
"@local/eff": "3.0.0-beta.72",
|
|
59
|
+
"@local/configs": "0.0.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"eslint": "^10.3.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@local/eff": "workspace:*"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|
|
72
|
-
"build": "tsdown
|
|
72
|
+
"build": "tsdown",
|
|
73
73
|
"lint:publish": "publint",
|
|
74
74
|
"lint:ts": "tsl"
|
|
75
75
|
}
|