UNPKG

mca-compiler

Version:
4 lines 109 B
exports.type = "BlockBodyStatement"; exports.call = function(node, ctx, execute) { execute(node.body); };