deno/cli
2021-04-09 11:27:27 +10:00
..
bench feat: native HTTP bindings (#9935) 2021-04-08 18:34:15 -04:00
dts feat: native HTTP bindings (#9935) 2021-04-08 18:34:15 -04:00
lsp feat(lsp): add registry import auto-complete (#9934) 2021-04-09 11:27:27 +10:00
ops refactor(ops): remove variadic buffers (#9944) 2021-04-02 09:47:57 -04:00
tests feat(lsp): add registry import auto-complete (#9934) 2021-04-09 11:27:27 +10:00
tools remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
tsc feat(lsp): implement textDocument/foldingRange (#9900) 2021-04-02 17:21:07 +11:00
ast.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
auth_tokens.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
build.rs refactor: add deno_file op crate (#10019) 2021-04-06 12:55:05 +02:00
Cargo.toml feat(lsp): add registry import auto-complete (#9934) 2021-04-09 11:27:27 +10:00
checksum.rs
colors.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
deno.ico
deno_dir.rs
diagnostics.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
diff.rs
disk_cache.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
errors.rs
file_fetcher.rs feat(lsp): add registry import auto-complete (#9934) 2021-04-09 11:27:27 +10:00
file_watcher.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
flags.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
flags_allow_net.rs
fmt_errors.rs
fs_util.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
http_cache.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
http_util.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
import_map.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
info.rs feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
lockfile.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
main.rs feat(lsp): add registry import auto-complete (#9934) 2021-04-09 11:27:27 +10:00
main_runtime.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
media_type.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
module_graph.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
module_loader.rs
program_state.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
README.md
source_maps.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
specifier_handler.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
standalone.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
text_encoding.rs
tokio_util.rs feat: native HTTP bindings (#9935) 2021-04-08 18:34:15 -04:00
tsc.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
tsc_config.rs chore(cli): Upgrade jsonc_parser to 0.17 (#9977) 2021-04-04 07:27:13 -04:00
version.rs

Deno CLI Crate

crates docs

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

The deno crate uses the deno_core to provide the executable.