eslint-plugin-react-rsc 2.9.4 → 2.9.5-beta.1

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/README.md CHANGED
@@ -21,7 +21,7 @@ export default defineConfig(
21
21
  extends: [
22
22
  js.configs.recommended,
23
23
  tseslint.configs.recommended,
24
- // Add this plugin's config below js/tseslint configs
24
+ // Add configs from eslint-plugin-react-rsc
25
25
  rsc.configs.recommended,
26
26
  ],
27
27
  rules: {
package/dist/index.js CHANGED
@@ -4,9 +4,9 @@ import { findVariable, getVariableDefinitionNode } from "@eslint-react/var";
4
4
  import { AST_NODE_TYPES } from "@typescript-eslint/types";
5
5
  import { ESLintUtils } from "@typescript-eslint/utils";
6
6
 
7
- //#region rolldown:runtime
7
+ //#region \0rolldown/runtime.js
8
8
  var __defProp = Object.defineProperty;
9
- var __exportAll = (all, symbols) => {
9
+ var __exportAll = (all, no_symbols) => {
10
10
  let target = {};
11
11
  for (var name in all) {
12
12
  __defProp(target, name, {
@@ -14,7 +14,7 @@ var __exportAll = (all, symbols) => {
14
14
  enumerable: true
15
15
  });
16
16
  }
17
- if (symbols) {
17
+ if (!no_symbols) {
18
18
  __defProp(target, Symbol.toStringTag, { value: "Module" });
19
19
  }
20
20
  return target;
@@ -32,7 +32,7 @@ const rules$4 = { "react-rsc/function-definition": "off" };
32
32
  //#endregion
33
33
  //#region package.json
34
34
  var name$4 = "eslint-plugin-react-rsc";
35
- var version = "2.9.4";
35
+ var version = "2.9.5-beta.1";
36
36
 
37
37
  //#endregion
38
38
  //#region src/utils/create-rule.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-react-rsc",
3
- "version": "2.9.4",
3
+ "version": "2.9.5-beta.1",
4
4
  "description": "ESLint React's ESLint plugin for RSC related rules.",
5
5
  "keywords": [
6
6
  "react",
@@ -40,14 +40,14 @@
40
40
  "@typescript-eslint/types": "^8.54.0",
41
41
  "@typescript-eslint/utils": "^8.54.0",
42
42
  "ts-pattern": "^5.9.0",
43
- "@eslint-react/ast": "2.9.4",
44
- "@eslint-react/shared": "2.9.4",
45
- "@eslint-react/var": "2.9.4"
43
+ "@eslint-react/ast": "2.9.5-beta.1",
44
+ "@eslint-react/var": "2.9.5-beta.1",
45
+ "@eslint-react/shared": "2.9.5-beta.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@types/react": "^19.2.10",
48
+ "@types/react": "^19.2.13",
49
49
  "@types/react-dom": "^19.2.3",
50
- "tsdown": "^0.20.1",
50
+ "tsdown": "^0.20.3",
51
51
  "@local/configs": "0.0.0"
52
52
  },
53
53
  "peerDependencies": {