summaryrefslogtreecommitdiffhomepage
path: root/js/src/bus
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-29 11:17:34 -0400
committerDax Raad <[email protected]>2025-05-29 11:17:34 -0400
commit42c1cd6a852be5295aedc5c19e1a2aef45a464e3 (patch)
tree4c73d3121590991e487b86b6c0ea445fad5b732d /js/src/bus
parent33a831d2be1fd7bea60421287f118be0bd968650 (diff)
downloadopencode-42c1cd6a852be5295aedc5c19e1a2aef45a464e3.tar.gz
opencode-42c1cd6a852be5295aedc5c19e1a2aef45a464e3.zip
event
Diffstat (limited to 'js/src/bus')
-rw-r--r--js/src/bus/index.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/js/src/bus/index.ts b/js/src/bus/index.ts
index 82bc614e0..15d2b1107 100644
--- a/js/src/bus/index.ts
+++ b/js/src/bus/index.ts
@@ -30,17 +30,6 @@ export namespace Bus {
return result;
}
- export function payloads() {
- return registry
- .entries()
- .map(([type, def]) =>
- z.object({
- type: z.string("hey"),
- }),
- )
- .toArray();
- }
-
export function specs() {
const children = {} as any;
for (const [type, def] of registry.entries()) {