1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 09:39:08 -05:00
A modern runtime for JavaScript and TypeScript. https://deno.com/
Find a file
Ryan Dahl d43b43ca78
Refactor snapshot build (#2825)
Instead of using core/snapshot_creator.rs, instead two crates are
introduced which allow building the snapshot during build.rs.

Rollup is removed and replaced with our own bundler. This removes
the Node build dependency. Modules in //js now use Deno-style imports
with file extensions, rather than Node style extensionless imports.

This improves incremental build time when changes are made to //js files
by about 40 seconds.
2019-09-02 17:07:11 -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/rust third_party: add 'reqwest' crate and dependencies 2019-08-30 14:47:48 -07:00
cli Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
cli_snapshots Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
core Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
deno_typescript Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
js Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
prebuilt Upload mac/sccache that doesn't link to openssl (#1929) 2019-03-14 18:49:41 -04:00
tests Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
third_party@2f1a94bafe Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
tools Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
website Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
.appveyor.yml Refactor snapshot build (#2825) 2019-09-02 17:07:11 -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 tools/format: format markdown files with prettier 2018-10-04 02:02:23 -07:00
.rustfmt.toml rustfmt: disable format_macro_bodies 2019-07-08 23:06:30 +02:00
.travis.yml Upgrade to rust 1.37.0 (#2786) 2019-08-16 20:49:00 -04:00
.yarnclean Cleanup node_modules, update packages (#1894) 2019-03-07 08:53:56 -05:00
BUILD.gn hyper_hello should be in its own crate (#2641) 2019-07-15 14:00:27 -04: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 Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
Cargo.toml Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
CONTRIBUTING.md doc: add CONTRIBUTING.md (#2813) 2019-08-24 08:42:29 -07:00
gclient_config.py Remove flatbuffers (#2818) 2019-08-26 17:02:34 -04: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 Refactor snapshot build (#2825) 2019-09-02 17:07:11 -04:00
README.md Website updates (#1984) 2019-03-22 11:34:47 -04:00
Releases.md Update 0.16 release notes 2019-08-28 21:35:20 -04:00
testing move v8 to third_party/v8 (#322) 2018-07-03 10:15:32 +02:00
tsconfig.json Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827) 2019-08-30 11:11:33 -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