You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The library uses a couple Node.js built-in modules like fs, events, net, tls, stream and path. It would be great if their imports have node: prefix. The goal is to make it comparable with other runtimes like Cloudflare Workers (pending cloudflare/workerd#2217) and Deno. The changes required are minimal, but can widen the audience of the library.
The text was updated successfully, but these errors were encountered:
Describe the bug
The library uses a couple Node.js built-in modules like
fs
,events
,net
,tls
,stream
andpath
. It would be great if their imports havenode:
prefix. The goal is to make it comparable with other runtimes like Cloudflare Workers (pending cloudflare/workerd#2217) and Deno. The changes required are minimal, but can widen the audience of the library.The text was updated successfully, but these errors were encountered: