Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DconvertStringOrTemplateLiteral.ts20 const maybeBinary = getParentBinaryExpression(node);
38 const nestedBinary = getParentBinaryExpression(node);
64 const maybeBinary = getParentBinaryExpression(node);
90 function getParentBinaryExpression(expr: Node) { function