Zicklag
I have a JSR Package: Can I Import it From My Filesystem Instead of jsr.io?
Trying that it tells me that it requires an unstable
npm-patch
flag because the lib I'm patching depends on an NPM package, and then if I add that flag and try to run the project it says:17 replies
I have a JSR Package: Can I Import it From My Filesystem Instead of jsr.io?
I.e. there's no way for me to add another package on my local filesystem as a dependency by specifying, for example, it's
jsr.json
file or deno.json
file, so that it properly handles the module exports, and import maps.17 replies
I have a JSR Package: Can I Import it From My Filesystem Instead of jsr.io?
I've tried just switching my imports map in the Roomy SDK to specify the
index.ts
of the package it's trying to import, the issue is that index.ts
imports loro-crdt
which is in its import map, and the import maps are not merged.17 replies