Searched refs:getContainingVariableDeclarationIfInList (Results 1 – 1 of 1) sorted by relevance
1234 const oldVariableDeclaration = getContainingVariableDeclarationIfInList(node, scope);1356 function getContainingVariableDeclarationIfInList(node: Node, scope: Scope) { function