Skip to content

Conversation

@martijnrusschen
Copy link
Member

Source maps now embed the original TypeScript source content directly, preventing Webpack's source-map-loader from throwing warnings about missing source files when consuming the package.

Fixes #5549

Source maps now embed the original TypeScript source content directly,
preventing Webpack's source-map-loader from throwing warnings about
missing source files when consuming the package.

Fixes #5549

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.23%. Comparing base (69da2fe) to head (a37701d).
⚠️ Report is 36 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6112   +/-   ##
=======================================
  Coverage   99.23%   99.23%           
=======================================
  Files          30       30           
  Lines        3653     3653           
  Branches     1577     1561   -16     
=======================================
  Hits         3625     3625           
  Misses         27       27           
  Partials        1        1           

☔ 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.

@martijnrusschen martijnrusschen merged commit 2ddeacb into main Dec 8, 2025
6 checks passed
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.

Compiled with a lot of warnings

2 participants