1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 15:48:16 -05:00
denoland-deno/cli
2025-01-03 18:30:41 +00:00
..
args fix(permissions): implicit --allow-import when using --cached-only (#27530) 2025-01-02 16:55:03 -05:00
bench chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
cache chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
js chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
lsp fix(lsp): css preprocessor formatting (#27526) 2025-01-02 13:31:47 +00:00
npm refactor: update some fs_util functions to use sys_traits (#27515) 2025-01-02 10:06:12 -05:00
ops chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
schemas fix(task): support tasks without commands (#27191) 2024-12-19 18:10:58 +00:00
standalone fix(permissions): implicit --allow-import when using --cached-only (#27530) 2025-01-02 16:55:03 -05:00
tools chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
tsc fix(check): line-break between diagnostic message chain entries (#27543) 2025-01-03 18:30:41 +00:00
util refactor: update some fs_util functions to use sys_traits (#27515) 2025-01-02 10:06:12 -05:00
build.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
Cargo.toml chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
cdp.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
clippy.toml refactor: do not use deno_fs::FileSystem everywhere (#27508) 2024-12-31 11:29:07 -05:00
deno.ico fix(cli): add icon and metadata to deno.exe on Windows (#6693) 2020-07-15 21:54:38 +02:00
emit.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
errors.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
factory.rs refactor(node/npm): separate out permission check from npm resolvers (#27511) 2025-01-02 10:05:52 -05:00
file_fetcher.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
graph_container.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
graph_util.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
http_util.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
integration_tests_runner.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
js.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
jsr.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
main.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
mainrt.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
module_loader.rs refactor(node/npm): separate out permission check from npm resolvers (#27511) 2025-01-02 10:05:52 -05:00
node.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
README.md docs(cli): do not need gen doc for cli (#17260) 2023-01-04 13:19:58 +01:00
resolver.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
shared.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
sys.rs refactor: update some fs_util functions to use sys_traits (#27515) 2025-01-02 10:06:12 -05:00
task_runner.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
version.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
worker.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00: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.