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?
import { basename } from "@std/path/posix/basename"; // nope!{
"imports": {
"@std/path/": "jsr:@std/path/posix/",
}
}