|
|
@ -11,7 +11,7 @@ interface Fragment {
|
|
|
|
/* claim */ l?: (nodes: any) => void;
|
|
|
|
/* claim */ l?: (nodes: any) => void;
|
|
|
|
/* hydrate */ h?: () => void;
|
|
|
|
/* hydrate */ h?: () => void;
|
|
|
|
/* mount */ m: (target: HTMLElement, anchor: any) => void;
|
|
|
|
/* mount */ m: (target: HTMLElement, anchor: any) => void;
|
|
|
|
/* update */ p?: (ctx: any, dirty: any) => void;
|
|
|
|
/* update */ p: (ctx: any, dirty: any) => void;
|
|
|
|
/* measure */ r?: () => void;
|
|
|
|
/* measure */ r?: () => void;
|
|
|
|
/* fix */ f?: () => void;
|
|
|
|
/* fix */ f?: () => void;
|
|
|
|
/* animate */ a?: () => void;
|
|
|
|
/* animate */ a?: () => void;
|
|
|
|