Replies: 1 comment
-
No, these are treated as separate packages in Deno at the moment. The topic of deduplicating packages across registries came up a few times in internal discussions, but nothing more than that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I wonder how does package resolution work in Deno
let's use a real example of a package that's really cross-platform:
hono
so let's say there are imports
npm:hono@^4.6.0
andjsr:@hono/hono@^4.6.0
- is Deno smart enough to tell that these are the same packages?Beta Was this translation helpful? Give feedback.
All reactions