@angular-eslint/eslint-plugin
Advanced tools
Comparing version
@@ -30,2 +30,8 @@ "use strict"; | ||
} | ||
// Check if this identifier is the property in a MemberExpression that's being called | ||
if (node.parent.type === utils_1.AST_NODE_TYPES.MemberExpression && | ||
node.parent.property === node && | ||
node.parent.parent?.type === utils_1.AST_NODE_TYPES.CallExpression) { | ||
return; | ||
} | ||
const type = services.getTypeAtLocation(node); | ||
@@ -32,0 +38,0 @@ const identifierType = type.getSymbol()?.name; |
{ | ||
"name": "@angular-eslint/eslint-plugin", | ||
"version": "19.7.1-alpha.0", | ||
"version": "19.7.1-alpha.1", | ||
"description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide", | ||
@@ -21,7 +21,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@angular-eslint/bundled-angular-compiler": "19.7.1-alpha.0", | ||
"@angular-eslint/utils": "19.7.1-alpha.0" | ||
"@angular-eslint/utils": "19.7.1-alpha.1", | ||
"@angular-eslint/bundled-angular-compiler": "19.7.1-alpha.1" | ||
}, | ||
"devDependencies": { | ||
"@angular-eslint/test-utils": "19.7.1-alpha.0" | ||
"@angular-eslint/test-utils": "19.7.1-alpha.1" | ||
}, | ||
@@ -28,0 +28,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
217463
0.17%3719
0.16%+ Added
+ Added
- Removed
- Removed
Updated