mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
docs(README): link built in utilities (#12405)
This commit is contained in:
parent
783b4da48a
commit
c343dec3d5
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ Deno is a _simple_, _modern_ and _secure_ runtime for **JavaScript** and
|
||||||
enabled.
|
enabled.
|
||||||
- Supports TypeScript out of the box.
|
- Supports TypeScript out of the box.
|
||||||
- Ships only a single executable file.
|
- Ships only a single executable file.
|
||||||
- Built-in utilities like a dependency inspector (deno info) and a code
|
- [Built-in utilities.](https://deno.land/manual/tools#built-in-tooling)
|
||||||
formatter (deno fmt).
|
|
||||||
- Set of reviewed standard modules that are guaranteed to work with
|
- Set of reviewed standard modules that are guaranteed to work with
|
||||||
[Deno](https://deno.land/std/).
|
[Deno](https://deno.land/std/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue