deno/cli
2021-05-16 16:57:55 +02:00
..
bench fix(#10603): revert minimal changes to resolve deadlock bug (#10605) 2021-05-12 13:10:06 +10:00
dts docs(cli/dts): fix http server example (#10651) 2021-05-16 16:57:55 +02:00
lsp docs(cli/dts): fix link from master to main (#10633) 2021-05-15 16:22:45 +09:00
ops refactor(cli/ops): don't pass ops through json (#10629) 2021-05-14 14:25:50 +02:00
tests v1.10.0 2021-05-12 02:06:07 +02:00
tools feat(test): add support for type checking documentation (#10521) 2021-05-11 01:54:39 +02:00
tsc refactor(core): convert core.print() to a builtin op (#10436) 2021-05-02 19:30:03 -04:00
ast.rs feat(test): add support for type checking documentation (#10521) 2021-05-11 01:54:39 +02:00
auth_tokens.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
build.rs feat: add WebStorage API (#7819) 2021-05-10 12:02:47 +02:00
Cargo.toml chore: upgrade Tokio to 1.6.0 (#10637) 2021-05-15 15:13:10 +02:00
checksum.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
colors.rs Remove denort optimization (#10350) 2021-04-26 13:28:38 -04:00
config_file.rs fix(lsp): remove duplicate cwd in config path (#10620) 2021-05-13 23:56:30 +02:00
deno.ico fix(cli): add icon and metadata to deno.exe on Windows (#6693) 2020-07-15 21:54:38 +02:00
deno_dir.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
diagnostics.rs feat(runtime): stabilize Deno.fstat and Deno.fstatSync (#10108) 2021-04-12 11:27:38 +02:00
diff.rs chore: make all tests annotated with #[cfg(test)] (#9347) 2021-02-01 10:55:23 -05:00
disk_cache.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
errors.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
file_fetcher.rs fix(cli): ignore x-typescript-types header when media type is not js/jsx (#10574) 2021-05-13 08:07:22 +09:00
file_watcher.rs feat: add deno test --watch (#9160) 2021-05-10 08:06:13 +02:00
flags.rs feat(test): add support for type checking documentation (#10521) 2021-05-11 01:54:39 +02:00
flags_allow_net.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
fmt_errors.rs fix(#10292): Don't gray-out internal frames (#10293) 2021-04-22 08:30:03 -04:00
fs_util.rs fix: do not panic on not found cwd (#10238) 2021-04-21 17:52:00 +02:00
http_cache.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
http_util.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
import_map.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
info.rs feat(cli): represent type dependencies in info (#9630) 2021-03-01 22:49:58 +11:00
lockfile.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
logger.rs feat(lsp): add internal debugging logging (#10438) 2021-05-11 14:54:10 +10:00
main.rs feat(lsp): add internal debugging logging (#10438) 2021-05-11 14:54:10 +10:00
media_type.rs upgrade: Rust 1.51.0 (#9895) 2021-03-25 19:17:37 +01:00
module_graph.rs refactor(cli): replace loading file for --config flag with generic structure (#10481) 2021-05-10 18:16:39 +02:00
module_loader.rs Make ModuleSpecifier a type alias, not wrapper struct (#9531) 2021-02-17 13:47:18 -05:00
program_state.rs refactor(cli): replace loading file for --config flag with generic structure (#10481) 2021-05-10 18:16:39 +02:00
README.md Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
source_maps.rs feat: blob URL support (#10045) 2021-04-07 15:22:14 +02:00
specifier_handler.rs feat(runtime/permissions): prompt fallback (#9376) 2021-04-12 11:15:43 +09:00
standalone.rs feat: add WebStorage API (#7819) 2021-05-10 12:02:47 +02:00
text_encoding.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00
tokio_util.rs feat: native HTTP bindings (#9935) 2021-04-08 18:34:15 -04:00
tsc.rs feat(lsp): add internal debugging logging (#10438) 2021-05-11 14:54:10 +10:00
unix_util.rs chore: update copyright headers (#10243) 2021-04-20 14:27:36 +09:00
version.rs Remove denort optimization (#10350) 2021-04-26 13:28:38 -04:00

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.