Deno
Deno is a JavaScript/TypeScript runtime with secure defaults and a great developer experience. It's built on V8, Rust, and Tokio.
- Secure by default. No file, network, or environment access (unless explicitly enabled).
- Supports TypeScript out of the box.
- Ships a single executable (deno).
- Has built in utilities like a dependency inspector (deno info) and a code formatter (deno fmt).
- Has a set of reviewed (audited) standard modules that are guaranteed to work with Deno.
- Scripts can be bundled into a single javascript file.
Here are 1,401 public repositories matching this topic...
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Sep 16, 2020 - TypeScript
Summary
What: Add --with-react optional flag when --web-app is used.
Why: Currently, we can call the create_app.ts script with --web-app --with-vue. It would be nice to have --web-app --with-react. The --with-vue option creates all necessary directories and files needed to run a Drash server with a Vue front-end. Seee how --web-app --with-vue works to figure out how `--web-a
Not sure if this is the correct way to do it, but I wanted to save a cache script I could easily run.
"cache": {
"desc": "Cache versions and update lock file",
"cmd": "deno cache server.ts --lock-write",
"lock": "./lock.json"
}
The result however when running denon cache is an endless loop instead of just executing it once, looks like this:


there are many exported functions in standard library but some functions' JSDocs are missing
here is the list of ts files that need to be updated
encoding/hex.tsencoding/toml.tsfmt/colors.tsfmt/printf.tsfs/walk.tshttp/file_server.tsio/streams.tsio/util.tslog/mod.tsnode/querystring