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-24 15:19:26 -05:00
Code
Issues
Packages
1
Wiki
Activity
3e98ea4e69
denoland-deno
/
tests
/
specs
/
jsr
/
deps
/
main.ts
4 lines
61 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix: improve `deno doc --lint` error messages (#21156) This also updates deno_graph, which has the JSR change to use "exports". It's not yet useful atm, so I've made this PR a fix about the deno doc --lint error message improvements. I'll do a follow-up PR that adds exports to the deno.json
2023-11-10 13:40:39 -05:00
import
value
from
"jsr:@denotest/deps"
;
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
(
value
)
;
Copy permalink