Sloppy imports on remote?
Is there any way to enable sloppy imports for the own imports on a remote (such as GitHub?). Trying to use some node code on deno, yet imports cannot be resolved since they're missing the extension.
1 Reply
Sloppy imports only work for local files, probing for various extensions in remote files is not really feasible