pull/16542/head
ComputerGuy 1 month ago
parent f3daef7947
commit b1cc101c08

@ -10,7 +10,8 @@ export function create_fragment(transparent = false) {
nodes: [],
metadata: {
transparent,
dynamic: false
dynamic: false,
has_await: false
}
};
}

@ -6,6 +6,5 @@
* @param {Context} context
*/
export function Fragment(node, context) {
node.metadata.has_await = false;
context.next({ ...context.state, fragment: node });
}

Loading…
Cancel
Save