deno/cli/lib
snek e99b1c1f86
feat: allow base64 ca cert in args (#29814)
This allows loading a base64 encoded cert directly from arg/env by
prefixing it with `base64:`
2025-06-19 11:04:16 +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: allow base64 ca cert in args (#29814) 2025-06-19 11:04:16 +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 feat: allow base64 ca cert in args (#29814) 2025-06-19 11:04:16 +00: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 2.3.6 (#29722) 2025-06-12 14:33:24 +02:00
worker.rs fix(process,node): roll our own process spawning on windows (#29609) 2025-06-12 02:56:13 +00:00

deno_lib

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