unenv icon indicating copy to clipboard operation
unenv copied to clipboard

Add polyfills for new `node:` modules

Open pi0 opened this issue 10 months ago • 0 comments

Describe the feature

Some new modules are not listed as builtinModules and require mandatory node: prefix. unenv does not have polyfills for them currently.

Docs: https://nodejs.org/api/modules.html#built-in-modules-with-mandatory-node-prefix

List:

node:sea node:sqlite node:test node:test/reporters

Additional information

  • [ ] Would you be willing to help implement this feature?

pi0 avatar Feb 27 '25 00:02 pi0