Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts724 interface ScopeExtractions { interface
734 …tions(targetRange: TargetRange, context: RefactorContext): readonly ScopeExtractions[] | undefined…
737 const extractions = scopes.map((scope, i): ScopeExtractions => {