deno/cli
2021-12-21 13:40:22 +11:00
..
ast fix(repl): support assertions on import & export declarations (#13121) 2021-12-17 11:00:27 -05:00
bench
compat refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
dts chore: add codeblocks for lib.deno.shared_globals.d.ts (#13117) 2021-12-17 02:36:03 +01:00
lsp feat(lsp): supply accept header when fetching registry config (#13159) 2021-12-21 13:40:22 +11:00
ops refactor(cli): use GraphData for check and emit (#12960) 2021-12-16 21:45:41 +11:00
schemas feat(lsp): improve registry completion suggestions (#13023) 2021-12-14 06:24:11 +11:00
tests feat(lsp): add code lens for debugging tests (#13138) 2021-12-20 16:00:38 +11:00
tools refactor: Use dedicated flags structures (#13148) 2021-12-20 22:29:02 +01: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 refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
checksum.rs
config_file.rs feat: Add support for import assertions and JSON modules (#12866) 2021-12-15 19:22:36 +01:00
deno.ico
deno_dir.rs
diagnostics.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
diff.rs
disk_cache.rs
emit.rs refactor(cli): use GraphData for check and emit (#12960) 2021-12-16 21:45:41 +11:00
errors.rs
file_fetcher.rs feat(lsp): supply accept header when fetching registry config (#13159) 2021-12-21 13:40:22 +11:00
file_watcher.rs feat(watcher): clear screen on each restart (#12613) 2021-12-11 01:12:25 +01:00
flags.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05: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
graph_util.rs refactor(cli): use GraphData for check and emit (#12960) 2021-12-16 21:45:41 +11: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): supply accept header when fetching registry config (#13159) 2021-12-21 13:40:22 +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 feat: REPL import specifier auto-completions (#13078) 2021-12-15 13:23:43 -05:00
main.rs refactor: Use dedicated flags structures (#13148) 2021-12-20 22:29:02 +01:00
module_loader.rs
proc_state.rs refactor(cli): use GraphData for check and emit (#12960) 2021-12-16 21:45:41 +11:00
README.md
resolver.rs
source_maps.rs
standalone.rs feat: Add support for import assertions and JSON modules (#12866) 2021-12-15 19:22:36 +01:00
text_encoding.rs
tsc.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05: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.