deno/cli/lib
2025-06-26 17:00:43 +00: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 chore: use aws_lc_rs (#28244) 2025-06-19 01:07:00 -07:00
args.rs feat: stabilize --allow-net subdomain wildcards (#29902) 2025-06-26 17:00:43 +00: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.3.7 (#29853) 2025-06-23 23:51:36 +02: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 feat(unstable): bytes and text imports (#29855) 2025-06-26 11:21:16 -04: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 2.3.7 (#29853) 2025-06-23 23:51:36 +02:00
worker.rs feat(unstable): bytes and text imports (#29855) 2025-06-26 11:21:16 -04:00

deno_lib

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