0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli
denobot 2968816863
2.2.0 (#28175)
Bumped versions for 2.2.0

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-02-18 23:12:17 +00:00
..
args fix(task): support --frozen flag (#28094) 2025-02-13 13:22:15 +01:00
bench refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
cache refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
js feat(bench): add warmup and n for controlling number of iterations (#28123) 2025-02-18 12:44:43 -05:00
lib 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
lsp perf(lsp): don't clone asset text (#28165) 2025-02-18 11:46:19 +00:00
npm refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
ops feat(jupyter): make GPUTexture and GPUBuffer displayable (#28117) 2025-02-18 00:29:45 -08:00
rt 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
schemas feat(unstable): add lint.plugins to config schema (#27982) 2025-02-06 08:00:23 +00:00
snapshot 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
standalone perf(compile): use bytes already in memory after downloading executable (#28000) 2025-02-06 23:24:06 -05:00
tools fix(check): npm resolution errors to tsc diagnostics (#28174) 2025-02-18 21:44:49 +00:00
tsc fix(check): npm resolution errors to tsc diagnostics (#28174) 2025-02-18 21:44:49 +00:00
util feat(lint): add JavaScript plugin support (#27203) 2025-02-05 16:59:24 +01:00
build.rs refactor: support hmr feature for lsp files (#28103) 2025-02-13 11:39:44 +00:00
Cargo.toml 2.2.0 (#28175) 2025-02-18 23:12:17 +00:00
cdp.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
clippy.toml refactor: do not use deno_fs::FileSystem everywhere (#27508) 2024-12-31 11:29:07 -05:00
deno.ico
emit.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs perf(check): use v8 code cache for extension sources in deno check (#28089) 2025-02-12 17:47:00 +00:00
file_fetcher.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
graph_container.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
graph_util.rs fix(check): npm resolution errors to tsc diagnostics (#28174) 2025-02-18 21:44:49 +00:00
http_util.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
jsr.rs refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
main.rs feat: Upgrade V8 to 13.4 (#28080) 2025-02-14 11:26:47 +00:00
module_loader.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
node.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
README.md
resolver.rs fix(check): support sloppy imports with "compilerOptions.rootDirs" (#27973) 2025-02-05 23:08:10 +00:00
task_runner.rs refactor: add 'deno_os' crate (#27655) 2025-01-14 17:29:36 +01:00
worker.rs refactor(lsp): make TS host use CLI snapshot (#28062) 2025-02-11 18:33:04 +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.