@eslint-react/var 2.7.5-next.1 → 2.7.5-next.10

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
@@ -60,7 +60,7 @@ type ObjectType = {
60
60
  reason: "call-expression" | "unsupported-node";
61
61
  };
62
62
  /**
63
- * Detects the ObjectType of a given node
63
+ * Detect the ObjectType of a given node
64
64
  * @param node The node to check
65
65
  * @param initialScope The initial scope to check for variable declarations
66
66
  * @returns The ObjectType of the node, or undefined if not detected
@@ -89,7 +89,7 @@ declare function isAssignmentTargetEqual(context: RuleContext, a: TSESTree.Node,
89
89
  //#endregion
90
90
  //#region src/is-node-value-equal.d.ts
91
91
  /**
92
- * Determines whether node value equals to another node value
92
+ * Determine whether node value equals to another node value
93
93
  * @param a node to compare
94
94
  * @param b node to compare
95
95
  * @param initialScopes initial scopes of the two nodes
package/dist/index.js CHANGED
@@ -143,7 +143,7 @@ function getChildScopes(scope) {
143
143
  //#endregion
144
144
  //#region src/get-object-type.ts
145
145
  /**
146
- * Detects the ObjectType of a given node
146
+ * Detect the ObjectType of a given node
147
147
  * @param node The node to check
148
148
  * @param initialScope The initial scope to check for variable declarations
149
149
  * @returns The ObjectType of the node, or undefined if not detected
@@ -220,7 +220,7 @@ const thisBlockTypes = [
220
220
  AST_NODE_TYPES.Program
221
221
  ];
222
222
  /**
223
- * Determines whether node value equals to another node value
223
+ * Determine whether node value equals to another node value
224
224
  * @param a node to compare
225
225
  * @param b node to compare
226
226
  * @param initialScopes initial scopes of the two nodes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/var",
3
- "version": "2.7.5-next.1",
3
+ "version": "2.7.5-next.10",
4
4
  "description": "ESLint React's TSESTree AST utility module for static analysis of variables.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -30,13 +30,13 @@
30
30
  "./package.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@typescript-eslint/scope-manager": "^8.53.1",
34
- "@typescript-eslint/types": "^8.53.1",
35
- "@typescript-eslint/utils": "^8.53.1",
33
+ "@typescript-eslint/scope-manager": "^8.54.0",
34
+ "@typescript-eslint/types": "^8.54.0",
35
+ "@typescript-eslint/utils": "^8.54.0",
36
36
  "ts-pattern": "^5.9.0",
37
- "@eslint-react/ast": "2.7.5-next.1",
38
- "@eslint-react/eff": "2.7.5-next.1",
39
- "@eslint-react/shared": "2.7.5-next.1"
37
+ "@eslint-react/ast": "2.7.5-next.10",
38
+ "@eslint-react/shared": "2.7.5-next.10",
39
+ "@eslint-react/eff": "2.7.5-next.10"
40
40
  },
41
41
  "devDependencies": {
42
42
  "tsdown": "^0.20.1",