@typescript-eslint/parser
Advanced tools
Comparing version 8.15.1-alpha.4 to 8.15.1-alpha.5
@@ -48,2 +48,4 @@ "use strict"; | ||
return ['es2023.full']; | ||
case typescript_1.ScriptTarget.ES2024: | ||
return ['es2024.full']; | ||
case typescript_1.ScriptTarget.ESNext: | ||
@@ -50,0 +52,0 @@ return ['esnext.full']; |
{ | ||
"name": "@typescript-eslint/parser", | ||
"version": "8.15.1-alpha.4", | ||
"version": "8.15.1-alpha.5", | ||
"description": "An ESLint custom parser which leverages TypeScript ESTree", | ||
@@ -55,6 +55,6 @@ "files": [ | ||
"dependencies": { | ||
"@typescript-eslint/scope-manager": "8.15.1-alpha.4", | ||
"@typescript-eslint/types": "8.15.1-alpha.4", | ||
"@typescript-eslint/typescript-estree": "8.15.1-alpha.4", | ||
"@typescript-eslint/visitor-keys": "8.15.1-alpha.4", | ||
"@typescript-eslint/scope-manager": "8.15.1-alpha.5", | ||
"@typescript-eslint/types": "8.15.1-alpha.5", | ||
"@typescript-eslint/typescript-estree": "8.15.1-alpha.5", | ||
"@typescript-eslint/visitor-keys": "8.15.1-alpha.5", | ||
"debug": "^4.3.4" | ||
@@ -61,0 +61,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19025
181
+ Added@typescript-eslint/scope-manager@8.15.1-alpha.5(transitive)
+ Added@typescript-eslint/types@8.15.1-alpha.5(transitive)
+ Added@typescript-eslint/typescript-estree@8.15.1-alpha.5(transitive)
+ Added@typescript-eslint/visitor-keys@8.15.1-alpha.5(transitive)
- Removed@typescript-eslint/scope-manager@8.15.1-alpha.4(transitive)
- Removed@typescript-eslint/types@8.15.1-alpha.4(transitive)
- Removed@typescript-eslint/typescript-estree@8.15.1-alpha.4(transitive)
- Removed@typescript-eslint/visitor-keys@8.15.1-alpha.4(transitive)