1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli
denobot 65db94feba
1.29.4 (#17452)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2023-01-16 23:07:42 +01:00
..
args chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
bench chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
cache chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
js chore: update dlint to v0.37.0 for GitHub Actions (#17295) 2023-01-16 21:35:41 +01:00
lsp refactor(cli): fewer clones (#17450) 2023-01-16 21:35:42 +01:00
napi 1.29.4 (#17452) 2023-01-16 23:07:42 +01:00
node fix(npm): allow to read package.json if permissions are granted (#17209) 2023-01-13 11:20:14 -05:00
npm refactor(npm): avoid cloning snapshot for lockfile (#17451) 2023-01-16 21:35:42 +01:00
ops chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 11:20:20 -05:00
schemas fix: add missing verb in description (#17163) 2023-01-05 13:05:16 +01:00
tests chore: update dlint to v0.37.0 for GitHub Actions (#17295) 2023-01-16 21:35:41 +01:00
tools refactor(cli): fewer clones (#17450) 2023-01-16 21:35:42 +01:00
tsc chore: update std submodule and its imports (#17408) 2023-01-16 21:35:24 +01:00
util chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01:00
auth_tokens.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
build.rs refactor: clean up unwrap and clone (#17282) 2023-01-16 21:35:00 +01:00
Cargo.toml 1.29.4 (#17452) 2023-01-16 23:07:42 +01:00
deno.ico fix(cli): add icon and metadata to deno.exe on Windows (#6693) 2020-07-15 21:54:38 +02:00
deno_std.rs 1.29.4 (#17452) 2023-01-16 23:07:42 +01:00
emit.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
errors.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
file_fetcher.rs refactor(permissions): add PermissionsContainer struct for internal mutability (#17134) 2023-01-13 11:20:12 -05:00
graph_util.rs fix(watch): preserve ProcState::file_fetcher between restarts (#15466) 2023-01-13 11:20:14 -05:00
http_util.rs refactor: clean up unwrap and clone (#17282) 2023-01-16 21:35:00 +01:00
js.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 11:20:20 -05:00
main.rs refactor(cli/tools): move flag and config logic to CliOptions (#17008) 2023-01-13 11:20:13 -05:00
module_loader.rs fix(watch): preserve ProcState::file_fetcher between restarts (#15466) 2023-01-13 11:20:14 -05:00
proc_state.rs refactor: clean up unwrap and clone (#17282) 2023-01-16 21:35:00 +01:00
README.md docs(cli): do not need gen doc for cli (#17260) 2023-01-05 13:06:21 +01:00
resolver.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
standalone.rs fix(npm): allow to read package.json if permissions are granted (#17209) 2023-01-13 11:20:14 -05:00
version.rs chore: update copyright year to 2023 (#17247) 2023-01-05 13:05:49 +01:00
worker.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-16 21:35:00 +01: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.