Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
first: function(node, type) {
return GonzalesNode.prototype.first.call(node, type);
}
};
toString: function(node) {
return node.syntax ? GonzalesNode.prototype.toString.call(node) : '';
},
first: function(node, type) {