refactor: merge deno_broadcast_channel into deno_web (#31198)

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.
This commit is contained in:
Bartek Iwańczuk 2025-11-06 08:36:16 +01:00 committed by GitHub
parent 2eb0341526
commit 4d2b56911f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 299 additions and 330 deletions

View file

@ -504,7 +504,7 @@
"ext:cli/40_lint_selector.js": "../cli/js/40_lint_selector.js",
"ext:core/mod.js": "../../deno_core/core/core.d.ts",
"ext:core/ops": "./ops.d.ts",
"ext:deno_broadcast_channel/01_broadcast_channel.js": "../ext/broadcast_channel/01_broadcast_channel.js",
"ext:deno_web/01_broadcast_channel.js": "../ext/deno_web/01_broadcast_channel.js",
"ext:deno_canvas/01_image.js": "../ext/canvas/01_image.js",
"ext:deno_web/01_console.js": "../ext/console/01_console.js",
"ext:deno_cron/01_cron.ts": "../ext/cron/01_cron.ts",