out-of-order-rendering
Rich Harris 1 day ago
parent 75867c43a4
commit 7aae17be24

@ -48,6 +48,7 @@ export namespace AST {
* Whether or not we need to traverse into the fragment during mount/hydrate * Whether or not we need to traverse into the fragment during mount/hydrate
*/ */
dynamic: boolean; dynamic: boolean;
/** @deprecated we should get rid of this in favour of the `$$renderer.run` mechanism */
has_await: boolean; has_await: boolean;
}; };
} }

Loading…
Cancel
Save