feat(unstable): ability to use a local copy of jsr packages (#25068)

This commit is contained in:
David Sherret 2024-08-20 10:11:43 -04:00 committed by GitHub
parent 19bcb40059
commit f1c58ec041
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
45 changed files with 323 additions and 26 deletions

View file

@ -0,0 +1,3 @@
import { add } from "jsr:@denotest/add";
console.log(add(1, 2));