mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
adjust docs (#5598)
This commit is contained in:
parent
76ee5c7808
commit
88b24261ba
8 changed files with 21 additions and 21 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
Deno supports [import maps](https://github.com/WICG/import-maps).
|
||||
|
||||
You can use import map with the `--importmap=<FILE>` CLI flag.
|
||||
You can use import maps with the `--importmap=<FILE>` CLI flag.
|
||||
|
||||
Current limitations:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
## Proxies
|
||||
|
||||
Deno supports proxies for module downloads and `fetch` API.
|
||||
Deno supports proxies for module downloads and the Web standard `fetch` API.
|
||||
|
||||
Proxy configuration is read from environmental variables: `HTTP_PROXY` and
|
||||
`HTTPS_PROXY`.
|
||||
|
||||
In case of Windows if environmental variables are not found Deno falls back to
|
||||
In case of Windows, if environment variables are not found Deno falls back to
|
||||
reading proxies from registry.
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ comma to separate URLs
|
|||
|
||||
`--reload=https://deno.land/std/fs/copy.ts,https://deno.land/std/fmt/colors.ts`
|
||||
|
||||
<!-- Should this be part of examples? --
|
||||
<!-- Should this be part of examples? -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue