0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli
Elijah 154920a24e
test(runtime): support Windows in resolve_from_cwd_absolute (#18379)
`current_dir().unwrap()` joined with a Path is equivalent to the
implementation in `resolve_from_cwd()`. Manually tested on Ubuntu 22.04
and Windows 11.

Signed-off-by: Elijah Conners <business@elijahpepe.com>
2023-04-18 17:41:50 +02:00
..
args fix(npm): eagerly reload package information when version from lockfile not found locally (#18673) 2023-04-18 17:41:50 +02:00
bench chore(cli/bench): add ws echo bench (#18595) 2023-04-12 15:49:39 +02:00
cache
js fix(test): don't swallow sanitizer errors with permissions (#18550) 2023-04-01 17:34:09 -04:00
lsp refactor: ProcState::build -> ProcState::from_flags (#18672) 2023-04-18 17:41:49 +02:00
napi 1.32.4 (#18668) 2023-04-12 17:17:55 +02:00
node refactor(npm): use deno_npm and deno_semver (#18602) 2023-04-12 15:52:03 +02:00
npm fix(npm): eagerly reload package information when version from lockfile not found locally (#18673) 2023-04-18 17:41:50 +02:00
ops
schemas
tests fix(test): add process sigint handler for --watch (#18678) 2023-04-18 17:41:50 +02:00
tools fix(test): add process sigint handler for --watch (#18678) 2023-04-18 17:41:50 +02:00
tsc refactor(npm): use deno_npm and deno_semver (#18602) 2023-04-12 15:52:03 +02:00
util test(runtime): support Windows in resolve_from_cwd_absolute (#18379) 2023-04-18 17:41:50 +02:00
auth_tokens.rs
build.rs refactor(ext/fs): abstract FS via FileSystem trait (#18599) 2023-04-12 15:52:08 +02:00
Cargo.toml 1.32.4 (#18668) 2023-04-12 17:17:55 +02:00
deno.ico
deno_std.rs 1.32.4 (#18668) 2023-04-12 17:17:55 +02:00
emit.rs
errors.rs
file_fetcher.rs Revert "fix(cli): don't store blob and data urls in the module cache (#18261)" (#18572) 2023-04-12 15:44:00 +02:00
graph_util.rs fix(npm): do not "npm install" when npm specifier happens to match package.json entry (#18660) 2023-04-12 15:52:08 +02:00
http_util.rs
js.rs refactor(core): Improve ergonomics of managing ASCII strings (#18498) 2023-04-12 15:49:39 +02:00
main.rs refactor: ProcState::build -> ProcState::from_flags (#18672) 2023-04-18 17:41:49 +02:00
module_loader.rs refactor(core): Improve ergonomics of managing ASCII strings (#18498) 2023-04-12 15:49:39 +02:00
proc_state.rs refactor: ProcState::build -> ProcState::from_flags (#18672) 2023-04-18 17:41:49 +02:00
README.md
resolver.rs fix(npm): eagerly reload package information when version from lockfile not found locally (#18673) 2023-04-18 17:41:50 +02:00
standalone.rs refactor: ProcState::build -> ProcState::from_flags (#18672) 2023-04-18 17:41:49 +02:00
version.rs
worker.rs refactor(npm): use deno_npm and deno_semver (#18602) 2023-04-12 15:52:03 +02:00

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.