0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-06 11:18:57 -05:00
deno/cli
2025-01-07 00:47:43 +01:00
..
args Merge branch 'main' into lint_plugins 2025-01-06 23:14:19 +01:00
bench chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
cache lint 2025-01-03 23:25:31 +01:00
js install all plugins in one go 2025-01-07 00:47:43 +01:00
lsp Merge branch 'main' into lint_plugins 2025-01-06 23:14:19 +01:00
npm refactor: update some fs_util functions to use sys_traits (#27515) 2025-01-02 10:06:12 -05:00
ops wire up CancellationToken 2025-01-03 23:52:51 +01:00
schemas feat: support excluding rules from lint plugins 2025-01-03 11:03:28 +01:00
standalone fix(permissions): implicit --allow-import when using --cached-only (#27530) 2025-01-02 16:55:03 -05:00
tools install all plugins in one go 2025-01-07 00:47:43 +01:00
tsc Merge branch 'main' into lint_plugins 2025-01-06 23:14:19 +01: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 fix(check): move module not found errors to typescript diagnostics (#27533) 2025-01-03 21:49:56 +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
emit.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
entitlements.plist
errors.rs fix(check): move module not found errors to typescript diagnostics (#27533) 2025-01-03 21:49:56 +00:00
factory.rs fix(check): move module not found errors to typescript diagnostics (#27533) 2025-01-03 21:49:56 +00: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 fix(check): move module not found errors to typescript diagnostics (#27533) 2025-01-03 21:49:56 +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 feat(unstable): replace SpanExporter with TracerProvider (#27473) 2025-01-06 14:28:29 +01:00
mainrt.rs feat(unstable): replace SpanExporter with TracerProvider (#27473) 2025-01-06 14:28:29 +01:00
module_loader.rs fix(check): move module not found errors to typescript diagnostics (#27533) 2025-01-03 21:49:56 +00:00
node.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
README.md
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.