mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
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:
parent
2eb0341526
commit
4d2b56911f
24 changed files with 299 additions and 330 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue