1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli
2020-09-14 12:25:06 +02: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 fix(WebSocket): no panic on failed connect + handle promise rejection via error event (#7437) 2020-09-13 11:52:20 +02: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 feat(unstable): deno test --coverage (#6901) 2020-09-13 15:01:30 +02:00
tsc refactor: improve tsc diagnostics (#7420) 2020-09-12 11:53:57 +02: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 feat(unstable): deno test --coverage (#6901) 2020-09-13 15:01:30 +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 Move JSON ops to deno_core (#7336) 2020-09-06 02:34:02 +02:00
disk_cache.rs Revert "feat(unstable): Support data: urls (#5157)" (#7432) 2020-09-12 11:08:00 +02:00
errors.rs fix: panic on process.kill() after run (#7405) 2020-09-09 22:40:16 +02:00
file_fetcher.rs Revert "feat(unstable): Support data: urls (#5157)" (#7432) 2020-09-12 11:08:00 +02:00
file_watcher.rs feat(unstable): deno run --watch (#7382) 2020-09-11 18:19:49 +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 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 Revert "feat(unstable): Support data: urls (#5157)" (#7432) 2020-09-12 11:08:00 +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 Revert "feat(unstable): Support data: urls (#5157)" (#7432) 2020-09-12 11:08:00 +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): JsRuntime initialization (#7415) 2020-09-11 15:18:49 +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(unstable): deno test --coverage (#6901) 2020-09-13 15:01:30 +02:00
metrics.rs Use gotham-like state for ops (#7385) 2020-09-10 09:57:45 -04:00
module_graph.rs Revert "feat(unstable): Support data: urls (#5157)" (#7432) 2020-09-12 11:08:00 +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
state.rs Revert "feat(unstable): Support data: urls (#5157)" (#7432) 2020-09-12 11:08:00 +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 refactor: improve tsc diagnostics (#7420) 2020-09-12 11:53:57 +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 refactor(core): JsRuntime initialization (#7415) 2020-09-11 15:18:49 +02:00
worker.rs refactor(core): JsRuntime initialization (#7415) 2020-09-11 15:18:49 +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.