deno/cli/lib
林炳权 cb738ee5da
chore: Rust 1.86.0 (#29435)
Since `rust 1.87.0` reported `undefined symbol:
ring::pbkdf2::PBKDF2_HMAC_SHA1::*` in CI and it was difficult to debug
locally, use `rust 1.86.0` in CI tests for troubleshoot the errors
2025-05-25 23:40:48 +02:00
..
npm refactor: add deno_npm_installer crate (#29319) 2025-05-16 18:11:05 -04:00
standalone feat(compile): ability to exclude embedded files (#28805) 2025-04-15 19:10:37 +00:00
util fix: correctly style rust logs with colors (#29040) 2025-04-24 15:06:14 -04:00
args.rs refactor: add deno_npm_installer crate (#29319) 2025-05-16 18:11:05 -04:00
build.rs build: Use separate version.txt file to define crate version (#29136) 2025-05-02 10:30:03 -04:00
Cargo.toml refactor: add deno_npm_installer crate (#29319) 2025-05-16 18:11:05 -04:00
clippy.toml refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
lib.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
loader.rs fix(node): align type stripping in node_modules error message with Node (#27809) 2025-01-24 13:05:04 -05:00
README.md refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
shared.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00: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 v2.3.3 (#29334) 2025-05-16 13:37:53 +02:00
worker.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00

deno_lib

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