@typescript-eslint/typescript-estree
Advanced tools
Comparing version 1.11.1-alpha.8 to 1.11.1-alpha.9
@@ -420,2 +420,3 @@ "use strict"; | ||
case SyntaxKind.ModuleKeyword: | ||
case SyntaxKind.AsyncKeyword: | ||
return ts_estree_1.AST_TOKEN_TYPES.Identifier; | ||
@@ -487,3 +488,6 @@ default: | ||
? token.getFullStart() | ||
: token.getStart(ast), end = token.getEnd(), value = ast.text.slice(start, end), newToken = { | ||
: token.getStart(ast); | ||
const end = token.getEnd(); | ||
const value = ast.text.slice(start, end); | ||
const newToken = { | ||
type: getTokenType(token), | ||
@@ -490,0 +494,0 @@ value, |
{ | ||
"name": "@typescript-eslint/typescript-estree", | ||
"version": "1.11.1-alpha.8+af70a59", | ||
"version": "1.11.1-alpha.9+6de19d3", | ||
"description": "A parser that converts TypeScript source code into an ESTree compatible form", | ||
@@ -49,5 +49,5 @@ "main": "dist/parser.js", | ||
"@babel/types": "^7.3.2", | ||
"@typescript-eslint/shared-fixtures": "1.11.1-alpha.8+af70a59" | ||
"@typescript-eslint/shared-fixtures": "1.11.1-alpha.9+6de19d3" | ||
}, | ||
"gitHead": "af70a5932f8032cde13f4a0c98d6657cdb40b441" | ||
"gitHead": "6de19d3357706903c0ba7a73ef35aac6bfe048e7" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
394653
5252