Searched refs:nestedBinary (Results 1 – 1 of 1) sorted by relevance
38 const nestedBinary = getParentBinaryExpression(node); constant39 const isNonStringBinary = !treeToArray(nestedBinary).isValidConcatenation;43 isParenthesizedExpression(nestedBinary.parent) &&44 isBinaryExpression(nestedBinary.parent.parent)46 return nestedBinary.parent.parent;