Skip to main content
Module

x/ogone/mod.ts>ComponentCompiler

Advanced Web Composition for Future
Latest
class ComponentCompiler
extends Utils
Re-export
import { ComponentCompiler } from "https://deno.land/x/ogone@revb3/mod.ts";

Methods

private
getControllers(bundle: Bundle, component: Component): [string, any][]
read(bundle: Bundle, component: Component): Promise<void>
startAnalyze(bundle: Bundle): Promise<void>

Static Properties

mapData: Map<string, string>
mapDepsAmount: Map<string, number>

Static Methods

checkDepsAmountChanges(component: Component): void

this function will force the application to reload if there's more or less dependency than previously

sendChanges(opts: { component: Component; output: string; variable: string; })