• Home
  • Raw
  • Download

Lines Matching refs:Vm

58 import Vm from './index';
72 vms?: Vm[];
76 vm?: Vm;
126 export function build(vm: Vm) {
151 function compile(vm: Vm, target: TemplateInterface, dest: FragBlockInterface | Element, meta?: Part…
195 function compileVm(vm: Vm, body: Node): void {
213 function compileVmChild(vm: Vm, body: Node): void {
231 function compileAttrStyle(vm: Vm, body: Node): void {
242 function compileAttrStyleChild(vm: Vm, body: Node): void {
253 function compileElementAndElement(vm: Vm, body: Node): void {
267 function compileElementAndElementChild(vm: Vm, body: Node): void {
290 vm: Vm,
372 export function targetIsComposed(vm: Vm, type: string): VmOptions {
395 function compileSlot(vm: Vm, target: TemplateInterface, dest: Element): Element {
433 function compileRepeat(vm: Vm, target: TemplateInterface, dest: Element): void {
471 vm: Vm,
502 function compileBlock(vm: Vm, target: TemplateInterface, dest: Element | FragBlockInterface): void {
527 vm: Vm,
534 const subVm = new Vm(
575 function resetElementStyle(vm: Vm, element: Element): void {
616 function compileNativeComponent(vm: Vm, template: TemplateInterface, dest: FragBlockInterface | Ele…
728 function compileChildren(vm: Vm, template: any, dest: Element | FragBlockInterface): void | boolean…
746 function bindRepeat(vm: Vm, target: TemplateInterface, fragBlock: FragBlockInterface, info: any): v…
753 function compileItem(item: any, index: number, context: Vm) {
860 vm: Vm,
895 function watchBlock(vm: Vm, fragBlock: FragBlockInterface, calc: Function, type: string, handler: F…
920 function mergeContext(context: Vm, mergedData: object): any {