deno/cli
2020-12-07 21:46:39 +11:00
..
bench refactor(cli+core): various cleanups in Rust (#8336) 2020-11-13 09:17:31 +11:00
dts feat(unstable): add cbreak option to setRaw (#8383) 2020-11-30 11:08:03 -05:00
lsp feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
ops refactor(cli): Reorganize worker code, use stronger memory ordering (#8638) 2020-12-07 04:30:40 +01:00
rt fix(compile): disable source mapping of errors (#8581) 2020-12-01 23:33:44 +01:00
tests feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
tools feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
tsc feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
ast.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
build.rs fix: don't unconditionally build canary (#8536) 2020-11-29 17:08:38 +01:00
Cargo.toml feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
checksum.rs
colors.rs
deno.ico
deno_dir.rs chore: clippy future cleanups (#8514) 2020-11-28 06:47:35 +11:00
diagnostics.rs chore: clippy future cleanups (#8514) 2020-11-28 06:47:35 +11:00
diff.rs refactor(cli+core): various cleanups in Rust (#8336) 2020-11-13 09:17:31 +11:00
disk_cache.rs refactor(cli): rename fs module to fs_util (#8380) 2020-11-16 20:48:50 +01:00
errors.rs
file_fetcher.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
file_watcher.rs fix(watcher): watcher doesn't exit when module resolution fails (#8521) 2020-11-28 15:18:13 +01:00
flags.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
flags_allow_net.rs
fmt_errors.rs refactor(cli): rename fmt_errors::JsError to PrettyJsError (#8435) 2020-11-19 20:37:22 +01:00
fs_util.rs feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276) 2020-11-22 21:45:44 +01:00
http_cache.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
http_util.rs add canary versioning (#8480) 2020-11-25 05:30:14 -05:00
import_map.rs
info.rs refactor(cli): remove unnecessary format! calls (#8315) 2020-11-09 15:38:29 +01:00
inspector.rs add canary versioning (#8480) 2020-11-25 05:30:14 -05:00
js.rs
lockfile.rs refactor(cli): Remove unnecessary conversion into BTreeMap (#8498) 2020-11-26 13:16:48 +01:00
main.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
media_type.rs chore: clippy future cleanups (#8514) 2020-11-28 06:47:35 +11:00
metrics.rs
module_graph.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
module_loader.rs refactor(cli): Simplify choosing type lib in CliModuleLoader (#8637) 2020-12-07 11:03:03 +01:00
permissions.rs refactor(cli): rename fs module to fs_util (#8380) 2020-11-16 20:48:50 +01:00
program_state.rs fix(cli): local sources are not cached in memory (#8328) 2020-11-16 13:19:31 +11:00
README.md
resolve_addr.rs
signal.rs
source_maps.rs refactor(cli): rename fmt_errors::JsError to PrettyJsError (#8435) 2020-11-19 20:37:22 +01:00
specifier_handler.rs refactor(cli): refactor file_fetcher (#8245) 2020-11-06 11:38:21 +11:00
standalone.rs fix(compile): disable source mapping of errors (#8581) 2020-12-01 23:33:44 +01:00
text_encoding.rs
tokio_util.rs
tsc.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
tsc_config.rs feat: add mvp language server (#8515) 2020-12-07 21:46:39 +11:00
version.rs feat(cli/tools/upgrade): canary support (#8476) 2020-11-29 20:00:35 +01:00
web_worker.rs refactor(cli): Simplify choosing type lib in CliModuleLoader (#8637) 2020-12-07 11:03:03 +01:00
worker.rs refactor(cli): Simplify choosing type lib in CliModuleLoader (#8637) 2020-12-07 11:03:03 +01: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.