@typescript-eslint/scope-manager
Advanced tools
Comparing version 3.8.1-alpha.0 to 3.8.1-alpha.1
@@ -21,2 +21,3 @@ import { TSESTree } from '@typescript-eslint/types'; | ||
protected TSMethodSignature(node: TSESTree.TSMethodSignature): void; | ||
protected TSNamedTupleMember(node: TSESTree.TSNamedTupleMember): void; | ||
protected TSPropertySignature(node: TSESTree.TSPropertySignature): void; | ||
@@ -23,0 +24,0 @@ protected TSQualifiedName(node: TSESTree.TSQualifiedName): void; |
@@ -119,2 +119,6 @@ "use strict"; | ||
} | ||
TSNamedTupleMember(node) { | ||
this.visit(node.elementType); | ||
// we don't visit the label as the label only exists for the purposes of documentation | ||
} | ||
TSPropertySignature(node) { | ||
@@ -121,0 +125,0 @@ this.visitPropertyKey(node); |
{ | ||
"name": "@typescript-eslint/scope-manager", | ||
"version": "3.8.1-alpha.0+522277d7", | ||
"version": "3.8.1-alpha.1+00d84ffb", | ||
"description": "TypeScript scope analyser for ESLint", | ||
@@ -42,7 +42,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@typescript-eslint/types": "3.8.1-alpha.0+522277d7", | ||
"@typescript-eslint/visitor-keys": "3.8.1-alpha.0+522277d7" | ||
"@typescript-eslint/types": "3.8.1-alpha.1+00d84ffb", | ||
"@typescript-eslint/visitor-keys": "3.8.1-alpha.1+00d84ffb" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/typescript-estree": "3.8.1-alpha.0+522277d7", | ||
"@typescript-eslint/typescript-estree": "3.8.1-alpha.1+00d84ffb", | ||
"glob": "*", | ||
@@ -67,3 +67,3 @@ "jest-specific-snapshot": "*", | ||
}, | ||
"gitHead": "522277d74d15467b9a1ec29fcd0f4eec0b0aaa9d" | ||
"gitHead": "00d84ffbcbe9d0ec98bdb2f2ce59959a27ce4dbe" | ||
} |
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
1026802
18634