deno/cli
2020-05-29 14:02:36 +02:00
..
doc fix(doc): handle comments at the top of the file (#5891) 2020-05-27 23:38:36 +02:00
js fix(cli/js/error_stack): Expose Error.captureStackTrace (#5254) 2020-05-29 14:02:36 +02:00
ops
tests fix(cli/js/error_stack): Expose Error.captureStackTrace (#5254) 2020-05-29 14:02:36 +02:00
build.rs
Cargo.toml upgrade: dprint to 0.19.0 (#5899) 2020-05-27 11:19:31 -04:00
checksum.rs
colors.rs
deno_dir.rs fix: create HTTP cache lazily (#5795) 2020-05-24 19:20:40 +02:00
diagnostics.rs
disk_cache.rs fix: create HTTP cache lazily (#5795) 2020-05-24 19:20:40 +02:00
file_fetcher.rs
flags.rs
fmt.rs fix(cli): Handle formatting UTF-8 w/ BOM files (#5881) 2020-05-28 13:35:24 -04:00
fmt_errors.rs
fs.rs
global_state.rs fix: create HTTP cache lazily (#5795) 2020-05-24 19:20:40 +02:00
global_timer.rs
http_cache.rs fix: create HTTP cache lazily (#5795) 2020-05-24 19:20:40 +02:00
http_util.rs
import_map.rs
inspector.rs
installer.rs
js.rs
lockfile.rs
main.rs fix(cli): write lock file before running any code (#5794) 2020-05-29 02:43:31 -04:00
metrics.rs
module_graph.rs fix: parsing of JSX and TSX in SWC (#5870) 2020-05-26 15:41:00 +02:00
msg.rs
op_error.rs
permissions.rs feat(cli): deserialize Permissions from JSON (#5779) 2020-05-29 13:00:47 +02:00
README.md
repl.rs
resolve_addr.rs
signal.rs
source_maps.rs
startup_data.rs
state.rs fix: BorrowMutError when evaluating expression in inspector console (#5822) 2020-05-25 04:26:33 +02:00
swc_util.rs fix: parsing of JSX and TSX in SWC (#5870) 2020-05-26 15:41:00 +02:00
test_runner.rs
test_util.rs
tokio_util.rs
tsc.rs
upgrade.rs
version.rs
web_worker.rs
worker.rs fix: BorrowMutError when evaluating expression in inspector console (#5822) 2020-05-25 04:26:33 +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.