@eslint-react/var 2.0.0-next.131 → 2.0.0-next.133
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 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { unit } from '@eslint-react/eff';
|
|
1
2
|
import { Scope, Variable } from '@typescript-eslint/scope-manager';
|
|
2
3
|
import { TSESTree } from '@typescript-eslint/types';
|
|
3
|
-
import { unit } from '@eslint-react/eff';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Get all variables from the given scope up to the global scope
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/var",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.133",
|
|
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": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@typescript-eslint/utils": "^8.39.1",
|
|
33
33
|
"string-ts": "^2.2.1",
|
|
34
34
|
"ts-pattern": "^5.8.0",
|
|
35
|
-
"@eslint-react/
|
|
36
|
-
"@eslint-react/
|
|
35
|
+
"@eslint-react/eff": "2.0.0-next.133",
|
|
36
|
+
"@eslint-react/ast": "2.0.0-next.133"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"tsup": "^8.5.0",
|