deno/cli
2020-09-15 11:55:51 -04:00
..
bench chore: add no_check_hello benchmark (#7458) 2020-09-14 12:25:06 +02:00
dts fix(WebSocket): no panic on failed connect + handle promise rejection via error event (#7437) 2020-09-13 11:52:20 +02:00
ops Rename deno::state::State to deno::state::CliState (#7480) 2020-09-14 21:22:32 -04:00
rt fix(WebSocket): no panic on failed connect + handle promise rejection via error event (#7437) 2020-09-13 11:52:20 +02:00
tests refactor(cli/tests): change std_path to root_path in std_tests() (#7438) 2020-09-15 06:26:57 +02:00
tsc refactor: use ParsedModule and improve MediaTypes enum (#7456) 2020-09-14 14:27:44 +02:00
ast.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04:00
build.rs refactor(core): JsRuntime initialization (#7415) 2020-09-11 15:18:49 +02:00
Cargo.toml Upgrade Rust crates, pin 'webpki-roots' to version 0.19.0 (#7454) 2020-09-14 00:20:56 +02:00
checksum.rs refactor: util functions take slices instead of heap values (#6547) 2020-06-29 14:17:37 +02:00
colors.rs fix(cli): colors mismatch (#7367) 2020-09-08 12:04:02 +02:00
coverage.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
deno.ico fix(cli): add icon and metadata to deno.exe on Windows (#6693) 2020-07-15 21:54:38 +02:00
deno_dir.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
diagnostics.rs chore: add systemMemoryInfo unstable diagnostic (#7435) 2020-09-12 16:12:14 +02:00
diff.rs chore: fix clippy warnings (#7476) 2020-09-15 00:11:20 +02:00
disk_cache.rs Revert "feat(unstable): Support data: urls (#5157)" (#7432) 2020-09-12 11:08:00 +02:00
errors.rs Don't expose ErrWithV8Handle from deno_core 2020-09-15 11:55:51 -04:00
file_fetcher.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04:00
file_watcher.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
flags.rs feat(unstable): deno test --coverage (#6901) 2020-09-13 15:01:30 +02:00
flags_allow_net.rs Re-land "fix(cli): ipv6 parsing for --allow-net params" (#6472) 2020-06-26 08:09:02 -04:00
fmt.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
fmt_errors.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
fs.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
global_state.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04:00
global_timer.rs clippy (#4618) 2020-04-03 22:41:16 -04:00
http_cache.rs fix(cli/http_utils): accept a single key-multiple values headers (#7375) 2020-09-15 07:18:48 +02:00
http_util.rs fix(cli/http_utils): accept a single key-multiple values headers (#7375) 2020-09-15 07:18:48 +02:00
import_map.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
info.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04:00
inspector.rs Make JsRuntimeState private (#7484) 2020-09-14 23:49:12 -04:00
installer.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
js.rs refactor(core): JsRuntime initialization (#7415) 2020-09-11 15:18:49 +02:00
lint.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04:00
lockfile.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
main.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04:00
media_type.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04:00
metrics.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
module_graph.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04:00
op_fetch_asset.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
permissions.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
README.md Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
repl.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
resolve_addr.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
signal.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
source_maps.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
state.rs Rename deno::state::State to deno::state::CliState (#7480) 2020-09-14 21:22:32 -04:00
system_loader.js Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
system_loader_es5.js Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
test_runner.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
text_encoding.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
tokio_util.rs set maximum size of thread pool to 31 (#7290) 2020-08-31 17:38:25 -04:00
tsc.rs cli/msg.rs -> cli/media_type.rs 2020-09-15 11:55:51 -04:00
tsc_config.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
upgrade.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
version.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
web_worker.rs Rename deno::state::State to deno::state::CliState (#7480) 2020-09-14 21:22:32 -04:00
worker.rs refactor(core): remove JsRuntime::set_js_error_create_fn (#7478) 2020-09-14 21:23:48 -04:00

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.