Searched refs:oldVariableDeclaration (Results 1 – 1 of 1) sorted by relevance
1234 const oldVariableDeclaration = getContainingVariableDeclarationIfInList(node, scope); constant1235 if (oldVariableDeclaration) {1238 … changeTracker.insertNodeBefore(context.file, oldVariableDeclaration, newVariableDeclaration);