0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
A modern runtime for JavaScript and TypeScript. https://deno.com/
Find a file
2019-03-05 17:26:59 -05: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 third_party: upgrade rust crates 2019-02-27 10:24:22 -08:00
core Use deno_core::JSError in deno (#1855) 2019-02-28 16:19:04 -05:00
js Allow inspection and revocation of permissions (#1875) 2019-03-04 11:04:19 -05:00
libdeno use-snapshots build option for cross compile support. (#1852) 2019-03-04 18:09:35 -05:00
prebuilt Upgrade sccache binaries to 0.2.8 (#1576) 2019-01-26 02:49:14 -05:00
src fix snapshots in gn build (#1886) 2019-03-05 17:26:59 -05:00
tests Add import.meta.main (#1835) 2019-02-26 13:29:45 -05:00
third_party@7e697531c1 upgrade V8 to 7.4.238 (#1849) 2019-02-27 15:37:55 -05:00
tools tools/run_node: only create 'node_modules' symlink once 2019-03-04 21:01:52 -08:00
website tools: remove fix_symlinks() function 2019-03-04 21:01:52 -08:00
.appveyor.yml ci: upgrade git on appveyor to version v2.21.0.windows.1 2019-03-04 21:01:52 -08: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 Upgrade Node to v10 on Travis (#1850) 2019-02-27 15:28:45 -05:00
BUILD.gn Allow inspection and revocation of permissions (#1875) 2019-03-04 11:04:19 -05:00
build.rs fix snapshots in gn build (#1886) 2019-03-05 17:26:59 -05: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 Use deno_core::JSError in deno (#1855) 2019-02-28 16:19:04 -05:00
Cargo.toml Use deno_core::JSError in deno (#1855) 2019-02-28 16:19:04 -05:00
Docs.md web design (#1728) 2019-02-11 17:41:13 -05:00
gclient_config.py upgrade V8 to 7.4.238 (#1849) 2019-02-27 15:37:55 -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 tagline in README (#1881) 2019-03-04 21:01:32 -08:00
Releases.md v0.3.1 2019-02-27 16:20:10 -05:00
rollup.config.js Add Deno.version.gnArgs (#1845) 2019-03-01 19:33:28 -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 Removed comment from tslint.json (#1878) 2019-03-03 22:21:58 -08:00

deno

A secure JavaScript/TypeScript runtime 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