deno/cli/lib
2025-11-27 13:07:50 -05:00
..
npm refactor: remove permission traits + generics from extension crates (#31284) 2025-11-17 10:30:36 -08:00
standalone fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
util refactor(webgpu): make cppgc arguments safer (#30563) 2025-09-03 18:01:58 +02:00
args.rs feat(unstable): typescript-go integration for deno check (#30920) 2025-10-20 09:59:54 -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.5.6 (#31136) 2025-10-29 23:50:18 +00: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 feat: TypeScript 5.9.2 (#30601) 2025-09-03 09:23:13 -04:00
version.txt 3.0.0-rc.0 (#31258) 2025-11-13 16:04:22 -05:00
worker.rs fix(node): support advanced serialization in IPC (#31380) 2025-11-26 23:15:32 +00:00

deno_lib

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