deno/cli
2021-12-09 20:24:37 -05:00
..
ast fix: upgrade swc fixing many bundling and --no-check bugs (#13025) 2021-12-08 19:12:14 -05:00
bench
compat chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
dts chore: place @deprecated tag after documentation block (#13037) 2021-12-10 11:05:50 +11:00
lsp feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
ops fix(watch): mitigate race condition between file write by other process and watch read (#13038) 2021-12-09 20:24:37 -05:00
schemas
tests fix(watch): mitigate race condition between file write by other process and watch read (#13038) 2021-12-09 20:24:37 -05:00
tools fix(watch): mitigate race condition between file write by other process and watch read (#13038) 2021-12-09 20:24:37 -05:00
tsc feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
auth_tokens.rs
build.rs feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
cache.rs
Cargo.toml feat(lsp): registry suggestion cache respects cache headers (#13010) 2021-12-09 22:16:17 +11:00
checksum.rs
config_file.rs fix(lsp): lsp should respect include/exclude files in format config (#12876) 2021-11-24 15:14:19 -05:00
deno.ico
deno_dir.rs
diagnostics.rs feat: add --no-check=remote flag (#12766) 2021-11-30 09:23:30 +11:00
diff.rs
disk_cache.rs
emit.rs feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
errors.rs
file_fetcher.rs feat(lsp): registry suggestion cache respects cache headers (#13010) 2021-12-09 22:16:17 +11:00
file_watcher.rs fix(watch): mitigate race condition between file write by other process and watch read (#13038) 2021-12-09 20:24:37 -05:00
flags.rs feat: add --no-check=remote flag (#12766) 2021-11-30 09:23:30 +11:00
flags_allow_net.rs
fmt_errors.rs
fs_util.rs fix(lsp): lsp should respect include/exclude files in format config (#12876) 2021-11-24 15:14:19 -05:00
http_cache.rs feat(lsp): registry suggestion cache respects cache headers (#13010) 2021-12-09 22:16:17 +11:00
http_util.rs feat(lsp): registry suggestion cache respects cache headers (#13010) 2021-12-09 22:16:17 +11:00
lockfile.rs feat(cli): use deno fmt for lock and coverage files (#13018) 2021-12-07 19:21:04 -05:00
logger.rs
main.rs feat: add --no-check=remote flag (#12766) 2021-11-30 09:23:30 +11:00
module_loader.rs fix(cli): short-circuit in prepare_module_load() (#12604) 2021-11-16 10:25:52 +11:00
proc_state.rs feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11:00
README.md
resolver.rs
source_maps.rs
standalone.rs chore: upgrade to rustls 0.20 (#12488) 2021-12-07 00:48:11 +01:00
text_encoding.rs
tsc.rs feat(cli): update to TypeScript 4.5 (#12410) 2021-12-10 09:12:21 +11: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.