1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/cli
Luca Casonato b53997273d
feat(test): better errors for resource sanitizer (#13296)
This commit makes the errors produced from the resource sanitizer much
more human readable. It does this by using real words rather than our
"resource names" when referring to resources, and by giving helpful
hints on how to clean up each of the resources.
2022-01-25 17:03:38 +01:00
..
bench perf(lsp): independent diagnostic source publishes (#13427) 2022-01-24 15:30:01 -05:00
compat 1.18.0 2022-01-20 21:49:30 +05:30
dts chore: re-enable wgpu_sync (#13453) 2022-01-24 23:47:05 +01:00
lsp refactor(lsp): remove RwLock on Config (#13485) 2022-01-25 10:30:38 -05:00
ops refactor: upgrade to import_map v0.6 (#13368) 2022-01-13 18:17:56 -05:00
schemas feat(lsp): improve registry completion suggestions (#13023) 2021-12-14 06:24:11 +11:00
tests feat(test): better errors for resource sanitizer (#13296) 2022-01-25 17:03:38 +01:00
tools feat: auto-discover config file (#13313) 2022-01-17 20:10:17 -05:00
tsc chore: update copyright year (#13434) 2022-01-20 16:10:16 +09:00
auth_tokens.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
build.rs chore: re-enable wgpu_sync (#13453) 2022-01-24 23:47:05 +01:00
cache.rs refactor: move transpiling to deno_ast (#13332) 2022-01-13 11:58:00 -05:00
Cargo.toml perf(lsp): independent diagnostic source publishes (#13427) 2022-01-24 15:30:01 -05:00
checksum.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
config_file.rs feat: auto-discover config file (#13313) 2022-01-17 20:10:17 -05: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 2022 (#13306) 2022-01-07 22:09:52 -05:00
diagnostics.rs chore: upgrade to rust 1.58 (#13377) 2022-01-15 07:10:12 +01:00
diff.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
disk_cache.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
emit.rs refactor: move transpiling to deno_ast (#13332) 2022-01-13 11:58:00 -05:00
errors.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
file_fetcher.rs fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467) 2022-01-24 11:27:52 +11:00
file_watcher.rs chore: upgrade to rust 1.58 (#13377) 2022-01-15 07:10:12 +01:00
flags.rs feat: auto-discover config file (#13313) 2022-01-17 20:10:17 -05:00
flags_allow_net.rs chore: upgrade clap to v3 (#13266) 2022-01-14 17:38:17 +01:00
fmt_errors.rs chore: upgrade to rust 1.58 (#13377) 2022-01-15 07:10:12 +01:00
fs_util.rs feat: auto-discover config file (#13313) 2022-01-17 20:10:17 -05:00
graph_util.rs chore: upgrade to rust 1.58 (#13377) 2022-01-15 07:10:12 +01:00
http_cache.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
http_util.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
lockfile.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
logger.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
main.rs chore: upgrade clap to v3 (#13266) 2022-01-14 17:38:17 +01:00
module_loader.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
proc_state.rs fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467) 2022-01-24 11:27:52 +11:00
README.md Remove deno_typescript (#6813) 2020-07-20 19:49:57 -04:00
resolver.rs refactor: upgrade to import_map v0.6 (#13368) 2022-01-13 18:17:56 -05:00
source_maps.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
standalone.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
text_encoding.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
tsc.rs refactor: move transpiling to deno_ast (#13332) 2022-01-13 11:58:00 -05:00
unix_util.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
version.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
windows_util.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05: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.