0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/cli
David Sherret b1e2601e05 fix(repl): disable language server document preloading in the repl (#18543)
This was an oversight because the repl uses the language server under
the hood. Also, never preloads from a root directory.

Part of #18538
2023-04-01 17:34:08 -04:00
..
args
bench
cache fix(lsp): include all diagnosable documents on initialize (#17979) 2023-03-31 11:43:20 -06:00
js
lsp fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 17:34:08 -04:00
napi 1.32.2 (#18533) 2023-03-31 14:01:12 -06:00
node
npm
ops
schemas
tests fix(repl): disable language server document preloading in the repl (#18543) 2023-04-01 17:34:08 -04:00
tools perf(check): faster source hashing (#18534) 2023-04-01 17:34:08 -04:00
tsc perf(check): faster source hashing (#18534) 2023-04-01 17:34:08 -04:00
util
auth_tokens.rs
build.rs fix: upgrade to TypeScript 5.0.3 (#18532) 2023-03-31 11:43:20 -06:00
Cargo.toml 1.32.2 (#18533) 2023-03-31 14:01:12 -06:00
deno.ico
deno_std.rs 1.32.2 (#18533) 2023-03-31 14:01:12 -06:00
emit.rs
errors.rs
file_fetcher.rs
graph_util.rs
http_util.rs
js.rs
main.rs
module_loader.rs
proc_state.rs
README.md
resolver.rs
standalone.rs
version.rs
worker.rs

Deno CLI Crate

crates

This provides the actual deno executable and the user-facing APIs.

The deno crate uses the deno_core to provide the executable.