Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts1234 const oldVariableDeclaration = getContainingVariableDeclarationIfInList(node, scope); constant
1235 if (oldVariableDeclaration) {
1238 … changeTracker.insertNodeBefore(context.file, oldVariableDeclaration, newVariableDeclaration);