Searched refs:recursiveCommaOperator (Results 1 – 1 of 1) sorted by relevance
464 const text = this.recursiveCommaOperator(tsExprNode);468 private recursiveCommaOperator(tsExprNode: ts.BinaryExpression): string { method in Autofixer475 text += this.recursiveCommaOperator(tsExprNode.left as ts.BinaryExpression);