1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-04 08:54:20 -05:00
denoland-deno/cli
denobot 65755a115a
chore: forward v1.30.1 release commit to main (#17623)
This is the release commit being forwarded back to main for 1.30.1
2023-02-02 16:28:40 +00:00
..
args fix(lsp): update document dependencies on configuration change (#17556) 2023-01-28 10:18:32 -05:00
bench chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
cache Revert "fix(watch): preserve ProcState::file_fetcher between restarts (#15466) (#17591) 2023-01-30 16:22: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): update document dependencies on configuration change (#17556) 2023-01-28 10:18:32 -05:00
napi chore: forward v1.30.1 release commit to main (#17623) 2023-02-02 16:28:40 +00:00
node chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05: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 fix(repl): handle @types/node not being cached in the repl (#17617) 2023-02-01 16:37:05 -05:00
tools fix(repl): handle @types/node not being cached in the repl (#17617) 2023-02-01 16:37:05 -05:00
tsc chore: update webgpu (#17534) 2023-01-30 15:14:16 +01:00
util Revert "fix(watch): preserve ProcState::file_fetcher between restarts (#15466) (#17591) 2023-01-30 16:22: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 chore: forward v1.30.1 release commit to main (#17623) 2023-02-02 16:28:40 +00:00
deno.ico fix(cli): add icon and metadata to deno.exe on Windows (#6693) 2020-07-15 21:54:38 +02:00
deno_std.rs chore: forward v1.30.1 release commit to main (#17623) 2023-02-02 16:28:40 +00:00
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 Revert "fix(watch): preserve ProcState::file_fetcher between restarts (#15466) (#17591) 2023-01-30 16:22: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 Revert "fix(watch): preserve ProcState::file_fetcher between restarts (#15466) (#17591) 2023-01-30 16:22:17 +01:00
proc_state.rs Revert "fix(watch): preserve ProcState::file_fetcher between restarts (#15466) (#17591) 2023-01-30 16:22: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.