1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
denoland-deno/cli
2020-09-17 21:48:08 -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 refactor: Move URL to op_crates/web (#7544) 2020-09-17 19:13:20 +02:00
rt refactor: Move URL to op_crates/web (#7544) 2020-09-17 19:13:20 +02:00
tests fix(cli/console): escape non printable characters in object entries (#7533) 2020-09-17 13:07:57 -04:00
tsc refactor: remove dispatch_json.js from cli/rt and cli/tsc (#7521) 2020-09-16 22:22:43 +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 refactor: Move URL to op_crates/web (#7544) 2020-09-17 19:13:20 +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/fmt): make fmt output more readable (#7534) 2020-09-17 21:48:08 -04:00
coverage.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04: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 fix(cli/fmt): make fmt output more readable (#7534) 2020-09-17 21:48:08 -04:00
disk_cache.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
errors.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
file_fetcher.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
file_watcher.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
flags.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
flags_allow_net.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
fmt.rs refactor(unstable): deno info --json output (#7417) 2020-09-16 15:38:38 +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 Remove unnecessary extern statements 2020-09-16 13:29:42 -04:00
http_cache.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
http_util.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
import_map.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
info.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
inspector.rs Make JsRuntimeState private (#7484) 2020-09-14 23:49:12 -04:00
installer.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04: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 fix: disable rustyline logs (#7535) 2020-09-17 20:38:57 +02: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 Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04: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 Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -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 Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04: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 Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
tsc_config.rs refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476) 2020-09-15 01:50:52 +02:00
upgrade.rs Re-export deno_core::url (#7525) 2020-09-16 14:28:07 -04:00
version.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
web_worker.rs refactor: Move URL to op_crates/web (#7544) 2020-09-17 19:13:20 +02:00
worker.rs refactor: Move URL to op_crates/web (#7544) 2020-09-17 19:13:20 +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.