1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00
This commit is contained in:
rigwild 2021-02-11 20:14:23 +01:00 committed by GitHub
parent 723c99de8a
commit 46da7c6aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ It's built on V8, Rust, and Tokio.
formatter (`deno fmt`).
- Has
[a set of reviewed (audited) standard
modules](https://github.com/denoland/deno/tree/master/std) that are guaranteed
to work with Deno.
modules](https://github.com/denoland/deno_std) that are guaranteed to work
with Deno.
- Scripts can be bundled into a single JavaScript file.
## Philosophy