diff --git a/website/manual.md b/website/manual.md index e7adab0f00..cf14631081 100644 --- a/website/manual.md +++ b/website/manual.md @@ -62,16 +62,21 @@ Deno provides a set of reviewed - Be able to serve HTTP efficiently. ([Currently it is relatively slow.](https://deno.land/benchmarks.html#req-per-sec)) + + + - Provide useful tooling out of the box: - - dependency inspector (`deno info`) - - code formatter (`deno fmt`), - - bundling (`deno bundle`) - - runtime type info (`deno types`) - - test runner (`deno test`) - [not yet](https://github.com/denoland/deno_std/issues/193) - - command-line debugger (`--debug`) - [not yet](https://github.com/denoland/deno/issues/1120) - - linter (`deno lint`) [not yet](https://github.com/denoland/deno/issues/1880) + - dependency inspector (`deno info`) + - code formatter (`deno fmt`), + - bundling (`deno bundle`) + - runtime type info (`deno types`) + - test runner (`deno test`) + [not yet](https://github.com/denoland/deno_std/issues/193) + - command-line debugger (`--debug`) + [not yet](https://github.com/denoland/deno/issues/1120) + - linter (`deno lint`) [not yet](https://github.com/denoland/deno/issues/1880) + + ### Non-goals