@angular-eslint/template-parser
Advanced tools
Comparing version
@@ -19,3 +19,3 @@ "use strict"; | ||
function convertElementSourceSpanToLoc(context, node) { | ||
if (node.type !== 'Element$1') { | ||
if (node.type !== 'Element') { | ||
// We explicitly throw an exception since this function should not be used | ||
@@ -22,0 +22,0 @@ // with non-element nodes, e.g. `TextAttribute` or `MethodDefinition`, etc. |
@@ -19,4 +19,4 @@ "use strict"; | ||
Conditional: ['condition', 'trueExp', 'falseExp'], | ||
Element$1: ['children', 'inputs', 'outputs', 'attributes'], | ||
Interpolation$1: ['expressions'], | ||
Element: ['children', 'inputs', 'outputs', 'attributes'], | ||
Interpolation: ['expressions'], | ||
PrefixNot: ['expression'], | ||
@@ -47,3 +47,3 @@ Program: ['templateNodes'], | ||
Content: ['children'], | ||
LetDeclaration$1: ['value'], | ||
LetDeclaration: ['value'], | ||
}; | ||
@@ -50,0 +50,0 @@ function fallbackKeysFilter(key) { |
{ | ||
"name": "@angular-eslint/template-parser", | ||
"version": "19.2.2-alpha.4", | ||
"version": "19.2.2-alpha.5", | ||
"description": "Angular Template parser for ESLint", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"eslint-scope": "^8.0.2", | ||
"@angular-eslint/bundled-angular-compiler": "19.2.2-alpha.4" | ||
"@angular-eslint/bundled-angular-compiler": "19.2.2-alpha.5" | ||
}, | ||
@@ -25,0 +25,0 @@ "peerDependencies": { |
18812
-0.04%19
-5%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated