1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli
2023-01-24 15:41:22 +01:00
..
args feat: log detection of config file (#17338) 2023-01-24 15:41:22 +01:00
bench chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
cache feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
js feat: allow first arg in test step to be a function (#17096) 2023-01-24 15:41:01 +01:00
lsp feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
napi fix(napi): improve napi_adjust_external_memory (#17501) 2023-01-23 19:00:01 +05:30
node feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
npm feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
ops chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
schemas fix: add missing verb in description (#17163) 2022-12-22 14:51:22 +01:00
tests feat: log detection of config file (#17338) 2023-01-24 15:41:22 +01:00
tools feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
tsc feat: allow first arg in test step to be a function (#17096) 2023-01-24 15:41:01 +01:00
util chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
auth_tokens.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
build.rs feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
Cargo.toml refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
deno.ico
deno_std.rs chore: forward v1.29.4 release commit to main (#17453) 2023-01-17 00:30:33 +01:00
emit.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
errors.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
file_fetcher.rs refactor(permissions): add PermissionsContainer struct for internal mutability (#17134) 2023-01-07 17:25:34 +01:00
graph_util.rs feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
http_util.rs refactor: clean up unwrap and clone (#17282) 2023-01-15 09:36:46 +05:30
js.rs chore: add copyright_checker tool and add the missing copyright (#17285) 2023-01-13 16:51:32 +09:00
main.rs refactor(cli/tools): move flag and config logic to CliOptions (#17008) 2023-01-07 15:22:09 -05:00
module_loader.rs fix(watch): preserve ProcState::file_fetcher between restarts (#15466) 2023-01-10 16:28:10 +01:00
proc_state.rs feat: support node built-in module imports (#17264) 2023-01-24 09:05:54 -05:00
README.md docs(cli): do not need gen doc for cli (#17260) 2023-01-04 13:19:58 +01:00
resolver.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
standalone.rs refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504) 2023-01-24 08:23:19 -05:00
version.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
worker.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05: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.