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.ts108 …const rangeToExtract = refactor.extractSymbol.getRangeToExtract(sourceFile, createTextSpanFromRang… constant
171 …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
173 const rangeToExtract = getRangeToExtract(context.file, getRefactorContextSpan(context)); constant