0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 14:17:49 -04:00
deno/cli
2022-07-05 14:24:40 -04:00
..
args refactor: extract deno_graph::create_graph use to common function (#15009) 2022-07-01 11:50:16 -04:00
bench chore(cli/bench): use deno bench for deno_common.js (#15063) 2022-07-04 16:53:02 +05:30
compat 1.23.3 (#15081) 2022-07-05 14:24:40 -04:00
dts Revert "feat: add "unhandledrejection" event support (#12994)" (#15075) 2022-07-04 23:34:39 +02:00
lsp Revert "refactor(snapshots): to their own crate (#14794)" (#15076) 2022-07-05 00:12:41 +02:00
ops
schemas
tests Revert "feat: add "unhandledrejection" event support (#12994)" (#15075) 2022-07-04 23:34:39 +02:00
tools refactor: extract deno_graph::create_graph use to common function (#15009) 2022-07-01 11:50:16 -04:00
tsc fix: update to TypeScript 4.7.4 (#15022) 2022-07-04 15:13:50 +10:00
auth_tokens.rs
build.rs Revert "refactor(snapshots): to their own crate (#14794)" (#15076) 2022-07-05 00:12:41 +02:00
cache.rs
Cargo.toml chore: unpin pin project to fix cargo publish (#15085) 2022-07-05 14:24:40 -04:00
cdp.rs
checksum.rs
deno.ico
deno_dir.rs
diagnostics.rs
diff.rs chore: use Rust 1.62.0 (#15028) 2022-07-01 15:28:06 +02:00
disk_cache.rs
display.rs
emit.rs refactor: add RootConfig (#14985) 2022-06-28 16:45:55 -04:00
errors.rs
file_fetcher.rs
file_watcher.rs
fmt_errors.rs chore: use Rust 1.62.0 (#15028) 2022-07-01 15:28:06 +02:00
fs_util.rs chore(test): fix test_collect_specifiers windows path to specifier code (#15072) 2022-07-04 14:28:41 -04:00
graph_util.rs refactor: add RootConfig (#14985) 2022-06-28 16:45:55 -04:00
http_cache.rs
http_util.rs
lockfile.rs
logger.rs
main.rs Revert "refactor(snapshots): to their own crate (#14794)" (#15076) 2022-07-05 00:12:41 +02:00
module_loader.rs refactor: rename RootConfig to CliOptions (#15007) 2022-06-29 11:51:11 -04:00
proc_state.rs refactor: extract deno_graph::create_graph use to common function (#15009) 2022-07-01 11:50:16 -04:00
README.md
resolver.rs
standalone.rs Revert "refactor(snapshots): to their own crate (#14794)" (#15076) 2022-07-05 00:12:41 +02:00
text_encoding.rs
tsc.rs Revert "refactor(snapshots): to their own crate (#14794)" (#15076) 2022-07-05 00:12:41 +02:00
unix_util.rs
version.rs
windows_util.rs

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.