1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli
2021-07-29 15:20:34 -04:00
..
ast chore: upgrade to swc 0.46 (#11402) 2021-07-14 21:28:01 -04:00
bench chore(runtime): deprecate Deno.copy (#11369) 2021-07-12 19:44:42 +02:00
dts fix(cli/dts): Type Deno.errors.* as subclasses of Error (#10702) 2021-07-26 20:40:24 +02:00
lsp feat(lsp): ability to set DENO_DIR via settings (#11527) 2021-07-28 07:25:09 +10:00
ops refactor(cli/tools/test_runner): split reporter into distinct stages (#11395) 2021-07-14 21:05:16 +02:00
schemas fix(cli): info now displays type reference deps (#11478) 2021-07-22 15:34:28 +10:00
tests feat: type check codeblocks in Markdown file with "deno test --doc" (#11421) 2021-07-29 21:03:06 +02:00
tools feat: type check codeblocks in Markdown file with "deno test --doc" (#11421) 2021-07-29 21:03:06 +02:00
tsc refactor(lsp): minor improvements to handling closed documents (#11518) 2021-07-27 07:40:12 +10:00
auth_tokens.rs remove macro_use (#9884) 2021-03-26 12:34:25 -04:00
build.rs fix(cli): rebuild when environment variables change (#11471) 2021-07-20 19:06:40 -07:00
Cargo.toml chore: release deno_fetch (#11549) 2021-07-29 21:59:44 +05:30
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 feat(cli): support "types" when type checking (#10999) 2021-06-22 07:18:32 +10: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 fix: move stable/unstable types/APIs to their correct places (#10880) 2021-06-22 03:03:00 +02:00
diff.rs fix(diff): better handling of text with only line ending differences (#11212) 2021-07-02 10:16:09 -04:00
disk_cache.rs chore: upgrade Rust to 1.53.0 (#11021) 2021-06-17 15:56:30 -04:00
errors.rs refactor(ast): Change AST parsing error to return struct with message and location (#10911) 2021-06-11 09:03:42 -04:00
file_fetcher.rs chore: use parking_lot for synchronization primitives to align with tokio (#11289) 2021-07-06 23:48:01 -04:00
file_watcher.rs chore: use parking_lot for synchronization primitives to align with tokio (#11289) 2021-07-06 23:48:01 -04:00
flags.rs feat(lsp): ability to set DENO_DIR via settings (#11527) 2021-07-28 07:25:09 +10: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 feat: type check codeblocks in Markdown file with "deno test --doc" (#11421) 2021-07-29 21:03:06 +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 fix: support windows file specifiers with import maps (#11551) 2021-07-29 15:20:34 -04:00
info.rs fix(cli): info now displays type reference deps (#11478) 2021-07-22 15:34:28 +10: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: type check codeblocks in Markdown file with "deno test --doc" (#11421) 2021-07-29 21:03:06 +02:00
media_type.rs fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816) 2021-06-02 20:29:58 +10:00
module_graph.rs fix(cli): info now displays type reference deps (#11478) 2021-07-22 15:34:28 +10:00
module_loader.rs fix(cli): Don't statically error on dynamic unmapped bare specifiers (#10618) 2021-05-31 16:37:36 +02:00
program_state.rs feat(lsp): ability to set DENO_DIR via settings (#11527) 2021-07-28 07:25:09 +10: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(lsp): ability to set DENO_DIR via settings (#11527) 2021-07-28 07:25:09 +10:00
standalone.rs feat: support SharedArrayBuffer sharing between workers (#11040) 2021-07-06 19:42:52 +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 refactor: deno_http op crate (#11335) 2021-07-12 12:44:49 +02: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.