@typescript-eslint/typescript-estree
Advanced tools
Comparing version
@@ -413,2 +413,5 @@ "use strict"; | ||
function getTokenType(token) { | ||
if (token.kind === SyntaxKind.NullKeyword) { | ||
return ts_estree_1.AST_TOKEN_TYPES.Null; | ||
} | ||
let keywordKind; | ||
@@ -415,0 +418,0 @@ if (isAtLeast50 && token.kind === SyntaxKind.Identifier) { |
{ | ||
"name": "@typescript-eslint/typescript-estree", | ||
"version": "8.33.2-alpha.4", | ||
"version": "8.33.2-alpha.5", | ||
"description": "A parser that converts TypeScript source code into an ESTree compatible form", | ||
@@ -56,6 +56,6 @@ "files": [ | ||
"dependencies": { | ||
"@typescript-eslint/project-service": "8.33.2-alpha.4", | ||
"@typescript-eslint/tsconfig-utils": "8.33.2-alpha.4", | ||
"@typescript-eslint/types": "8.33.2-alpha.4", | ||
"@typescript-eslint/visitor-keys": "8.33.2-alpha.4", | ||
"@typescript-eslint/project-service": "8.33.2-alpha.5", | ||
"@typescript-eslint/tsconfig-utils": "8.33.2-alpha.5", | ||
"@typescript-eslint/types": "8.33.2-alpha.5", | ||
"@typescript-eslint/visitor-keys": "8.33.2-alpha.5", | ||
"debug": "^4.3.4", | ||
@@ -62,0 +62,0 @@ "fast-glob": "^3.3.2", |
Sorry, the diff of this file is not supported yet
400998
0.03%7487
0.04%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed