deno/cli
2022-01-06 13:20:42 +01:00
..
ast fix: upgrade swc_ecmascript to 0.103 (#13284) 2022-01-04 17:02:56 -05:00
bench
compat chore: forward 1.17.2 to main (#13295) 2022-01-06 13:20:42 +01:00
dts feat(ext/websocket): add header support to WebSocketStream (#11887) 2022-01-05 17:41:44 +01:00
lsp fix: upgrade swc_ecmascript to 0.103 (#13284) 2022-01-04 17:02:56 -05:00
ops cleanup(cli): use op Extensions (#13223) 2021-12-29 14:30:08 +01:00
schemas feat(lsp): improve registry completion suggestions (#13023) 2021-12-14 06:24:11 +11:00
tests chore: forward 1.17.2 to main (#13295) 2022-01-06 13:20:42 +01:00
tools fix: upgrade swc_ecmascript to 0.103 (#13284) 2022-01-04 17:02:56 -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 chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
Cargo.toml chore: forward 1.17.2 to main (#13295) 2022-01-06 13:20:42 +01:00
checksum.rs
config_file.rs chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
deno_dir.rs
deno.ico
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 chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
file_fetcher.rs chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
file_watcher.rs feat(watcher): clear screen on each restart (#12613) 2021-12-11 01:12:25 +01:00
flags_allow_net.rs
flags.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
fmt_errors.rs feat: output cause on JS runtime errors (#13209) 2021-12-29 19:34:13 +01:00
fs_util.rs fix: support mts, cjs & cts files for deno test & deno fmt (#13274) 2022-01-05 00:46:34 +01:00
graph_util.rs chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01: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 feat(compat) preload Node.js built-in modules in global vars REPL (#13127) 2022-01-03 20:10:17 +01:00
module_loader.rs refactor: Cleanup core/modules.rs (#13149) 2021-12-21 15:53:46 +01:00
proc_state.rs chore: update deno_graph and deno_doc (#13173) 2021-12-22 14:25:06 +01:00
README.md
resolver.rs feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
source_maps.rs feat: output cause on JS runtime errors (#13209) 2021-12-29 19:34:13 +01:00
standalone.rs cleanup(cli): use op Extensions (#13223) 2021-12-29 14:30:08 +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.