mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
A modern runtime for JavaScript and TypeScript.
https://deno.com/
![]() When the global timer fires earlier than expected, which apparently happens sometimes on server editions of Windows, we didn't call any setTimeout callbacks, but we *also* didn't reschedule the global timer to fire again later. When this situation occurred it would make deno exit abruptly if there were no other asynchronous ops running on the event loop. It could also lead to application hangs if the upcoming setTimeout callback was critical for the application to make progress. |
||
---|---|---|
.github | ||
cli | ||
core | ||
deno_typescript | ||
js | ||
prebuilt | ||
third_party@86f683ab4a | ||
tools | ||
website | ||
.appveyor.yml | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.prettierignore | ||
.prettierrc.json | ||
.rustfmt.toml | ||
.travis.yml | ||
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.
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.