#How to import relative JSR module from import map
1 messages · Page 1 of 1 (latest)
it should work, let me try
Strangely enough this works:
"imports": {
"@std/path": "jsr:@std/path/posix"
}
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
i guess they added all of the modules, so it works because of the barrel of exports.