0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli
Luca Casonato ae81065c75
fix(ext/http): Deno.Server should not be thenable (#20723)
Otherwise you can not return `Deno.Server` from async functions.

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-10-09 12:43:14 +09:00
..
args fix(cli): Support using both --watch and --inspect at the same time (#20660) 2023-10-06 23:33:14 +02:00
bench feat: support import attributes (#20342) 2023-09-07 09:09:16 -04:00
cache feat(unstable): package manager (#20517) 2023-09-18 10:46:44 -04:00
js refactor: rewrite websocket to use op2 macro (#20140) 2023-10-04 21:43:58 +00:00
lsp perf(lsp): optimize formatting minified files (#20829) 2023-10-09 04:39:52 +01:00
napi chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
npm refactor(npm): break up NpmModuleLoader and move more methods into the managed CliNpmResolver (#20777) 2023-10-03 19:05:06 -04:00
ops refactor: migrate more ops to op2 macro (#20808) 2023-10-07 21:04:03 +05:30
schemas
standalone refactor(npm): break up NpmModuleLoader and move more methods into the managed CliNpmResolver (#20777) 2023-10-03 19:05:06 -04:00
tests fix(ext/http): Deno.Server should not be thenable (#20723) 2023-10-09 12:43:14 +09:00
tools refactor: migrate more ops to op2 macro (#20808) 2023-10-07 21:04:03 +05:30
tsc fix: define window.name (#20804) 2023-10-08 22:12:59 +00:00
util chore: update to Rust 1.73 (#20781) 2023-10-05 14:49:09 -04:00
auth_tokens.rs
build.rs refactor: use deno_core::FeatureChecker for unstable checks (#20765) 2023-10-04 21:42:17 +02:00
Cargo.toml fix(npm): upgrade to deno_npm 0.15.2 (#20772) 2023-10-03 17:35:47 +00:00
deno.ico
deno_std.rs chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
emit.rs
errors.rs chore: update to Rust 1.73 (#20781) 2023-10-05 14:49:09 -04:00
factory.rs refactor(npm): break up NpmModuleLoader and move more methods into the managed CliNpmResolver (#20777) 2023-10-03 19:05:06 -04:00
file_fetcher.rs feat: support import attributes (#20342) 2023-09-07 09:09:16 -04:00
graph_util.rs refactor(npm): create cli::npm::managed module (#20740) 2023-09-30 12:06:38 -04:00
http_util.rs
js.rs
main.rs refactor(npm): create cli::npm::managed module (#20740) 2023-09-30 12:06:38 -04:00
module_loader.rs refactor(npm): add referrer when resolving npm package sub path from deno module (#20800) 2023-10-05 20:18:29 +00:00
node.rs
README.md
resolver.rs refactor(npm): break up NpmModuleLoader and move more methods into the managed CliNpmResolver (#20777) 2023-10-03 19:05:06 -04:00
version.rs
worker.rs refactor(npm): add referrer when resolving npm package sub path from deno module (#20800) 2023-10-05 20:18:29 +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.