1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli
citrusmunch 08f5db5c62
docs(cli/args/flags.rs): Update dead link for run example (#21277)
The `deno run` example in the help output uses
https://deno.land/std/examples/welcome.ts which no longer exists.

Replacing with https://examples.deno.land/hello-world.ts

Signed-off-by: citrusmunch <citrusmunch@users.noreply.github.com>
2023-11-20 23:59:13 +01:00
..
args docs(cli/args/flags.rs): Update dead link for run example (#21277) 2023-11-20 23:59:13 +01:00
bench chore: make http benches more reliable to start (#21240) 2023-11-17 14:33:02 -07:00
cache refactor: break out ModuleInfoCache from ParsedSourceCache (#20977) 2023-10-25 18:13:22 -04:00
js perf: move jupyter esm out of main snapshot (#21163) 2023-11-14 22:06:00 +01:00
lsp refactor(upgrade): add unit tests for lsp upgrade check (#21244) 2023-11-17 16:40:12 -05:00
napi chore: forward v1.38.2 release commit to main (#21236) 2023-11-17 17:57:25 +09:00
npm perf: snapshot runtime ops (#21127) 2023-11-11 17:01:48 +00:00
ops perf: move jupyter esm out of main snapshot (#21163) 2023-11-14 22:06:00 +01:00
schemas feat: precompile JSX (#20962) 2023-11-01 20:30:23 +00:00
standalone perf: move jupyter esm out of main snapshot (#21163) 2023-11-14 22:06:00 +01:00
tests fix: Deno.noColor should not be true when NO_COLOR is empty string (#21275) 2023-11-20 15:58:22 -05:00
tools chore: combine TestCommandBuilder with DenoCmd (#21248) 2023-11-17 22:46:15 -05:00
tsc docs: typo fixlet in worker type comment (#21268) 2023-11-20 17:04:01 +05:30
util fix(install): should work with non-existent relative root (#21161) 2023-11-13 09:44:01 -05:00
auth_tokens.rs chore: update base64 crate (#20877) 2023-10-26 18:39:04 +02:00
build.rs fix: use short git hash for deno version (#21218) 2023-11-15 19:24:13 +00:00
Cargo.toml chore: update deno_doc to 0.73.3 (#21262) 2023-11-20 14:25:13 +01:00
cdp.rs refactor: unify CDP types in a single module (#21094) 2023-11-05 22:58:59 +00:00
deno.ico
deno_std.rs chore: forward v1.38.2 release commit to main (#21236) 2023-11-17 17:57:25 +09:00
emit.rs feat: deno run --unstable-hmr (#20876) 2023-10-31 01:25:58 +01:00
errors.rs fix: improve deno doc --lint error messages (#21156) 2023-11-10 18:40:39 +00:00
factory.rs perf: move jupyter esm out of main snapshot (#21163) 2023-11-14 22:06:00 +01:00
file_fetcher.rs chore: fix and deflake cert store fetch tests (#21241) 2023-11-17 19:16:11 +00:00
graph_util.rs feat(unstable): Workspaces support (#20410) 2023-11-17 01:28:38 +00:00
http_util.rs feat(unstable): add more options to Deno.createHttpClient (#17385) 2023-05-21 03:43:54 +02:00
js.rs build: allow disabling snapshots for dev (#20048) 2023-08-06 01:47:15 +02:00
main.rs refactor: unify CDP types in a single module (#21094) 2023-11-05 22:58:59 +00:00
module_loader.rs feat(unstable): Workspaces support (#20410) 2023-11-17 01:28:38 +00:00
node.rs chore: rename some helpers on the Fs trait (#20097) 2023-08-08 16:28:18 -04:00
README.md docs(cli): do not need gen doc for cli (#17260) 2023-01-04 13:19:58 +01:00
resolver.rs fix(unstable/byonm): improve error messages (#20987) 2023-10-26 21:22:15 -04:00
version.rs refactor: make version and user_agent &'static str (#18400) 2023-03-23 23:27:58 +01:00
worker.rs fix(npm): support cjs entrypoint in node_modules folder (#21224) 2023-11-16 17:29:35 -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.