@typescript-eslint/types
Advanced tools
Comparing version
{ | ||
"name": "@typescript-eslint/types", | ||
"version": "8.35.1", | ||
"version": "8.35.2-alpha.0", | ||
"description": "Types for the TypeScript-ESTree AST spec", | ||
@@ -40,8 +40,7 @@ "files": [ | ||
"scripts": { | ||
"//": "These package scripts are mostly here for convenience. Task running is handled by Nx at the root level.", | ||
"build": "yarn run -BT nx build", | ||
"clean": "rimraf dist/ src/generated/ coverage/", | ||
"copy-ast-spec": "tsx ./tools/copy-ast-spec.mts", | ||
"copy-ast-spec": "yarn run -BT nx copy-ast-spec", | ||
"format": "yarn run -T format", | ||
"generate-lib": "yarn run -BT nx run scope-manager:generate-lib", | ||
"generate-lib": "yarn run -BT nx generate-lib repo", | ||
"lint": "yarn run -BT nx lint", | ||
@@ -53,2 +52,3 @@ "test": "yarn run -BT nx test", | ||
"@vitest/coverage-v8": "^3.1.3", | ||
"eslint": "*", | ||
"rimraf": "*", | ||
@@ -75,13 +75,20 @@ "tsx": "*", | ||
"copy-ast-spec": { | ||
"command": "tsx ./tools/copy-ast-spec.mts", | ||
"cache": true, | ||
"command": "tsx tools/copy-ast-spec.mts", | ||
"dependsOn": [ | ||
"ast-spec:build" | ||
], | ||
"options": { | ||
"cwd": "{projectRoot}" | ||
}, | ||
"dependsOn": [ | ||
"ast-spec:build" | ||
], | ||
"outputs": [ | ||
"{projectRoot}/src/generated" | ||
], | ||
"cache": true | ||
] | ||
}, | ||
"lint": { | ||
"command": "eslint", | ||
"dependsOn": [ | ||
"typescript-eslint:build", | ||
"eslint-plugin-internal:build" | ||
] | ||
} | ||
@@ -88,0 +95,0 @@ } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
171489
0.03%6
20%1
Infinity%