Created
May 2, 2025 17:10
-
-
Save lynsei/3c1e5a7a0fcdd7a13a1b5521a24cfb08 to your computer and use it in GitHub Desktop.
[deno patch modules] #deno #importmaps #patching
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"imports": { | |
"example/": "https://deno.land/x/example/" | |
}, | |
"scopes": { | |
"https://deno.land/x/example/": { | |
"https://deno.land/x/[email protected]/mod.ts": "./patched/mod.ts" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment