@eslint-react/core 2.7.5-next.5 → 2.7.5-next.6
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.ts +1 -2
- package/dist/index.js +1 -2
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -157,8 +157,7 @@ declare const ComponentFlag: {
|
|
|
157
157
|
PureComponent: bigint; /** Indicates the component creates elements using `createElement` instead of JSX */
|
|
158
158
|
CreateElement: bigint; /** Indicates the component is memoized (e.g., React.memo) */
|
|
159
159
|
Memo: bigint; /** Indicates the component forwards a ref (e.g., React.forwardRef) */
|
|
160
|
-
ForwardRef: bigint;
|
|
161
|
-
Async: bigint;
|
|
160
|
+
ForwardRef: bigint;
|
|
162
161
|
};
|
|
163
162
|
//#endregion
|
|
164
163
|
//#region src/component/component-semantic-node.d.ts
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/core",
|
|
3
|
-
"version": "2.7.5-next.
|
|
3
|
+
"version": "2.7.5-next.6",
|
|
4
4
|
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
|
|
5
5
|
"homepage": "https://github.com/Rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"@typescript-eslint/utils": "^8.54.0",
|
|
36
36
|
"birecord": "^0.1.1",
|
|
37
37
|
"ts-pattern": "^5.9.0",
|
|
38
|
-
"@eslint-react/ast": "2.7.5-next.
|
|
39
|
-
"@eslint-react/eff": "2.7.5-next.
|
|
40
|
-
"@eslint-react/
|
|
41
|
-
"@eslint-react/
|
|
38
|
+
"@eslint-react/ast": "2.7.5-next.6",
|
|
39
|
+
"@eslint-react/eff": "2.7.5-next.6",
|
|
40
|
+
"@eslint-react/var": "2.7.5-next.6",
|
|
41
|
+
"@eslint-react/shared": "2.7.5-next.6"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"tsdown": "^0.20.1",
|