mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
A modern runtime for JavaScript and TypeScript.
https://deno.com/
0879992218
The problem is seen here: https://ci.appveyor.com/project/deno/deno/builds/27283032 ``` sccache --stop-server Stopping sccache server... sccache : error: couldn't connect to server At line:1 char:1 + sccache --stop-server + ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (error: couldn't connect to server:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError caused by: No connection could be made because the target machine actively refused it. (os error 10061) Command executed with exception: (os error 10061) ``` |
||
---|---|---|
.github | ||
build@7b594236fb | ||
cli | ||
cli_snapshots | ||
core | ||
deno_typescript | ||
js | ||
prebuilt | ||
tests | ||
third_party@c3b4aceb24 | ||
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.