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.ts112 …const rangeToExtract = ts.refactor.extractSymbol.getRangeToExtract(sourceFile, ts.createTextSpanFr… constant
175 …const rangeToExtract = ts.refactor.extractSymbol.getRangeToExtract(sourceFile, ts.createTextSpanFr… constant
/third_party/typescript/src/services/refactors/
DextractSymbol.ts59 …const rangeToExtract = getRangeToExtract(context.file, getRefactorContextSpan(context), context.tr… constant
205 const rangeToExtract = getRangeToExtract(context.file, getRefactorContextSpan(context)); constant