0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 12:16:11 -05:00
denoland-deno/cli
David Sherret be4d0b7ad3
chore: fix 1.39.4 release (#21932)
I accidentally merged the past PR (wanted to do auto-merge). This fixes
it.
2024-01-13 18:52:00 -05:00
..
args chore(publish): add --dry-run flag (#21895) 2024-01-12 13:22:10 +01:00
bench chore(cli): bump deno_core (#21790) 2024-01-04 20:34:55 +01:00
cache fix: update deno_lint and swc (#21718) 2024-01-12 13:22:08 +01:00
js refactor: use core.ensureFastOps() (#21888) 2024-01-12 13:22:09 +01:00
lsp refactor(lsp): store project version on documents (#21892) 2024-01-12 13:22:10 +01:00
napi 1.39.4 (#21931) 2024-01-13 17:21:53 -05:00
npm chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
ops chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
schemas feat: precompile JSX (#20962) 2023-11-01 20:30:23 +00:00
standalone fix(compile): preserve granular unstable features (#21827) 2024-01-12 13:22:05 +01:00
tests fix(check): should not panic when all specified files excluded (#21929) 2024-01-13 17:09:39 -05:00
tools fix(check): should not panic when all specified files excluded (#21929) 2024-01-13 17:09:39 -05:00
tsc feat(unstable): fast subset type checking of JSR dependencies (#21873) 2024-01-12 13:22:09 +01:00
util fix(config): regression - handle relative patterns with leading dot slash (#21922) 2024-01-13 10:44:35 -05:00
auth_tokens.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
build.rs fix: android support (#19437) 2024-01-12 13:22:09 +01:00
Cargo.toml 1.39.4 (#21931) 2024-01-13 17:21:53 -05:00
cdp.rs refactor(tools/repl): reorganize code (#21810) 2024-01-12 13:22:04 +01:00
deno.ico fix(cli): add icon and metadata to deno.exe on Windows (#6693) 2020-07-15 21:54:38 +02:00
deno_std.rs chore: fix 1.39.4 release (#21932) 2024-01-13 18:52:00 -05:00
emit.rs chore: bump deno_core (#21832) 2024-01-12 13:22:08 +01:00
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
errors.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
factory.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
file_fetcher.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
graph_util.rs fix: update deno_lint and swc (#21718) 2024-01-12 13:22:08 +01:00
http_util.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
js.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
main.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
module_loader.rs fix(check): should not panic when all specified files excluded (#21929) 2024-01-13 17:09:39 -05:00
node.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01: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): support using an import map with byonm (#21786) 2024-01-04 20:34:55 +01:00
version.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
worker.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01: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.