@typescript-eslint/types 8.60.1-alpha.5 → 8.60.1-alpha.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/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/types",
|
|
3
|
-
"version": "8.60.1-alpha.
|
|
3
|
+
"version": "8.60.1-alpha.6",
|
|
4
4
|
"description": "Types for the TypeScript-ESTree AST spec",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"estree"
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
|
+
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
|
40
41
|
"@vitest/coverage-v8": "^4.0.18",
|
|
41
42
|
"eslint": "^10.0.0",
|
|
42
43
|
"rimraf": "^5.0.10",
|
|
@@ -84,7 +85,8 @@
|
|
|
84
85
|
"typescript-eslint:build",
|
|
85
86
|
"eslint-plugin-internal:build"
|
|
86
87
|
]
|
|
87
|
-
}
|
|
88
|
+
},
|
|
89
|
+
"typecheck:tsgo": {}
|
|
88
90
|
}
|
|
89
91
|
},
|
|
90
92
|
"scripts": {
|
|
@@ -95,6 +97,7 @@
|
|
|
95
97
|
"generate-lib": "pnpm -w exec nx run scope-manager:generate-lib",
|
|
96
98
|
"lint": "pnpm -w exec nx lint",
|
|
97
99
|
"test": "pnpm -w exec nx test",
|
|
98
|
-
"typecheck": "pnpm -w exec nx typecheck"
|
|
100
|
+
"typecheck": "pnpm -w exec nx typecheck",
|
|
101
|
+
"typecheck:tsgo": "pnpm -w exec nx typecheck:tsgo"
|
|
99
102
|
}
|
|
100
103
|
}
|