mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat(unstable): ability to use a local copy of jsr packages (#25068)
This commit is contained in:
parent
19bcb40059
commit
f1c58ec041
45 changed files with 323 additions and 26 deletions
3
tests/specs/compile/patch/main/main.ts
Normal file
3
tests/specs/compile/patch/main/main.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { add } from "jsr:@denotest/add";
|
||||
|
||||
console.log(add(1, 2));
|
Loading…
Add table
Add a link
Reference in a new issue