Skip to content

feat: better dev diagnostics and error messaging. - #51

Merged
knightedcodemonkey merged 4 commits into
mainfrom
bananas
Dec 26, 2025
Merged

feat: better dev diagnostics and error messaging.#51
knightedcodemonkey merged 4 commits into
mainfrom
bananas

Conversation

@knightedcodemonkey

Copy link
Copy Markdown
Owner

@codecov

codecov Bot commented Dec 26, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 86.69065% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.17%. Comparing base (dbe0fb9) to head (d3a2756).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/internal/template-diagnostics.ts 82.53% 8 Missing and 14 partials ⚠️
src/debug/diagnostics.ts 72.72% 3 Missing and 6 partials ⚠️
src/internal/dev-environment.ts 92.00% 0 Missing and 2 partials ⚠️
src/loader/jsx.ts 95.23% 0 Missing and 2 partials ⚠️
src/runtime/shared.ts 91.30% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #51      +/-   ##
==========================================
- Coverage   90.08%   89.17%   -0.92%     
==========================================
  Files          10       15       +5     
  Lines        1220     1459     +239     
  Branches      341      392      +51     
==========================================
+ Hits         1099     1301     +202     
- Misses         32       44      +12     
- Partials       89      114      +25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@knightedcodemonkey
knightedcodemonkey merged commit 9ce9172 into main Dec 26, 2025
5 checks passed
@knightedcodemonkey
knightedcodemonkey deleted the bananas branch December 26, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve Error Messages and Source Context for Template Literal JSX

1 participant