i_use_arch_btw
I have a JSR Package: Can I Import it From My Filesystem Instead of jsr.io?
I wish Deno can resolve "path" dependencies in a similar way as Cargo does (or Elixir's Mix).
Without dealing with patches, just specify path to a Deno project and it will do the magic for you.
17 replies
Workspace-aware path imports
This does not address my issue, unfortunately.
I technically have 2 different workspaces. And I want to import package(s) from workspace A in workspace B, treating workspace A as a "black box".
As an experiment, I tried to define package of workspace A as a "member" in workspace B, and I got an error:
4 replies