Replies: 2 comments
-
This was covered in #10566 (reply in thread):
|
Beta Was this translation helpful? Give feedback.
-
for me supporting Npm in Deno isn't a concern. If a package that's in Npm can run in Deno, you can link the package from Skypack or esm.sh that's what I do when I use Firebase JS SDK, Notion Client & GraphQL Yoga. https://esm.sh/ |
Beta Was this translation helpful? Give feedback.
-
let us do a assume...
npm cli can know current workspace is deno project or nodejs project
npm cli can auto install deno module or nodejs module
so
every developer can publish their module in npm easily support nodejs or deno
npm ecosystem is really big importance.
Beta Was this translation helpful? Give feedback.
All reactions