Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DextractSymbol.ts895 …From(typeParameterUsages.values()).map(type => ({ type, declaration: getFirstDeclaration(type) }));
1372 function getFirstDeclaration(type: Type): Declaration | undefined { function