eslint-plugin-react-debug 2.0.0-next.6 → 2.0.0-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 +2 -2
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -5,7 +5,6 @@ import { flow } from '@eslint-react/eff';
|
|
|
5
5
|
import { JsxConfig, Reporter } from '@eslint-react/kit';
|
|
6
6
|
import { AST_NODE_TYPES as AST_NODE_TYPES$1 } from '@typescript-eslint/types';
|
|
7
7
|
import { match, P } from 'ts-pattern';
|
|
8
|
-
import { JsxEmit } from 'typescript';
|
|
9
8
|
|
|
10
9
|
var __defProp = Object.defineProperty;
|
|
11
10
|
var __export = (target, all) => {
|
|
@@ -34,7 +33,7 @@ var settings = {
|
|
|
34
33
|
|
|
35
34
|
// package.json
|
|
36
35
|
var name2 = "eslint-plugin-react-debug";
|
|
37
|
-
var version = "2.0.0-next.
|
|
36
|
+
var version = "2.0.0-next.8";
|
|
38
37
|
var createRule = ESLintUtils.RuleCreator(getDocsUrl("debug"));
|
|
39
38
|
|
|
40
39
|
// src/utils/stringify.ts
|
|
@@ -229,6 +228,7 @@ function create4(context) {
|
|
|
229
228
|
JSXIdentifier: visitorFunction
|
|
230
229
|
};
|
|
231
230
|
}
|
|
231
|
+
var { JsxEmit } = JsxConfig;
|
|
232
232
|
var RULE_NAME5 = "jsx";
|
|
233
233
|
var RULE_FEATURES5 = [
|
|
234
234
|
"DBG"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-react-debug",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.8",
|
|
4
4
|
"description": "ESLint React's ESLint plugin for debugging related rules.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"@typescript-eslint/utils": "^8.31.0",
|
|
42
42
|
"string-ts": "^2.2.1",
|
|
43
43
|
"ts-pattern": "^5.7.0",
|
|
44
|
-
"@eslint-react/
|
|
45
|
-
"@eslint-react/
|
|
46
|
-
"@eslint-react/
|
|
47
|
-
"@eslint-react/shared": "2.0.0-next.
|
|
48
|
-
"@eslint-react/var": "2.0.0-next.
|
|
49
|
-
"@eslint-react/
|
|
44
|
+
"@eslint-react/core": "2.0.0-next.8",
|
|
45
|
+
"@eslint-react/eff": "2.0.0-next.8",
|
|
46
|
+
"@eslint-react/kit": "2.0.0-next.8",
|
|
47
|
+
"@eslint-react/shared": "2.0.0-next.8",
|
|
48
|
+
"@eslint-react/var": "2.0.0-next.8",
|
|
49
|
+
"@eslint-react/ast": "2.0.0-next.8"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/react": "^19.1.2",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@local/configs": "0.0.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"eslint": "^9.25.
|
|
58
|
+
"eslint": "^9.25.1",
|
|
59
59
|
"typescript": "^4.9.5 || ^5.4.5"
|
|
60
60
|
},
|
|
61
61
|
"peerDependenciesMeta": {
|