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
This allows mappings to also handle the jsr module.
awaitbuild({mappings: {"jsr:@luca/cases": {// If add `@jsr:registry=https://npm.jsr.io` to .npmrc,// it can import module `@luca/cases` as shown below// https://jsr.io/docs/npm-compatibility#advanced-setupname: "@jsr/luca__cases",},},});
The text was updated successfully, but these errors were encountered:
But now that I want to migrate my midjourney client that use x/logger, I have to hot replace my dependency to keep my dnt script working so the package is available using:
Deno can use modules that exist in the JSR registry as follows:
For this purpose,
dnt
should return paths starting withjsr:
as the are.This allows
mappings
to also handle the jsr module.The text was updated successfully, but these errors were encountered: