deno/cli/lib
denobot b7061b0f64
2.4.5 (#30476)
Bumped versions for 2.4.5

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-08-21 13:41:58 +02:00
..
npm refactor: remove usages of to_string_lossy().to_string() (#30224) 2025-07-28 20:25:58 +00:00
standalone chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
util fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
args.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
build.rs build: Use separate version.txt file to define crate version (#29136) 2025-05-02 10:30:03 -04:00
Cargo.toml 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
clippy.toml chore: fix lint warnings (#30399) 2025-08-13 20:25:57 -04:00
lib.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
loader.rs chore: add test for importing json file in npm package (#30072) 2025-07-10 17:31:30 -04:00
README.md refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
shared.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
sys.rs refactor: add deno_npm_installer crate (#29319) 2025-05-16 18:11:05 -04:00
version.rs build: Use separate version.txt file to define crate version (#29136) 2025-05-02 10:30:03 -04:00
version.txt 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
worker.rs fix(bundle): require of sub directory in npm package should consult package.json (#30253) 2025-07-31 14:48:51 +00:00

deno_lib

This crate contains the shared code between the Deno CLI and denort. It is highly unstable.