unenv
unenv copied to clipboard
Add polyfills for new `node:` modules
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?