You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, I realized I hadn't tried direct jsr: specifiers instead of using import maps. That doesn't work either, surprisingly. Huh.
Oooooh. Could it be Vitest Workspaces that's the issue; like, Deno isn't resolving the workspace members when they're imported from the root or something?
When importing
jsr:@std/fs
(or any other JSR package) into a file that gets consumed by Vitest, they aren't found.I'll try to make a minimal repro, but for now, lishaduck/effect-utils#6 is an example.
The text was updated successfully, but these errors were encountered: