deno/cli
David Sherret f5840bdcd3
chore: upgrade to Rust 1.67 (#17548)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-01-27 10:43:16 -05:00
..
args chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
bench chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
cache chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
js feat: allow first arg in test step to be a function (#17096) 2023-01-24 15:41:01 +01:00
lsp chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
napi chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
node chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
npm chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
ops chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
schemas feat: embed import map in the config file (#17478) 2023-01-25 21:13:40 +01:00
tests chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
tools chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
tsc chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
util chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
auth_tokens.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
build.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
Cargo.toml 1.30.0 (#17532) 2023-01-26 00:15:08 +01:00
deno_std.rs 1.30.0 (#17532) 2023-01-26 00:15:08 +01:00
deno.ico
emit.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
errors.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
file_fetcher.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
graph_util.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
http_util.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
js.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
main.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
module_loader.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
proc_state.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
README.md docs(cli): do not need gen doc for cli (#17260) 2023-01-04 13:19:58 +01:00
resolver.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
standalone.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
version.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
worker.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00

Deno CLI Crate

crates

This provides the actual deno executable and the user-facing APIs.

The deno crate uses the deno_core to provide the executable.