Find a file
2019-02-21 20:22:44 -08:00
.github web design (#1728) 2019-02-11 17:41:13 -05:00
build@89b12c4642 Upgrade V8 to 7.4.98 (kKeep fix) (#1640) 2019-02-06 23:43:31 -05:00
build_extra remove unnecessary build opt (#1783) 2019-02-15 11:06:26 -05:00
js manual: add Deno.run example (#1811) 2019-02-21 15:52:35 -05:00
libdeno build: fix deps for deno_runtime_declaration 2019-02-18 23:04:59 -05:00
prebuilt Upgrade sccache binaries to 0.2.8 (#1576) 2019-01-26 02:49:14 -05:00
src build: fix deps for deno_runtime_declaration 2019-02-18 23:04:59 -05:00
tests Add window.location 2019-02-18 23:04:59 -05:00
third_party@42eb39c9b4 Add back typescript version number and add Deno.version object. (#1788) 2019-02-18 18:43:02 -05:00
tools Improve readme (#1822) 2019-02-21 20:22:44 -08:00
website Improve readme (#1822) 2019-02-21 20:22:44 -08:00
.appveyor.yml fix: improve formatting (#1732) 2019-02-11 12:57:26 -05:00
.editorconfig editorconfig: Don't insert final newline in .out files (#1686) 2019-02-07 11:31:49 -05:00
.gitattributes Add LSAN build to travis. 2018-12-03 15:31:06 -08:00
.gitignore Fix behavior for extensionless files with .mime file (#1779) 2019-02-15 11:05:29 -05:00
.gitmodules deno_net -> deno_std rename 2018-12-24 11:31:17 -05:00
.gn Turn on v8_postmortem_support (#1758) 2019-02-13 21:54:01 -05:00
.prettierignore Revert "Rewrite tools/format.py in deno (#1528)" (#1752) 2019-02-12 15:20:32 -05:00
.prettierrc.json tools/format: format markdown files with prettier 2018-10-04 02:02:23 -07:00
.rustfmt.toml Make rustfmt format macro bodies also 2019-02-08 20:06:21 -08:00
.travis.yml Revert "Rewrite tools/format.py in deno (#1528)" (#1752) 2019-02-12 15:20:32 -05:00
BUILD.gn remove global_eval.ts (#1813) 2019-02-19 21:42:19 -05:00
build.rs chore: update license lines (#1557) 2019-01-21 13:03:30 -06:00
build_overrides move v8 to third_party/v8 (#322) 2018-07-03 10:15:32 +02:00
buildtools move v8 to third_party/v8 (#322) 2018-07-03 10:15:32 +02:00
Cargo.lock v0.3.0 2019-02-18 23:22:41 -05:00
Cargo.toml v0.3.0 2019-02-18 23:22:41 -05:00
Docs.md web design (#1728) 2019-02-11 17:41:13 -05:00
gclient_config.py Upgrade V8 to 7.4.158 (#1767) 2019-02-13 14:23:17 -05:00
LICENSE Happy new year! 2019-01-02 02:37:08 +01:00
node_modules chore: reorganize symlinks 2018-07-06 01:57:32 -04:00
package.json Add back typescript version number and add Deno.version object. (#1788) 2019-02-18 18:43:02 -05:00
README.md Improve readme (#1822) 2019-02-21 20:22:44 -08:00
Releases.md v0.3.0 2019-02-18 23:22:41 -05:00
rollup.config.js Add back typescript version number and add Deno.version object. (#1788) 2019-02-18 18:43:02 -05:00
testing move v8 to third_party/v8 (#322) 2018-07-03 10:15:32 +02:00
tsconfig.json Add WebAssembly to runtime library (#1677) 2019-02-05 08:12:58 -05:00
tslint.json tslint: no-unused-variable is deprecated. 2018-10-04 00:25:55 -04:00

deno

Linux & Mac Windows

Deno is a browser-like command line program for executing JavaScript.

Deno aims to provide a productive and secure scripting environment for the modern programmer. It is built on top of V8, Rust, and TypeScript.

Please read the introduction for more specifics.

Website

Manual

Install

API Reference

Style Guide

Module Repository

Releases

Chat

More links