|
|
@ -42,7 +42,6 @@ export function AwaitBlock(node, context) {
|
|
|
|
mark_subtree_dynamic(context.path);
|
|
|
|
mark_subtree_dynamic(context.path);
|
|
|
|
|
|
|
|
|
|
|
|
context.visit(node.expression, { ...context.state, expression: node.metadata.expression });
|
|
|
|
context.visit(node.expression, { ...context.state, expression: node.metadata.expression });
|
|
|
|
|
|
|
|
|
|
|
|
if (node.pending) context.visit(node.pending);
|
|
|
|
if (node.pending) context.visit(node.pending);
|
|
|
|
if (node.then) context.visit(node.then);
|
|
|
|
if (node.then) context.visit(node.then);
|
|
|
|
if (node.catch) context.visit(node.catch);
|
|
|
|
if (node.catch) context.visit(node.catch);
|
|
|
|