mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
A modern runtime for JavaScript and TypeScript.
https://deno.com/
9d6cbb73a8
This avoids a crash when the Deno process has been running for 2**32 ms (about 50 days). Additionaly, time complexity of finding which timer is due to fire next is reduced from from O(n) to O(log n). |
||
---|---|---|
.github | ||
cli | ||
core | ||
deno_typescript | ||
std | ||
third_party@5567e9cbc8 | ||
tools | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.prettierignore | ||
.prettierrc.json | ||
.rustfmt.toml | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
gclient_config.py | ||
LICENSE | ||
node_modules | ||
package.json | ||
README.md | ||
Releases.md | ||
tests | ||
tsconfig.json | ||
yarn.lock |
Deno
A secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.
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.