deno/cli
Bartek Iwańczuk 83f6def3c6
refactor(core): JsRuntime doesn't defer to OwnedIsolate (#7853)
Remove Deref and DeferMut implementations for JsRuntime.
2020-10-07 15:56:52 +02:00
..
bench chore: add a bundle benchmark (#7828) 2020-10-05 21:39:46 +11:00
dts docs: end sentences with a period in markdown (#7813) 2020-10-04 07:19:11 +11:00
ops fix(cli/ops/fs): Don't force Windows paths separate paths with forward slash (#7833) 2020-10-07 14:05:43 +02:00
rt perf(cli/console): Don't add redundant ANSI codes (#7823) 2020-10-05 11:50:49 +02:00
tests fix(cli/ops/fs): Don't force Windows paths separate paths with forward slash (#7833) 2020-10-07 14:05:43 +02:00
tsc
ast.rs refactor(cli): remove TextDocument (#7850) 2020-10-07 22:43:44 +11:00
build.rs
Cargo.toml v1.4.4 2020-10-03 14:58:10 +02:00
checksum.rs
colors.rs
coverage.rs refactor(cli/inspector): use &str for post_message (#7851) 2020-10-07 10:24:15 +02:00
deno.ico
deno_dir.rs
diagnostics.rs
diff.rs
disk_cache.rs
errors.rs
file_fetcher.rs refactor(cli): remove TextDocument (#7850) 2020-10-07 22:43:44 +11:00
file_watcher.rs
flags.rs
flags_allow_net.rs
fmt.rs
fmt_errors.rs
fs.rs
global_state.rs refactor(cli): remove TextDocument (#7850) 2020-10-07 22:43:44 +11:00
global_timer.rs
http_cache.rs
http_util.rs
import_map.rs
info.rs
inspector.rs refactor(core): JsRuntime doesn't defer to OwnedIsolate (#7853) 2020-10-07 15:56:52 +02:00
installer.rs
js.rs
lint.rs
lockfile.rs chore: add lockfile tests (#7816) 2020-10-05 10:32:18 +11:00
main.rs refactor(cli): remove TextDocument (#7850) 2020-10-07 22:43:44 +11:00
media_type.rs
metrics.rs
module_graph.rs refactor(cli): remove TextDocument (#7850) 2020-10-07 22:43:44 +11:00
module_graph2.rs refactor(cli): remove TextDocument (#7850) 2020-10-07 22:43:44 +11:00
op_fetch_asset.rs
permissions.rs
README.md
repl.rs refactor(cli/inspector): use &str for post_message (#7851) 2020-10-07 10:24:15 +02:00
resolve_addr.rs
signal.rs
source_maps.rs
specifier_handler.rs refactor(cli): remove TextDocument (#7850) 2020-10-07 22:43:44 +11:00
state.rs
system_loader.js
system_loader_es5.js
test_runner.rs
text_encoding.rs
tokio_util.rs
tsc.rs refactor(cli): remove TextDocument (#7850) 2020-10-07 22:43:44 +11:00
tsc_config.rs
upgrade.rs
version.rs
worker.rs refactor(core): JsRuntime doesn't defer to OwnedIsolate (#7853) 2020-10-07 15:56:52 +02: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.