A modern runtime for JavaScript and TypeScript.
Go to file
2019-08-13 14:51:15 -04:00
.github web design (#1728) 2019-02-11 17:41:13 -05:00
build@7b594236fb Upgrade V8 to 7.6.53 2019-04-29 19:56:16 -07:00
build_extra third_party: upgrade rust crates 2019-08-02 18:59:54 +02:00
cli Dynamic import should respect permissions (#2764) 2019-08-13 14:51:15 -04:00
core Dynamic import should respect permissions (#2764) 2019-08-13 14:51:15 -04:00
js Fix permission requirements for Deno.rename() and Deno.link() (#2737) 2019-08-13 09:39:01 -04:00
prebuilt Upload mac/sccache that doesn't link to openssl (#1929) 2019-03-14 18:49:41 -04:00
tests Dynamic import should respect permissions (#2764) 2019-08-13 14:51:15 -04:00
third_party@ddb37d7734 third_party: upgrade rust crates 2019-08-02 18:59:54 +02:00
tools Fix dynamic import base path problem for REPL and eval (#2757) 2019-08-09 16:33:59 -07:00
website manual: Edit note about V8 profiling (#2742) 2019-08-07 11:31:45 -04:00
.appveyor.yml Use system rustfmt instead of fixed binary (#2701) 2019-07-31 17:11:37 -04:00
.editorconfig editorconfig: Don't insert final newline in .out files (#1686) 2019-02-07 11:31:49 -05:00
.eslintignore Migrate from tslint to eslint for linting (#1905) 2019-03-09 12:30:38 -05:00
.eslintrc.json Support window.onload (#2643) 2019-07-16 00:19:26 -04:00
.gitattributes Typo fix (#2592) 2019-07-25 16:44:32 +00:00
.gitignore feat: default output filename for deno bundle (#2484) 2019-06-11 14:38:19 -04:00
.gitmodules Replace deno.land/x/std with deno.land/std (#1890) 2019-03-06 10:23:47 -05:00
.gn Upgrade v8 to 7.7.200 (#2624) 2019-07-09 14:03:06 -04:00
.prettierignore Revert "Rewrite tools/format.py in deno (#1528)" (#1752) 2019-02-12 15:20:32 -05:00
.prettierrc.json
.rustfmt.toml rustfmt: disable format_macro_bodies 2019-07-08 23:06:30 +02:00
.travis.yml Use system rustfmt instead of fixed binary (#2701) 2019-07-31 17:11:37 -04:00
.yarnclean Cleanup node_modules, update packages (#1894) 2019-03-07 08:53:56 -05:00
build_overrides
BUILD.gn hyper_hello should be in its own crate (#2641) 2019-07-15 14:00:27 -04:00
buildtools
Cargo.lock v0.14.0 2019-08-09 03:03:27 +02:00
Cargo.toml hyper_hello should be in its own crate (#2641) 2019-07-15 14:00:27 -04:00
gclient_config.py Upgrade v8 to 7.7.200 (#2624) 2019-07-09 14:03:06 -04:00
LICENSE
node_modules
package.json Handle compiler diagnostics in Rust (#2445) 2019-06-04 09:03:56 -04:00
README.md Website updates (#1984) 2019-03-22 11:34:47 -04:00
Releases.md v0.14.0 2019-08-09 03:03:27 +02:00
rollup.config.js Remove Deno.build.args feature (#2728) 2019-08-05 18:00:45 -04:00
testing
tsconfig.json Move //libdeno to //core/libdeno (#2015) 2019-03-30 14:45:36 -04:00

deno

A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.

Linux & Mac Windows

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