fix block statements

master
Drake 1 year ago
parent b937bd63f0
commit b83e00612e

@ -15,8 +15,9 @@ export default function BlockStatement(
for (
const node of typedNode.stmts
) {
instructions = instructions.concat(
resolveNode(
console.log(node);
instructions.push(
...resolveNode(
node,
prc,
variableModificationThings,

Loading…
Cancel
Save