mirror of
https://github.com/denoland/deno.git
synced 2025-02-14 17:47:35 -05:00
![]() This is the release commit being forwarded back to main for 2.1.7 Please ensure: - [x] Everything looks ok in the PR - [x] The release has been published To make edits to this PR: ```shell git fetch upstream forward_v2.1.7 && git checkout -b forward_v2.1.7 upstream/forward_v2.1.7 ``` Don't need this PR? Close it. cc @crowlKats --------- Co-authored-by: crowlKats <crowlKats@users.noreply.github.com> Co-authored-by: crowlkats <crowlkats@toaxl.com> |
||
---|---|---|
.. | ||
npm | ||
standalone | ||
util | ||
args.rs | ||
build.rs | ||
Cargo.toml | ||
clippy.toml | ||
lib.rs | ||
loader.rs | ||
README.md | ||
shared.rs | ||
sys.rs | ||
version.rs | ||
version.txt | ||
worker.rs |
deno_lib
This crate contains the shared code between the Deno CLI and denort. It is highly unstable.