Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 9 additions & 90 deletions runtime/reference/cli/_commands_reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},
{
"name": "unstable-bundle",
"short": null,
Expand Down Expand Up @@ -511,15 +502,7 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},

{
"name": "unstable-bundle",
"short": null,
Expand Down Expand Up @@ -1138,15 +1121,7 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},

{
"name": "unstable-bundle",
"short": null,
Expand Down Expand Up @@ -2224,15 +2199,7 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},

{
"name": "unstable-bundle",
"short": null,
Expand Down Expand Up @@ -2654,15 +2621,7 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},

{
"name": "unstable-bundle",
"short": null,
Expand Down Expand Up @@ -3486,15 +3445,7 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},

{
"name": "unstable-bundle",
"short": null,
Expand Down Expand Up @@ -4355,15 +4306,7 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},

{
"name": "unstable-bundle",
"short": null,
Expand Down Expand Up @@ -5470,15 +5413,7 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},

{
"name": "unstable-bundle",
"short": null,
Expand Down Expand Up @@ -5874,15 +5809,7 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},

{
"name": "unstable-bundle",
"short": null,
Expand Down Expand Up @@ -6134,15 +6061,7 @@
"help_heading": "Unstable options",
"usage": "--unstable-bare-node-builtins"
},
{
"name": "unstable-broadcast-channel",
"short": null,
"long": "unstable-broadcast-channel",
"required": false,
"help": "Enable unstable `BroadcastChannel` API",
"help_heading": "Unstable options",
"usage": "--unstable-broadcast-channel"
},

{
"name": "unstable-bundle",
"short": null,
Expand Down
6 changes: 0 additions & 6 deletions runtime/reference/cli/unstable_flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@ if (adapter) {
Check out [this repository](https://github.com/denoland/webgpu-examples) for
more examples using WebGPU.

## `--unstable-broadcast-channel`

Enabling this flag makes the
[`BroadcastChannel`](https://developer.mozilla.org/en-US/docs/Web/API/BroadcastChannel)
web API available for use in the global scope, as in the browser.

## `--unstable-worker-options`

Enable unstable
Expand Down