-
Notifications
You must be signed in to change notification settings - Fork 244
feat(template-parser)!: do not suppress parse errors by default #2255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(template-parser)!: do not suppress parse errors by default #2255
Conversation
View your CI Pipeline Execution ↗ for commit 9e1b757.
☁️ Nx Cloud last updated this comment at |
packages/eslint-plugin-template/docs/rules/prefer-self-closing-tags.md
Outdated
Show resolved
Hide resolved
packages/test-utils/src/convert-annotated-source-to-failure-case.ts
Outdated
Show resolved
Hide resolved
d8e14a0
to
6be5617
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next-major-release/v20 #2255 +/- ##
==========================================================
- Coverage 92.53% 92.10% -0.44%
==========================================================
Files 184 184
Lines 3726 3725 -1
Branches 836 835 -1
==========================================================
- Hits 3448 3431 -17
- Misses 215 231 +16
Partials 63 63
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
2eb1e9d
into
angular-eslint:next-major-release/v20
Thanks again for this, finally time to get it into the v20 branch! |
Fixes #1641
🚨 Breaking change 🚨
Template parse errors will now result in an error from ESLint.
Note: This is currently blocked by #2256.