1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli
2022-02-11 14:04:31 -05:00
..
bench refactor(lsp): remove circular dependency between LanguageServer and DiagnosticsServer (#13577) 2022-02-02 18:02:59 -05:00
compat fix(compat): ESM resolver for package subpath (#13599) 2022-02-07 00:02:52 +01:00
dts fix(cli/dts/webgpu): make GPUBlendComponent properties optional (#13574) 2022-02-02 14:38:01 +01:00
lsp refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
ops refactor: integrate deno_graph breaking changes (#13495) 2022-02-01 09:33:57 +11:00
schemas
tests compat: support --compat in web workers (#13629) 2022-02-11 13:41:56 +01:00
tools refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
tsc perf(lsp): cancellable TS diagnostics (#13565) 2022-02-02 09:25:22 -05:00
auth_tokens.rs
build.rs chore: re-enable wgpu_sync (#13453) 2022-01-24 23:47:05 +01:00
cache.rs
Cargo.toml feat(lsp): provide completions from import map if available (#13624) 2022-02-10 07:13:50 +11:00
cdp.rs refactor: factor out CDP message types (#13551) 2022-02-07 17:05:49 +01:00
checksum.rs
config_file.rs feat: auto-discover config file (#13313) 2022-01-17 20:10:17 -05:00
deno.ico
deno_dir.rs fix: don't crash when $HOME is a relative path (#13581) 2022-02-03 14:08:17 +01:00
diagnostics.rs chore: upgrade to rust 1.58 (#13377) 2022-01-15 07:10:12 +01:00
diff.rs
disk_cache.rs
emit.rs refactor: integrate deno_graph breaking changes (#13495) 2022-02-01 09:33:57 +11:00
errors.rs refactor: integrate deno_graph breaking changes (#13495) 2022-02-01 09:33:57 +11:00
file_fetcher.rs refactor: integrate deno_graph breaking changes (#13495) 2022-02-01 09:33:57 +11:00
file_watcher.rs feat(cli): add "--no-clear-screen" flag (#13454) 2022-01-31 17:39:39 +01:00
flags.rs refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
flags_allow_net.rs
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 refactor: integrate deno_graph breaking changes (#13495) 2022-02-01 09:33:57 +11:00
http_cache.rs
http_util.rs
lockfile.rs
logger.rs
main.rs refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
module_loader.rs refactor: integrate deno_graph breaking changes (#13495) 2022-02-01 09:33:57 +11:00
proc_state.rs refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
README.md
resolver.rs refactor: integrate deno_graph breaking changes (#13495) 2022-02-01 09:33:57 +11:00
source_maps.rs
standalone.rs refactor: use Arc instead of making copies of Flags struct (#13610) 2022-02-11 14:04:31 -05:00
text_encoding.rs
tsc.rs fix(cli): handle local files with query params on emit (#13568) 2022-02-03 06:48:54 +11: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.