@angular-eslint/template-parser
Advanced tools
Comparing version
@@ -47,2 +47,3 @@ "use strict"; | ||
LetDeclaration: ['value'], | ||
ParenthesizedExpression: ['expression'], | ||
}; | ||
@@ -226,5 +227,3 @@ function fallbackKeysFilter(key) { | ||
} | ||
// TODO: Investigate no longer suppressing parse errors by default in v19 | ||
const suppressParseErrors = options.suppressParseErrors ?? true; | ||
if (!suppressParseErrors && angularCompilerResult.errors?.length) { | ||
if (!options.suppressParseErrors && angularCompilerResult.errors?.length) { | ||
throw createTemplateParseError(angularCompilerResult.errors[0]); | ||
@@ -231,0 +230,0 @@ } |
{ | ||
"name": "@angular-eslint/template-parser", | ||
"version": "19.6.1-alpha.0", | ||
"version": "20.0.0-alpha.0", | ||
"description": "Angular Template parser for ESLint", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"eslint-scope": "^8.0.2", | ||
"@angular-eslint/bundled-angular-compiler": "19.6.1-alpha.0" | ||
"@angular-eslint/bundled-angular-compiler": "20.0.0-alpha.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
18454
-0.51%370
-0.27%+ Added
- Removed
Updated