1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
A modern runtime for JavaScript and TypeScript. https://deno.com/
Find a file
Ryan Dahl 72f9a2e20d
core: Abstract out Behavior from Isolate (#1904)
Move v8_set_flags and v8_version to core. (The idea is that src/ should
not depend on libdeno.rs anymore. This is a step towards that.)
2019-03-11 17:57:36 -04: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 core: Abstract out Behavior from Isolate (#1904) 2019-03-11 17:57:36 -04:00
js Add OSType enum (#1909) 2019-03-11 14:23:11 -04:00
libdeno Remove 'deno' builtin module (#1895) 2019-03-07 21:56:56 -05:00
prebuilt Upgrade sccache binaries to 0.2.8 (#1576) 2019-01-26 02:49:14 -05:00
src core: Abstract out Behavior from Isolate (#1904) 2019-03-11 17:57:36 -04:00
tests Migrate from tslint to eslint for linting (#1905) 2019-03-09 12:30:38 -05:00
third_party@01882836f1 Update to TypeScript 3.3 (#1908) 2019-03-11 10:53:18 -04:00
tools Update to TypeScript 3.3 (#1908) 2019-03-11 10:53:18 -04:00
website docs: package.ts -> deps.ts (#1903) 2019-03-08 13:10:14 -05: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
.eslintignore Migrate from tslint to eslint for linting (#1905) 2019-03-09 12:30:38 -05:00
.eslintrc.json Migrate from tslint to eslint for linting (#1905) 2019-03-09 12:30:38 -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 Replace deno.land/x/std with deno.land/std (#1890) 2019-03-06 10:23:47 -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 Add basic Arm64 build to CI (#1887) 2019-03-08 13:11:05 -05:00
.yarnclean Cleanup node_modules, update packages (#1894) 2019-03-07 08:53:56 -05:00
BUILD.gn Add basic Arm64 build to CI (#1887) 2019-03-08 13:11:05 -05:00
build.rs Add basic Arm64 build to CI (#1887) 2019-03-08 13:11:05 -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 v0.3.2 2019-03-06 21:22:48 -05:00
Cargo.toml v0.3.2 2019-03-06 21:22:48 -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 Update to TypeScript 3.3 (#1908) 2019-03-11 10:53:18 -04:00
README.md Improve tagline in README (#1881) 2019-03-04 21:01:32 -08:00
Releases.md v0.3.2 2019-03-06 21:22:48 -05:00
rollup.config.js Cleanup node_modules, update packages (#1894) 2019-03-07 08:53:56 -05:00
testing move v8 to third_party/v8 (#322) 2018-07-03 10:15:32 +02:00
tsconfig.json Update to TypeScript 3.3 (#1908) 2019-03-11 10:53:18 -04: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