Replies: 1 comment
-
Support for jsr could be added to the moduleloader the same way npm imports work, in theory It would be bring-your-own-module, the same way as node is |
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
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment, I am trying to figure out at which point deno_core/rustyscript need to be modified to allow imports like
import { assertEquals } from "jsr:@std/assert";
. In my project, it would be very beneficial to be able to import stuff fromjsr
but at the moment, I do not really understand a) how those imports are working and b) where the downloaded packages would be stored and aliased with a local path after downloading and thus caching them. Did anyone by any chances already do something similar or can describe me what I need to do?Beta Was this translation helpful? Give feedback.
All reactions