Skip to content

Conversation

@codersjj
Copy link

Updated the documentation to clarify that native Node.js ESM users should use the /lib path with a .js extension. The /es directory contains source code without file extensions in its internal imports, which causes ERR_MODULE_NOT_FOUND in native Node.js environments (as they don't perform automatic extension resolution).

@codecov
Copy link

codecov bot commented Dec 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (784e52a) to head (fb8838d).

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #2642   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          114       114           
  Lines         2572      2572           
  Branches       651       651           
=========================================
  Hits          2572      2572           

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

@WikiRik
Copy link
Member

WikiRik commented Dec 20, 2025

We should add tests for this as well, right? So we don't,t accidentally break this behaviour

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.

2 participants