@typescript-eslint/typescript-estree
Advanced tools
Comparing version 1.9.1-alpha.2 to 1.9.1-alpha.3
@@ -455,3 +455,3 @@ import { AST_NODE_TYPES, AST_TOKEN_TYPES } from './ast-node-types'; | ||
shorthand: boolean; | ||
kind: 'init'; | ||
kind: 'init' | 'get' | 'set'; | ||
} | ||
@@ -458,0 +458,0 @@ export interface RestElement extends BaseNode { |
{ | ||
"name": "@typescript-eslint/typescript-estree", | ||
"version": "1.9.1-alpha.2+1a0e60b", | ||
"version": "1.9.1-alpha.3+8c8497c", | ||
"description": "A parser that converts TypeScript source code into an ESTree compatible form", | ||
@@ -45,5 +45,5 @@ "main": "dist/parser.js", | ||
"@babel/types": "^7.3.2", | ||
"@typescript-eslint/shared-fixtures": "1.9.1-alpha.2+1a0e60b" | ||
"@typescript-eslint/shared-fixtures": "1.9.1-alpha.3+8c8497c" | ||
}, | ||
"gitHead": "1a0e60ba8d8bdcd32c57676bc12a49323804c883" | ||
"gitHead": "8c8497ce2f1cf0dd5c9df91fe29415181c0d8096" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
389881