in src/collections/Node.js [37:43]
function visit(path) { /*jshint validthis:true */ if (!filter || matchNode(path.value, filter)) { paths.push(path); } this.traverse(path); }