How to import relative JSR module from import map
Problem
I expect the following to work, but it does not:
Discussion
What are others doing in this scenario? Simply not using import maps?
6 Replies
it should work, let me try
Strangely enough this works:
Give it a try
I think that's because https://github.com/denoland/std/blob/main/path/posix/mod.ts exists, which unfortunately doesn't progress me. thx for suggesting
GitHub
std/path/posix/mod.ts at main · denoland/std
The Deno Standard Library. Contribute to denoland/std development by creating an account on GitHub.
I don't think you are right, there's no jsr entry for that
it's just the export
GitHub
std/path/deno.json at main · denoland/std
The Deno Standard Library. Contribute to denoland/std development by creating an account on GitHub.
i guess they added all of the modules, so it works because of the barrel of exports.
Yeah I see