eslint-plugin-react-debug 5.8.12 → 5.8.14
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 +6 -6
- package/package.json +8 -8
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.
|
|
31
|
+
var version = "5.8.14";
|
|
32
32
|
|
|
33
33
|
//#endregion
|
|
34
34
|
//#region src/utils/create-rule.ts
|
|
@@ -152,10 +152,10 @@ function create$2(context) {
|
|
|
152
152
|
node
|
|
153
153
|
});
|
|
154
154
|
}
|
|
155
|
-
return
|
|
155
|
+
return {
|
|
156
156
|
Identifier: visitorFunction,
|
|
157
157
|
JSXIdentifier: visitorFunction
|
|
158
|
-
}
|
|
158
|
+
};
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
//#endregion
|
|
@@ -217,10 +217,10 @@ function create$1(context) {
|
|
|
217
217
|
});
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
|
-
return
|
|
220
|
+
return {
|
|
221
221
|
Identifier: visitorFunction,
|
|
222
222
|
JSXIdentifier: visitorFunction
|
|
223
|
-
}
|
|
223
|
+
};
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
//#endregion
|
|
@@ -415,7 +415,7 @@ function create(context) {
|
|
|
415
415
|
node
|
|
416
416
|
});
|
|
417
417
|
}
|
|
418
|
-
return
|
|
418
|
+
return { "JSXElement, JSXFragment": flow(getReportDescriptor(context), report(context)) };
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-debug",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.14",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for debugging related rules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"@typescript-eslint/types": "^8.60.1",
|
|
42
42
|
"@typescript-eslint/utils": "^8.60.1",
|
|
43
43
|
"ts-pattern": "^5.9.0",
|
|
44
|
-
"@eslint-react/ast": "5.8.
|
|
45
|
-
"@eslint-react/core": "5.8.
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/jsx": "5.8.
|
|
48
|
-
"@eslint-react/
|
|
44
|
+
"@eslint-react/ast": "5.8.14",
|
|
45
|
+
"@eslint-react/core": "5.8.14",
|
|
46
|
+
"@eslint-react/shared": "5.8.14",
|
|
47
|
+
"@eslint-react/jsx": "5.8.14",
|
|
48
|
+
"@eslint-react/eslint": "5.8.14"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@types/react": "^19.2.
|
|
51
|
+
"@types/react": "^19.2.17",
|
|
52
52
|
"@types/react-dom": "^19.2.3",
|
|
53
53
|
"@typescript-eslint/rule-tester": "^8.60.1",
|
|
54
54
|
"dedent": "^1.7.2",
|
|
55
55
|
"eslint": "^10.4.1",
|
|
56
|
-
"tsdown": "^0.22.
|
|
56
|
+
"tsdown": "^0.22.2",
|
|
57
57
|
"typescript": "6.0.3",
|
|
58
58
|
"@local/configs": "0.0.0",
|
|
59
59
|
"@local/eff": "0.0.0"
|