deno/cli
Ben Noordhuis 993a1dd41a
feat(runtime): add op_set_exit_code (#12911)
Set the exit code to use if none is provided to Deno.exit(), or when
Deno exits naturally.

Needed for process.exitCode Node compat. Paves the way for #12888.
2021-11-28 00:45:38 +01:00
..
ast refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
bench
compat chore: merge v1.16.3 into main (#12892) 2021-11-24 15:56:18 -08:00
dts feat(ext/net): ALPN support in Deno.connectTls() (#12786) 2021-11-26 19:59:53 +01:00
lsp chore: upgrade lspower to 1.4.0 (#12894) 2021-11-25 12:10:12 +11:00
ops fix(cli): don't cache .tsbuildinfo unless emitting (#12830) 2021-11-24 08:20:30 +11:00
schemas
tests feat(runtime): add op_set_exit_code (#12911) 2021-11-28 00:45:38 +01:00
tools refactor(repl): move rustyline sync channel communication into struct (#12900) 2021-11-25 14:05:12 -05:00
tsc feat(lsp): add type definition provider (#12789) 2021-11-23 11:09:19 +11:00
auth_tokens.rs
build.rs
cache.rs
Cargo.toml chore: upgrade lspower to 1.4.0 (#12894) 2021-11-25 12:10:12 +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 fix: update unstable Deno props for signal API (#12723) 2021-11-10 14:30:20 +01:00
diff.rs
disk_cache.rs
emit.rs fix(cli): don't cache .tsbuildinfo unless emitting (#12830) 2021-11-24 08:20:30 +11:00
errors.rs
file_fetcher.rs refactor: clean up cli/file_fetcher.rs (#12772) 2021-11-15 19:59:19 -05:00
file_watcher.rs
flags.rs typo 2021-11-09 13:43:23 -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
http_cache.rs
http_util.rs
lockfile.rs
logger.rs
main.rs feat(runtime): add op_set_exit_code (#12911) 2021-11-28 00:45:38 +01:00
module_loader.rs fix(cli): short-circuit in prepare_module_load() (#12604) 2021-11-16 10:25:52 +11:00
proc_state.rs fix(lsp): lsp should respect include/exclude files in format config (#12876) 2021-11-24 15:14:19 -05:00
README.md
resolver.rs
source_maps.rs
standalone.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
text_encoding.rs
tsc.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -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.