deno/cli
2020-03-12 18:07:57 +01:00
..
compilers Add global "quiet" flag (#4135) 2020-03-10 08:26:17 -04:00
js Add waker to StreamResource to fix hang on close bugs (#4293) 2020-03-11 18:19:24 -04:00
ops upgrade: Rust 1.42.0 (#4331) 2020-03-12 18:07:57 +01:00
tests Enable std tests in debug mode (#4332) 2020-03-12 17:12:20 +01:00
build.rs
Cargo.toml v0.36.0 2020-03-11 19:13:01 -04:00
checksum.rs
colors.rs Fix unwanted ANSI Reset Sequence (#4268) 2020-03-06 08:48:38 -05:00
deno_dir.rs
diagnostics.rs
disk_cache.rs
file_fetcher.rs Add global "quiet" flag (#4135) 2020-03-10 08:26:17 -04:00
flags.rs doc(cli/flags): Reduce empty lines in help messages (#4312) 2020-03-10 19:23:08 -04:00
fmt.rs Improve dprint config (#4314) 2020-03-11 10:51:57 +01:00
fmt_errors.rs Do not convert exceptions to JSON and back (#4214) 2020-03-02 14:20:16 -08:00
fs.rs support permission mode in mkdir (#4286) 2020-03-11 16:14:23 -04:00
global_state.rs
global_timer.rs
http_cache.rs http_cache: change .headers.json to .metadata.json (#4175) 2020-02-28 13:15:31 -05:00
http_util.rs http_cache: change .headers.json to .metadata.json (#4175) 2020-02-28 13:15:31 -05:00
import_map.rs
installer.rs Fix deno install file name including extra dot on Windows (#4243) 2020-03-04 00:40:56 -08:00
js.rs
lib.rs Add global "quiet" flag (#4135) 2020-03-10 08:26:17 -04:00
lockfile.rs
main.rs
metrics.rs feat: update metrics to track different op types (#4221) 2020-03-02 19:13:36 +01:00
msg.rs
op_error.rs Add Deno.umask (#4290) 2020-03-10 15:11:27 -04:00
permissions.rs Add global "quiet" flag (#4135) 2020-03-10 08:26:17 -04:00
README.md
repl.rs
resolve_addr.rs
signal.rs
source_maps.rs reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310) 2020-03-11 10:53:06 +01:00
startup_data.rs
state.rs feat: update metrics to track different op types (#4221) 2020-03-02 19:13:36 +01:00
test_runner.rs
test_util.rs Revert "chore: share HTTP server between tests (#3966)" (#4165) 2020-02-27 23:32:02 -08:00
tokio_util.rs
version.rs
web_worker.rs refactor: remove cli/ops/files.rs (#4246) 2020-03-07 13:20:27 +01:00
worker.rs refactor: remove cli/ops/files.rs (#4246) 2020-03-07 13:20:27 +01:00

Deno CLI Crate

crates docs

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

The deno crate uses the deno_core and deno_typescript to provide the executable.