mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 03:09:48 -04:00
8 lines
209 B
TypeScript
8 lines
209 B
TypeScript
export * as LspEvent from "./lsp-event.js"
|
|
|
|
import { Event } from "./event.js"
|
|
|
|
export const Updated = Event.ephemeral({ type: "lsp.updated", schema: {} })
|
|
|
|
export const Definitions = Event.inventory(Updated)
|