deno/cli
cions 881a62869d
fix: android support (#19437)
<!--
Before submitting a PR, please read https://deno.com/manual/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->

---------

Signed-off-by: Matt Mastracci <matthew@mastracci.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2024-01-10 06:04:14 -07:00
..
args chore: rename do-not-use-publish (#21854) 2024-01-08 20:07:36 +00:00
bench chore(cli): bump deno_core (#21790) 2024-01-04 18:53:04 +00:00
cache fix: update deno_lint and swc (#21718) 2024-01-09 23:20:52 +00:00
js fix: strict type check for cross realms (#21669) 2024-01-04 09:42:38 +05:30
lsp fix: update deno_lint and swc (#21718) 2024-01-09 23:20:52 +00:00
napi chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
npm chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ops chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
schemas feat: precompile JSX (#20962) 2023-11-01 20:30:23 +00:00
standalone fix(compile): preserve granular unstable features (#21827) 2024-01-06 19:31:09 +05:30
tests fix: android support (#19437) 2024-01-10 06:04:14 -07:00
tools chore: bump deno_core (#21832) 2024-01-10 09:48:40 +05:30
tsc fix: android support (#19437) 2024-01-10 06:04:14 -07:00
util chore: bump deno_core (#21832) 2024-01-10 09:48:40 +05:30
auth_tokens.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
build.rs fix: android support (#19437) 2024-01-10 06:04:14 -07:00
Cargo.toml fix: update deno_lint and swc (#21718) 2024-01-09 23:20:52 +00:00
cdp.rs refactor(tools/repl): reorganize code (#21810) 2024-01-05 16:14:58 +01:00
deno.ico
deno_std.rs chore: forward v1.39.2 release commit to main (#21793) 2024-01-04 23:52:17 +00:00
emit.rs chore: bump deno_core (#21832) 2024-01-10 09:48:40 +05:30
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-01 19:58:21 +00:00
factory.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
file_fetcher.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
graph_util.rs fix: update deno_lint and swc (#21718) 2024-01-09 23:20:52 +00:00
http_util.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
js.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
main.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
module_loader.rs chore: bump deno_core (#21832) 2024-01-10 09:48:40 +05:30
node.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00: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 09:20:58 +05:30
version.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
worker.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +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.