0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/cli
denobot b2e5efd382
2.2.2 (#28290)
Bumped versions for 2.2.2

Co-authored-by: littledivy <littledivy@users.noreply.github.com>
2025-02-25 12:47:58 +05:30
..
args fix: add info suggestion for unsafely-ignore-certificate-errors and add --help=full (#28203) 2025-02-25 11:03:28 +05:30
bench
cache
js fix(lint): give access to SourceCode in 'deno test' (#28278) 2025-02-25 11:03:28 +05:30
lib 2.2.2 (#28290) 2025-02-25 12:47:58 +05:30
lsp fix(install): don't error on unknown media types in install (#28234) 2025-02-25 11:03:28 +05:30
npm perf(install): only read initialized file if we care about the tags (#28242) 2025-02-25 11:03:28 +05:30
ops
rt 2.2.2 (#28290) 2025-02-25 12:47:58 +05:30
schemas refactor(cli): update JSON schemas versions (#28252) 2025-02-25 11:03:28 +05:30
snapshot 2.2.2 (#28290) 2025-02-25 12:47:58 +05:30
standalone
tools fix(lint): plugins ignored when no rust rule active (#28269) 2025-02-25 11:03:28 +05:30
tsc fix(lsp): create cacheable ExportInfoMap per language service (#28240) 2025-02-25 11:03:28 +05:30
util
build.rs
Cargo.toml 2.2.2 (#28290) 2025-02-25 12:47:58 +05:30
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
factory.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-25 11:03:28 +05:30
file_fetcher.rs
graph_container.rs fix(install): don't error on unknown media types in install (#28234) 2025-02-25 11:03:28 +05:30
graph_util.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-25 11:03:28 +05:30
http_util.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
integration_tests_runner.rs
jsr.rs
main.rs fix(http): generate OtelInfo only when otel metrics are enabled (#28286) 2025-02-25 11:03:28 +05:30
module_loader.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-25 11:03:28 +05:30
node.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
README.md
registry.rs refactor: separate publish from pm subcommands (#28237) 2025-02-25 11:03:28 +05:30
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
type_checker.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-25 11:03:28 +05:30
worker.rs

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.