|
|
@ -58,7 +58,7 @@ export interface ComponentClientTransformState extends ClientTransformState {
|
|
|
|
readonly update: Statement[];
|
|
|
|
readonly update: Statement[];
|
|
|
|
/** Stuff that happens after the render effect (control blocks, dynamic elements, bindings, actions, etc) */
|
|
|
|
/** Stuff that happens after the render effect (control blocks, dynamic elements, bindings, actions, etc) */
|
|
|
|
readonly after_update: Statement[];
|
|
|
|
readonly after_update: Statement[];
|
|
|
|
/** Transformed `{#const }` declarations */
|
|
|
|
/** Transformed `{@const }` declarations */
|
|
|
|
readonly consts: Statement[];
|
|
|
|
readonly consts: Statement[];
|
|
|
|
/** Memoized expressions */
|
|
|
|
/** Memoized expressions */
|
|
|
|
readonly memoizer: Memoizer;
|
|
|
|
readonly memoizer: Memoizer;
|
|
|
|