deno/cli
2020-04-28 00:56:22 +02:00
..
compilers remove bootstrap methods from global scope after bootstrapping (#4869) 2020-04-25 01:03:45 +02:00
doc refactor: factor out AstParser from DocParser (#4923) 2020-04-27 15:46:39 +02:00
js docs: document default value of sanitizeOps and sanitizeResources (#4943) 2020-04-28 00:56:22 +02:00
ops loadavg and osRelease made unstable (#4938) 2020-04-27 18:00:19 -04:00
tests fix(core): fix top-level-await error handling (#4911) 2020-04-27 17:25:26 +02:00
build.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
Cargo.toml upgrade: dprint 0.13.1 (#4853) 2020-04-22 19:20:38 -04:00
checksum.rs
colors.rs
deno_dir.rs
diagnostics.rs refactor(cli/fmt_errors): Improve source line formatting (#4832) 2020-04-20 15:39:02 -04:00
disk_cache.rs
file_fetcher.rs remove calls to futures::executor::block_on (#4760) 2020-04-15 23:14:28 -04:00
flags.rs feat(test): add quiet flag (#4894) 2020-04-27 13:05:26 +02:00
fmt.rs fix clippy (#4875) 2020-04-24 11:14:18 +02:00
fmt_errors.rs refactor(cli/fmt_errors): Improve source line formatting (#4832) 2020-04-20 15:39:02 -04:00
fs.rs
global_state.rs
global_timer.rs
http_cache.rs
http_util.rs
import_map.rs
inspector.rs Rename deno_core::Isolate to deno_core::CoreIsolate (#4851) 2020-04-23 11:51:07 +02:00
installer.rs the scheme bits of an uri is case-insensitive; https://tools.ietf.org/html/rfc3986#section-3.1 (#4909) 2020-04-26 11:04:02 -04:00
js.rs remove bootstrap methods from global scope after bootstrapping (#4869) 2020-04-25 01:03:45 +02:00
lib.rs refactor: factor out AstParser from DocParser (#4923) 2020-04-27 15:46:39 +02:00
lockfile.rs
main.rs
metrics.rs
msg.rs
op_error.rs
permissions.rs
README.md
repl.rs
resolve_addr.rs remove calls to futures::executor::block_on (#4760) 2020-04-15 23:14:28 -04:00
signal.rs
source_maps.rs
startup_data.rs Upgrade to rusty_v8 v0.4.0 (#4856) 2020-04-23 03:35:52 +02:00
state.rs introduce unstable flag, make a few things unstable (#4892) 2020-04-25 09:31:54 -04:00
swc_util.rs refactor: factor out AstParser from DocParser (#4923) 2020-04-27 15:46:39 +02:00
test_runner.rs BREAKING: remove Deno.runTests() API (#4922) 2020-04-27 14:51:22 +02:00
test_util.rs
tokio_util.rs
upgrade.rs
version.rs
web_worker.rs remove bootstrap methods from global scope after bootstrapping (#4869) 2020-04-25 01:03:45 +02:00
worker.rs remove bootstrap methods from global scope after bootstrapping (#4869) 2020-04-25 01:03:45 +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 and deno_typescript to provide the executable.