@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 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; /** Indicates the component is asynchronous */
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
@@ -879,8 +879,7 @@ const ComponentFlag = {
879
879
  PureComponent: 1n << 0n,
880
880
  CreateElement: 1n << 1n,
881
881
  Memo: 1n << 2n,
882
- ForwardRef: 1n << 3n,
883
- Async: 1n << 4n
882
+ ForwardRef: 1n << 3n
884
883
  };
885
884
 
886
885
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/core",
3
- "version": "2.7.5-next.5",
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.5",
39
- "@eslint-react/eff": "2.7.5-next.5",
40
- "@eslint-react/shared": "2.7.5-next.5",
41
- "@eslint-react/var": "2.7.5-next.5"
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",