move evaluate/evaluateBlock to different functions

This commit is contained in:
Dsm0 2025-12-30 20:14:32 -06:00
parent 1a7f464998
commit 160ef84b47
4 changed files with 152 additions and 109 deletions

View file

@ -172,7 +172,7 @@ export function transpiler(input, options = {}) {
});
}
},
leave(node, parent, prop, index) { },
leave(node, parent, prop, index) {},
});
let { body } = ast;