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/
d43b43ca78
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. |
||
---|---|---|
.github | ||
build@7b594236fb | ||
build_extra/rust | ||
cli | ||
cli_snapshots | ||
core | ||
deno_typescript | ||
js | ||
prebuilt | ||
tests | ||
third_party@2f1a94bafe | ||
tools | ||
website | ||
.appveyor.yml | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.gn | ||
.prettierignore | ||
.prettierrc.json | ||
.rustfmt.toml | ||
.travis.yml | ||
.yarnclean | ||
BUILD.gn | ||
build_overrides | ||
buildtools | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
gclient_config.py | ||
LICENSE | ||
node_modules | ||
package.json | ||
README.md | ||
Releases.md | ||
testing | ||
tsconfig.json |
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.