Home
last modified time | relevance | path

Searched refs:nestedBinary (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts38 const nestedBinary = getParentBinaryExpression(node); constant
39 const isNonStringBinary = !treeToArray(nestedBinary).isValidConcatenation;
43 isParenthesizedExpression(nestedBinary.parent) &&
44 isBinaryExpression(nestedBinary.parent.parent)
46 return nestedBinary.parent.parent;