Home
last modified time | relevance | path

Searched defs:rangeToExtract (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/services/extract/
Dhelpers.ts110 …const rangeToExtract = refactor.extractSymbol.getRangeToExtract(sourceFile, createTextSpanFromRang… constant
173 …const rangeToExtract = refactor.extractSymbol.getRangeToExtract(sourceFile, createTextSpanFromRang… constant
/third_party/typescript/src/services/refactors/
DextractSymbol.ts30 …const rangeToExtract = getRangeToExtract(context.file, getRefactorContextSpan(context), context.tr… constant
172 const rangeToExtract = getRangeToExtract(context.file, getRefactorContextSpan(context)); constant