class default
extends Utils
import { default } from "https://deno.land/x/ogone@revb3/src/classes/WebviewEngine.ts";
this class should creates all the files that are needed for editors
Static Methods
will update the application file which will contain the script for the webview
remove(uuid: string): boolean
removes the client from the registry
subscribe(uuid?: string, client: Function)
save the function into the client
updateDevServerApplicationFile(source: string)
will update the application file which will contain the script for the webview
updateDevServerPortFile(port?: number)
will update the port file under the .ogone folder in the workspace
watch()
watch the componentTextFile that need to be updated by the extension