#Sharing code between deno and node runtimes
2 messages · Page 1 of 1 (latest)
2 messages · Page 1 of 1 (latest)
Hi,
I have a set of code that needs to be shared between deno and regular nodejs. This code has a dependency on external lib while sitting on the same project tree. The issue that deno will require a npm: prefix on dependencies. Is there a way to workaround this?
Best