compile( node: any, options: any, children?: any, context?: { ns: string; vars: any[] },): string | { code: string; rootElement: string } Parameters
- node: any
- options: any
Optional
children: any- context: { ns: string; vars: any[] } = ...
Returns string | { code: string; rootElement: string }