How to note require the node: prefix
I'm trying to see if I can run some part of our existing node codebase in deno for the jupyter compatability and at this point am down to this issue - our code doesn't use the
node:
specifier.
I am not looking to move everything over to Deno (big codebase, loads of devs, etc) just to use it as an alternate runtime for doing certain things.
I see mentions of node-compat mode in the past, and even more recent posts about how you can do this, and how it already happens within npm packages.
Can I actually do it within my code however? I no longer see any flags for it
0 Replies