This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-28 16:20:57 -05:00
Code
Issues
Packages
1
Wiki
Activity
b61fd622a5
denoland-deno
/
tests
/
specs
/
jsr
/
module_graph
/
main.ts
4 lines
77 B
TypeScript
Raw
Normal View
History
Unescape
Escape
chore: add tests for moduleGraph2 (#23603) Also did some renames from underscores to hyphens
2024-04-29 14:09:58 -04:00
import
{
Test
}
from
"jsr:@denotest/module-graph"
;
feat(unstable): package manager (#20517) Adds an experimental unstable built-in package manager to Deno, but it is currently not usable because the registry infrastructure hasn't been setup and it points to a non-existent url by default. The default registry url can be configured via the `DENO_REGISTRY_URL` environment variable.
2023-09-18 10:46:44 -04:00
console
.
log
(
new
Test
(
)
)
;
Copy permalink