1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 13:00:36 -05:00
denoland-deno/cli
denobot 7282994df4
1.37.2 (#20896)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-10-13 02:14:52 +02:00
..
args fix(cli): Support using both --watch and --inspect at the same time (#20660) 2023-10-13 00:39:48 +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 feat(unstable): add Deno.jupyter.display API (#20819) 2023-10-13 00:39:57 +02:00
lsp feat(lsp): send "deno/didChangeDenoConfiguration" notifications (#20827) 2023-10-13 00:39:57 +02:00
napi 1.37.2 (#20896) 2023-10-13 02:14:52 +02:00
npm refactor(npm): break up NpmModuleLoader and move more methods into the managed CliNpmResolver (#20777) 2023-10-13 00:39:38 +02:00
ops refactor: migrate more ops to op2 macro (#20808) 2023-10-13 00:39:48 +02:00
schemas feat(ext/kv): connect to remote database (#20178) 2023-08-22 13:56:00 +08:00
standalone refactor: FeatureChecker integration in ext/ crates (#20797) 2023-10-13 00:39:57 +02:00
tests feat(unstable): add Deno.jupyter.display API (#20819) 2023-10-13 00:39:57 +02:00
tools feat(unstable): add Deno.jupyter.display API (#20819) 2023-10-13 00:39:57 +02:00
tsc feat(unstable): add Deno.jupyter.display API (#20819) 2023-10-13 00:39:57 +02:00
util chore: update to Rust 1.73 (#20781) 2023-10-13 00:39:41 +02:00
auth_tokens.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
build.rs refactor: use deno_core::FeatureChecker for unstable checks (#20765) 2023-10-13 00:39:39 +02:00
Cargo.toml 1.37.2 (#20896) 2023-10-13 02:14:52 +02: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 1.37.2 (#20896) 2023-10-13 02:14:52 +02:00
emit.rs refactor(lsp): move config file related code to config.rs (#19790) 2023-07-10 21:45:09 +00:00
errors.rs chore: update to Rust 1.73 (#20781) 2023-10-13 00:39:41 +02:00
factory.rs refactor: FeatureChecker integration in ext/ crates (#20797) 2023-10-13 00:39:57 +02: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-10-13 00:39:30 +02: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: FeatureChecker integration in ext/ crates (#20797) 2023-10-13 00:39:57 +02:00
module_loader.rs refactor(npm): add referrer when resolving npm package sub path from deno module (#20800) 2023-10-13 00:39:47 +02: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 refactor(npm): break up NpmModuleLoader and move more methods into the managed CliNpmResolver (#20777) 2023-10-13 00:39:38 +02:00
version.rs refactor: make version and user_agent &'static str (#18400) 2023-03-23 23:27:58 +01:00
worker.rs refactor: FeatureChecker integration in ext/ crates (#20797) 2023-10-13 00:39:57 +02: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.