1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli
2023-01-28 22:10:06 +01: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 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 fix(lsp): update document dependencies on configuration change (#17556) 2023-01-28 10:18:32 -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 fix(lsp): update document dependencies on configuration change (#17556) 2023-01-28 10:18:32 -05:00
tools fix(install): tsconfig.json -> deno.json for config file suffix (#17573) 2023-01-28 14:51:11 -05:00
tsc docs: fix typos in WriteFileOptions's JSDoc (#17507) 2023-01-28 22:10:06 +01: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 fix(fmt): semiColons: false - handle prop with following generator and do while with no block body (#17567) 2023-01-28 10:06:37 -05: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 1.30.0 (#17532) 2023-01-26 00:15:08 +01: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 fix: ensure "fs" -> "node:fs" error/quick fix works when user has import map (#17566) 2023-01-27 22:36:23 +00: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.