@angular-eslint/template-parser
Advanced tools
Comparing version
@@ -47,3 +47,2 @@ "use strict"; | ||
LetDeclaration: ['value'], | ||
ParenthesizedExpression: ['expression'], | ||
}; | ||
@@ -227,3 +226,5 @@ function fallbackKeysFilter(key) { | ||
} | ||
if (!options.suppressParseErrors && angularCompilerResult.errors?.length) { | ||
// TODO: Investigate no longer suppressing parse errors by default in v19 | ||
const suppressParseErrors = options.suppressParseErrors ?? true; | ||
if (!suppressParseErrors && angularCompilerResult.errors?.length) { | ||
throw createTemplateParseError(angularCompilerResult.errors[0]); | ||
@@ -230,0 +231,0 @@ } |
{ | ||
"name": "@angular-eslint/template-parser", | ||
"version": "19.8.1-alpha.1", | ||
"version": "19.8.1", | ||
"description": "Angular Template parser for ESLint", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"eslint-scope": "^8.0.2", | ||
"@angular-eslint/bundled-angular-compiler": "19.8.1-alpha.1" | ||
"@angular-eslint/bundled-angular-compiler": "19.8.1" | ||
}, | ||
@@ -25,0 +25,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
18532
0.42%371
0.27%1
-50%+ Added
- Removed