In a deno/npm hybrid monorepo, what are the options for importing a deno member from a npm member?
Hi, we're just looking into deno as a potential solution to simplify our typescript monorepo/npm workspace.
Suppose have two members of a hybrid deno workspace/npm monorepo: - Member A (a deno member, i.e. with it's own deno.json) - Member B (a npm workspace/"member", i.e with it's own package.json)
Suppose we'd like to import Member A into Member B. i.e. we want to use the deno member as a library in the npm "member"...
What are the current options for this?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.