Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > da4760945cebc63d5c952a5e1ba32f44 > files > 17

nodejs-burrito-0.2.12-2.mga6.noarch.rpm

var burrito = require('burrito');

var src = burrito('f() && g(h())\nfoo()', function (node) {
    if (node.name === 'call') node.wrap('qqq(%s)');
});

console.log(src);