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/
967c236fa5
Worth noting due to implementation of the Headers class the contents of headersMap have lowercase keys, although this matches the specification as header keys are case agnostic it does seem to not match behaviour of other implementations in other languages I have seen, would require some rewriting of Headers.ts |
||
---|---|---|
.github | ||
cli | ||
core | ||
deno_typescript | ||
prebuilt | ||
std | ||
third_party@fabd588f10 | ||
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.