0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/cli
2024-10-26 13:41:09 -04:00
..
args fix(fmt): --ext flag requires to pass files (#26525) 2024-10-24 21:22:36 +02:00
bench bench: remove http benchmarks (#26484) 2024-10-24 23:19:58 +02:00
cache perf: pass transpiled module to deno_core as known string (#26555) 2024-10-26 13:41:09 -04:00
js
lsp fix(lsp): make missing import action fix infallible (#26539) 2024-10-25 21:52:50 +01:00
npm fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-24 20:03:56 +02:00
ops
schemas fix: add 'fmt-component' to unstable features in schema file (#26526) 2024-10-24 19:55:38 +00:00
standalone perf: pass transpiled module to deno_core as known string (#26555) 2024-10-26 13:41:09 -04:00
tools perf: pass transpiled module to deno_core as known string (#26555) 2024-10-26 13:41:09 -04:00
tsc fix(check): ignore resolving jsxImportSource when jsx is not used in graph (#26548) 2024-10-25 17:56:40 +00:00
util perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-24 19:48:48 +00:00
auth_tokens.rs
build.rs feat: support node-api in denort (#26389) 2024-10-24 09:13:54 +02:00
Cargo.toml fix(install): cache json exports of JSR packages (#26552) 2024-10-25 20:19:03 +00:00
cdp.rs
clippy.toml
deno.ico
emit.rs perf: pass transpiled module to deno_core as known string (#26555) 2024-10-26 13:41:09 -04:00
entitlements.plist
errors.rs
factory.rs perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-24 19:48:48 +00:00
file_fetcher.rs fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-24 20:03:56 +02:00
graph_container.rs
graph_util.rs feat(unstable): --unstable-detect-cjs for respecting explicit "type": "commonjs" (#26149) 2024-10-14 20:48:39 -04:00
http_util.rs fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-24 20:03:56 +02:00
integration_tests_runner.rs
js.rs
jsr.rs
main.rs feat: support node-api in denort (#26389) 2024-10-24 09:13:54 +02:00
mainrt.rs perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-24 19:48:48 +00:00
module_loader.rs perf: pass transpiled module to deno_core as known string (#26555) 2024-10-26 13:41:09 -04:00
node.rs feat(unstable): --unstable-detect-cjs for respecting explicit "type": "commonjs" (#26149) 2024-10-14 20:48:39 -04:00
README.md
resolver.rs feat(unstable): --unstable-detect-cjs for respecting explicit "type": "commonjs" (#26149) 2024-10-14 20:48:39 -04:00
shared.rs
task_runner.rs feat(npm): support --allow-scripts on deno run (and deno add, deno test, etc) (#26075) 2024-10-12 12:14:32 -07:00
version.rs
worker.rs fix: do not panic running remote cjs module (#26259) 2024-10-15 03:57:31 +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.