0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-06 19:27:09 -05:00
deno/cli
2025-01-14 15:02:22 +01:00
..
args Merge branch 'main' into lint_plugins 2025-01-14 15:02:22 +01:00
bench chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
cache refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
js Merge branch 'main' into lint_plugins 2025-01-14 15:02:22 +01:00
lsp Merge branch 'main' into lint_plugins 2025-01-14 15:02:22 +01:00
npm refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05:00
ops add an error 2025-01-12 22:48:27 +01:00
schemas feat: support excluding rules from lint plugins 2025-01-03 11:03:28 +01:00
standalone fix(compile/windows): better handling of deno_dir on different drive letter than code (#27654) 2025-01-13 22:29:21 -05:00
tools Merge branch 'main' into lint_plugins 2025-01-14 15:02:22 +01:00
tsc Merge branch 'main' into lint_plugins 2025-01-14 15:02:22 +01:00
util refactor(npm): split some resolution from installation (#27595) 2025-01-08 23:46:37 +00:00
build.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
Cargo.toml chore: forward v2.1.5 release commit to main (#27613) 2025-01-09 17:38:18 -05: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
emit.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
entitlements.plist
factory.rs refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -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 refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05:00
http_util.rs refactor(npm): extract out some npm fs resolution code from the cli (#27607) 2025-01-09 12:10:07 -05: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 refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05:00
mainrt.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
module_loader.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
node.rs refactor: make IncrementalCache accept a CacheDBHash (#27570) 2025-01-06 23:56:36 +00:00
README.md
resolver.rs refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -05: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 refactor: create NpmInstaller (#27626) 2025-01-13 17:35:18 -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.