import { default } from "https://deno.land/x/ogone@revb3/src/classes/HMR.ts";
Static Properties
private
optional
_panelInformations: HTMLUListElementoptional
client: WebSocketcomponents: { [k: string]: HTMLOgoneElement[]; }
diagnostics: ModuleErrorsDiagnostic[]
readonly
panelInformations: HTMLUListElementoptional
server: WebSocketServerStatic Methods
addMessageToHMR(message: string, type?: string)
checkHeartBeat(): boolean
clientSettings(shouldReload?: boolean): void
getModule()
pathToModule: string,
uuidReq: string,
uuid: string,
postMessage(obj: Object)
renderChainedDiags(chainedDiags: ModuleErrorsDiagnostic[]): string
rerenderComponents(uuid: string, output?: string)
sendError(error: string, diagnostics: ModuleErrorsDiagnostic[])
sendFIFOMessages(id: string)
setGraph(pathToModule: string, graph: string[])
setServer(server: WebSocketServer)
showHMRMessage(message: string, messageType?: string)
subscribe(pathToModule: string, listener: Function)
updateWithOutput(output: string)
useOgone(ogone: Ogone)