@typescript-eslint/scope-manager
Advanced tools
+8
-6
| { | ||
| "name": "@typescript-eslint/scope-manager", | ||
| "version": "8.64.1-alpha.4", | ||
| "version": "8.64.1-alpha.6", | ||
| "description": "TypeScript scope analyser for ESLint", | ||
@@ -37,4 +37,4 @@ "files": [ | ||
| "dependencies": { | ||
| "@typescript-eslint/visitor-keys": "8.64.1-alpha.4", | ||
| "@typescript-eslint/types": "8.64.1-alpha.4" | ||
| "@typescript-eslint/visitor-keys": "8.64.1-alpha.6", | ||
| "@typescript-eslint/types": "8.64.1-alpha.6" | ||
| }, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
| "vitest": "^4.0.18", | ||
| "@typescript-eslint/typescript-estree": "8.64.1-alpha.4" | ||
| "@typescript-eslint/typescript-estree": "8.64.1-alpha.6" | ||
| }, | ||
@@ -67,3 +67,4 @@ "funding": { | ||
| }, | ||
| "typecheck:tsgo": {} | ||
| "typecheck:tsgo": {}, | ||
| "attw-check": {} | ||
| } | ||
@@ -80,4 +81,5 @@ }, | ||
| "typecheck": "pnpm -w exec nx typecheck", | ||
| "typecheck:tsgo": "pnpm -w exec nx typecheck:tsgo" | ||
| "typecheck:tsgo": "pnpm -w exec nx typecheck:tsgo", | ||
| "attw-check": "pnpm -w exec nx attw-check" | ||
| } | ||
| } |
414072
0.02%+ Added
+ Added
- Removed
- Removed