Skip to content

Conversation

@NathanWalker
Copy link
Contributor

  • Node.js built-in modules (e.g., node:url) are now resolved by creating in-memory polyfill modules, registered and reused in a virtual registry, instead of writing polyfill files to disk.
  • Added new tests to verify that built-in modules like node:url and optional modules are resolved correctly using the new in-memory approach.
  • The pathToFileURL polyfill now encodes paths more accurately by replacing %2F with /, ensuring correct URL formatting.

@simensBat
Copy link

This change helped me.

@NathanWalker NathanWalker merged commit f748751 into main Nov 25, 2025
8 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.

3 participants