@eslint-react/jsx 1.26.3-beta.3 → 1.26.3-beta.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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +5 -5
package/dist/index.d.mts
CHANGED
|
@@ -66,7 +66,7 @@ declare const JSXValueHint: {
|
|
|
66
66
|
};
|
|
67
67
|
declare const DEFAULT_JSX_VALUE_HINT: bigint;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* Heuristic decision to determine if a node is a JSX value
|
|
70
70
|
* @param node The AST node to check
|
|
71
71
|
* @param jsxCtx The requirements for the check
|
|
72
72
|
* @param jsxCtx.getScope The function to get the scope of a node
|
package/dist/index.d.ts
CHANGED
|
@@ -66,7 +66,7 @@ declare const JSXValueHint: {
|
|
|
66
66
|
};
|
|
67
67
|
declare const DEFAULT_JSX_VALUE_HINT: bigint;
|
|
68
68
|
/**
|
|
69
|
-
*
|
|
69
|
+
* Heuristic decision to determine if a node is a JSX value
|
|
70
70
|
* @param node The AST node to check
|
|
71
71
|
* @param jsxCtx The requirements for the check
|
|
72
72
|
* @param jsxCtx.getScope The function to get the scope of a node
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/jsx",
|
|
3
|
-
"version": "1.26.3-beta.
|
|
3
|
+
"version": "1.26.3-beta.4",
|
|
4
4
|
"description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
|
|
5
5
|
"homepage": "https://github.com/Rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"@typescript-eslint/types": "^8.23.0",
|
|
40
40
|
"@typescript-eslint/utils": "^8.23.0",
|
|
41
41
|
"ts-pattern": "^5.6.2",
|
|
42
|
-
"@eslint-react/ast": "1.26.3-beta.
|
|
43
|
-
"@eslint-react/var": "1.26.3-beta.
|
|
44
|
-
"@eslint-react/eff": "1.26.3-beta.
|
|
42
|
+
"@eslint-react/ast": "1.26.3-beta.4",
|
|
43
|
+
"@eslint-react/var": "1.26.3-beta.4",
|
|
44
|
+
"@eslint-react/eff": "1.26.3-beta.4"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"tsup": "^8.3.6",
|
|
48
|
-
"@
|
|
48
|
+
"@local/configs": "0.0.0"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"bun": ">=1.0.15",
|