mirror of
https://github.com/denoland/deno
synced 2024-10-30 07:07:07 +00:00
No description
860be9f0de
This fixes an issue on Windows that causes build to fails when fix_symlinks() is called concurrently with another build step. It is also no longer necessary, since recent versions of git know how to properly create symbolic links on checkout. |
||
---|---|---|
.github | ||
build@89b12c4642 | ||
build_extra | ||
core | ||
js | ||
libdeno | ||
prebuilt | ||
src | ||
tests | ||
third_party@7e697531c1 | ||
tools | ||
website | ||
.appveyor.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.gn | ||
.prettierignore | ||
.prettierrc.json | ||
.rustfmt.toml | ||
.travis.yml | ||
BUILD.gn | ||
build.rs | ||
build_overrides | ||
buildtools | ||
Cargo.lock | ||
Cargo.toml | ||
Docs.md | ||
gclient_config.py | ||
LICENSE | ||
node_modules | ||
package.json | ||
README.md | ||
Releases.md | ||
rollup.config.js | ||
testing | ||
tsconfig.json | ||
tslint.json |
deno
A secure JavaScript/TypeScript runtime 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.