My use case: I want to import a package from a Deno workspace. It doesn't work:
- Simply specifying path to the package root or its deno.jsoncdeno.jsonc doesn't work - Consequently, Deno isn't aware of package's exportsexports and, more importantly, importsimports
I am using the same mental model that works with Cargo: just specify the path, and Cargo will resolve everything.