@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": "20.0.0-beta.1", | ||
"version": "20.0.0", | ||
"description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide", | ||
@@ -21,7 +21,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@angular-eslint/bundled-angular-compiler": "20.0.0-beta.1", | ||
"@angular-eslint/utils": "20.0.0-beta.1" | ||
"@angular-eslint/bundled-angular-compiler": "20.0.0", | ||
"@angular-eslint/utils": "20.0.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-eslint/test-utils": "20.0.0-beta.1" | ||
"@angular-eslint/test-utils": "20.0.0" | ||
}, | ||
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1
-50%8
Infinity%218632
-4.19%144
-5.88%3760
-5.15%31
-8.82%269
-1.47%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated