mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
This commit deprecated `deno_broadcast_channel` crate and merges it into `deno_web`. This will allow us to limit number of crates we need to publish and (maybe) improve compile and link times. The actual `ext/broadcast_channel` directory will be removed in a follow up PR, once a new version is published and points to deno_web crate. |
||
|---|---|---|
| .. | ||
| 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.