@typescript-eslint/typescript-estree
Advanced tools
Comparing version
{ | ||
"name": "@typescript-eslint/typescript-estree", | ||
"version": "8.32.2-alpha.8", | ||
"version": "8.32.2-alpha.9", | ||
"description": "A parser that converts TypeScript source code into an ESTree compatible form", | ||
@@ -47,12 +47,13 @@ "files": [ | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"//": "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/ coverage/", | ||
"format": "yarn run -T format", | ||
"lint": "yarn run -BT nx lint", | ||
"test": "vitest --run --config=$INIT_CWD/vitest.config.mts", | ||
"check-types": "yarn run -BT nx typecheck" | ||
"test": "yarn run -BT nx test", | ||
"typecheck": "yarn run -BT nx typecheck" | ||
}, | ||
"dependencies": { | ||
"@typescript-eslint/types": "8.32.2-alpha.8", | ||
"@typescript-eslint/visitor-keys": "8.32.2-alpha.8", | ||
"@typescript-eslint/types": "8.32.2-alpha.9", | ||
"@typescript-eslint/visitor-keys": "8.32.2-alpha.9", | ||
"debug": "^4.3.4", | ||
@@ -79,3 +80,9 @@ "fast-glob": "^3.3.2", | ||
"url": "https://opencollective.com/typescript-eslint" | ||
}, | ||
"nx": { | ||
"name": "typescript-estree", | ||
"includedScripts": [ | ||
"clean" | ||
] | ||
} | ||
} |
412141
0.04%+ Added
+ Added
- Removed
- Removed