pull/16568/head
ComputerGuy 1 month ago
parent 0ce79c24b1
commit 8f8a8894af

@ -14,7 +14,7 @@ export function SnippetBlock(node, context) {
// TODO hoist where possible // TODO hoist where possible
/** @type {(Identifier | AssignmentPattern)[]} */ /** @type {(Identifier | AssignmentPattern)[]} */
const args = [b.id('$$anchor')]; const args = [b.id('$$anchor')];
const has_await = node.body.metadata.has_await || false; const has_await = node.body.metadata.has_await;
/** @type {BlockStatement} */ /** @type {BlockStatement} */
let body; let body;

Loading…
Cancel
Save