@typescript-eslint/scope-manager
Advanced tools
Comparing version 4.0.0-alpha.0 to 4.0.0-alpha.1
@@ -31,3 +31,3 @@ import { Lib, TSESTree } from '@typescript-eslint/types'; | ||
protected BreakStatement(): void; | ||
protected CallExpression(node: TSESTree.CallExpression | TSESTree.OptionalCallExpression): void; | ||
protected CallExpression(node: TSESTree.CallExpression): void; | ||
protected CatchClause(node: TSESTree.CatchClause): void; | ||
@@ -49,8 +49,6 @@ protected ClassExpression(node: TSESTree.ClassExpression): void; | ||
protected LabeledStatement(node: TSESTree.LabeledStatement): void; | ||
protected MemberExpression(node: TSESTree.MemberExpression | TSESTree.OptionalMemberExpression): void; | ||
protected MemberExpression(node: TSESTree.MemberExpression): void; | ||
protected MetaProperty(): void; | ||
protected MethodDefinition(node: TSESTree.MethodDefinition): void; | ||
protected NewExpression(node: TSESTree.NewExpression): void; | ||
protected OptionalCallExpression(node: TSESTree.OptionalCallExpression): void; | ||
protected OptionalMemberExpression(node: TSESTree.OptionalMemberExpression): void; | ||
protected Program(node: TSESTree.Program): void; | ||
@@ -57,0 +55,0 @@ protected Property(node: TSESTree.Property): void; |
@@ -345,8 +345,2 @@ "use strict"; | ||
} | ||
OptionalCallExpression(node) { | ||
this.CallExpression(node); | ||
} | ||
OptionalMemberExpression(node) { | ||
this.MemberExpression(node); | ||
} | ||
Program(node) { | ||
@@ -353,0 +347,0 @@ const globalScope = this.scopeManager.nestGlobalScope(node); |
{ | ||
"name": "@typescript-eslint/scope-manager", | ||
"version": "4.0.0-alpha.0+2edbca38", | ||
"version": "4.0.0-alpha.1+abb0617e", | ||
"description": "TypeScript scope analyser for ESLint", | ||
@@ -42,7 +42,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@typescript-eslint/types": "4.0.0-alpha.0+2edbca38", | ||
"@typescript-eslint/visitor-keys": "4.0.0-alpha.0+2edbca38" | ||
"@typescript-eslint/types": "4.0.0-alpha.1+abb0617e", | ||
"@typescript-eslint/visitor-keys": "4.0.0-alpha.1+abb0617e" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/typescript-estree": "4.0.0-alpha.0+2edbca38", | ||
"@typescript-eslint/typescript-estree": "4.0.0-alpha.1+abb0617e", | ||
"glob": "*", | ||
@@ -67,3 +67,3 @@ "jest-specific-snapshot": "*", | ||
}, | ||
"gitHead": "2edbca380bd8f317cd96bac0df5030ddcd14a6af" | ||
"gitHead": "abb0617e7cda636064193c65c73f8f8c08d8cb56" | ||
} |
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
1025482
18621