@typescript-eslint/parser
Advanced tools
Comparing version
{ | ||
"name": "@typescript-eslint/parser", | ||
"version": "8.29.2-alpha.5", | ||
"version": "8.29.2-alpha.6", | ||
"description": "An ESLint custom parser which leverages TypeScript ESTree", | ||
@@ -8,3 +8,2 @@ "files": [ | ||
"!*.tsbuildinfo", | ||
"_ts4.3", | ||
"README.md", | ||
@@ -45,5 +44,4 @@ "LICENSE" | ||
"build": "tsc -b tsconfig.build.json", | ||
"postbuild": "downlevel-dts dist _ts4.3/dist --to=4.3", | ||
"clean": "tsc -b tsconfig.build.json --clean", | ||
"postclean": "rimraf dist/ _ts4.3/ coverage/", | ||
"postclean": "rimraf dist/ coverage/", | ||
"format": "prettier --write \"./**/*.{ts,mts,cts,tsx,js,mjs,cjs,jsx,json,md,css}\" --ignore-path ../../.prettierignore", | ||
@@ -59,6 +57,6 @@ "lint": "npx nx lint", | ||
"dependencies": { | ||
"@typescript-eslint/scope-manager": "8.29.2-alpha.5", | ||
"@typescript-eslint/types": "8.29.2-alpha.5", | ||
"@typescript-eslint/typescript-estree": "8.29.2-alpha.5", | ||
"@typescript-eslint/visitor-keys": "8.29.2-alpha.5", | ||
"@typescript-eslint/scope-manager": "8.29.2-alpha.6", | ||
"@typescript-eslint/types": "8.29.2-alpha.6", | ||
"@typescript-eslint/typescript-estree": "8.29.2-alpha.6", | ||
"@typescript-eslint/visitor-keys": "8.29.2-alpha.6", | ||
"debug": "^4.3.4" | ||
@@ -68,3 +66,2 @@ }, | ||
"@vitest/coverage-v8": "^3.1.1", | ||
"downlevel-dts": "*", | ||
"glob": "*", | ||
@@ -79,10 +76,3 @@ "prettier": "^3.2.5", | ||
"url": "https://opencollective.com/typescript-eslint" | ||
}, | ||
"typesVersions": { | ||
"<4.7": { | ||
"*": [ | ||
"_ts4.3/*" | ||
] | ||
} | ||
} | ||
} |
6
-14.29%14386
-1.33%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed