deno/cli
denobot f3fb8ee188
1.30.3 (#17676)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-02-07 02:20:18 +01:00
..
args refactor: rename deno specifiers to internal (#17655) 2023-02-07 00:26:18 +01:00
bench chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
cache refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636) 2023-02-07 00:26:17 +01:00
js feat: allow first arg in test step to be a function (#17096) 2023-01-24 15:41:01 +01:00
lsp fix(lsp): prevent crash analyzing module (#17642) 2023-02-07 00:57:54 +01:00
napi 1.30.3 (#17676) 2023-02-07 02:20:18 +01:00
node refactor: rename deno specifiers to internal (#17655) 2023-02-07 00:26:18 +01:00
npm refactor(semver): generalize semver related structs (#17605) 2023-01-31 21:27:40 -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
semver refactor(semver): generalize semver related structs (#17605) 2023-01-31 21:27:40 -05:00
tests 1.30.3 (#17676) 2023-02-07 02:20:18 +01:00
tools refactor: rename deno specifiers to internal (#17655) 2023-02-07 00:26:18 +01:00
tsc refactor: rename deno specifiers to internal (#17655) 2023-02-07 00:26:18 +01:00
util refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636) 2023-02-07 00:26:17 +01: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.3 (#17676) 2023-02-07 02:20:18 +01:00
deno_std.rs 1.30.3 (#17676) 2023-02-07 02:20:18 +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 refactor: remove old cjs_esm_translations in graph_util (#17643) 2023-02-07 00:26:17 +01: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 refactor(semver): generalize semver related structs (#17605) 2023-01-31 21:27:40 -05:00
module_loader.rs refactor: remove old cjs_esm_translations in graph_util (#17643) 2023-02-07 00:26:17 +01:00
proc_state.rs refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636) 2023-02-07 00:26:17 +01: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.