deno/cli
2020-09-10 12:49:47 +02:00
..
bench Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
dts feat(unstable): Add Deno.systemMemoryInfo() (#7350) 2020-09-10 10:38:17 +02:00
ops feat(unstable): Add Deno.systemMemoryInfo() (#7350) 2020-09-10 10:38:17 +02:00
rt feat(console): support CSS styling with "%c" (#7357) 2020-09-10 12:49:47 +02:00
tests feat(console): support CSS styling with "%c" (#7357) 2020-09-10 12:49:47 +02:00
tsc fix(tsc): config resolution using relative paths (#7392) 2020-09-09 13:37:22 +02:00
build.rs fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383) 2020-09-09 14:23:57 +02:00
Cargo.toml fix(cli): suppress 'WSANOTINITIALIZED' error on Deno exit (#7408) 2020-09-09 21:37:59 +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
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: use matches macro for bool matches (#6904) 2020-07-28 09:50:45 -04:00
diff.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
disk_cache.rs feat: hash file names in gen cache (#6911) 2020-08-03 14:55:03 +02:00
errors.rs fix: panic on process.kill() after run (#7405) 2020-09-09 22:40:16 +02:00
file_fetcher.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
flags.rs feat(fmt, lint): show number of checked files (#7312) 2020-09-09 16:45:31 +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 feat(fmt, lint): show number of checked files (#7312) 2020-09-09 16:45:31 +02:00
fmt_errors.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
fs.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
global_state.rs feat(info): Dependency count and sizes (#6786) 2020-09-07 15:59:47 +02:00
global_timer.rs clippy (#4618) 2020-04-03 22:41:16 -04:00
http_cache.rs Remove unnecessary drop calls (#7007) 2020-08-10 17:31:05 -04:00
http_util.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
import_map.rs update references to testing/mod.ts in manual (#3973) 2020-02-11 21:50:20 +01:00
info.rs feat(info): Dependency count and sizes (#6786) 2020-09-07 15:59:47 +02:00
inspector.rs fix(cli): suppress 'WSANOTINITIALIZED' error on Deno exit (#7408) 2020-09-09 21:37:59 +02:00
installer.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
js.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
lint.rs feat(fmt, lint): show number of checked files (#7312) 2020-09-09 16:45:31 +02:00
lockfile.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
main.rs feat(info): Dependency count and sizes (#6786) 2020-09-07 15:59:47 +02:00
metrics.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
module_graph.rs feat(info): Dependency count and sizes (#6786) 2020-09-07 15:59:47 +02:00
msg.rs refactor: remove dead code in tsc (#7277) 2020-08-31 11:02:13 +02:00
op_fetch_asset.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
permissions.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
README.md Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
repl.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
resolve_addr.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
signal.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
source_maps.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +02:00
startup_data.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
state.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
swc_util.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02: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 test(std): ensure mod.ts modules have a test coverage (#7264) 2020-08-31 22:26:55 -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 upgrade: swc, deno_doc, deno_lint, dprint (#7402) 2020-09-09 15:35:40 +02:00
tsc_config.rs refactor: Compiler config in Rust (#7228) 2020-08-31 20:12:24 +02:00
upgrade.rs refactor: remove OpError, use ErrBox everywhere (#7187) 2020-08-26 00:22:15 +02:00
version.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
web_worker.rs Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
worker.rs refactor(core): rename CoreIsolate to JsRuntime (#7373) 2020-09-06 21:44:29 +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.