Home
last modified time | relevance | path

Searched defs:typeElements (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/refactors/
DextractType.ts83 …ment: Statement; typeParameters: readonly TypeParameterDeclaration[]; typeElements?: readonly Type… property
87 …ment: Statement; typeParameters: readonly TypeParameterDeclaration[]; typeElements: readonly TypeE… property
108 const typeElements = flattenTypeLiteralNodeReference(checker, selection); constant
213 const { firstStatement, selection, typeParameters, typeElements } = info; constant
DextractSymbol.ts1026 const typeElements: TypeElement[] = []; constant
/third_party/typescript/lib/
DtypingsInstaller.js56090 function addPropertyToElementList(propertySymbol, context, typeElements) { argument
Dtsc.js46497 function addPropertyToElementList(propertySymbol, context, typeElements) { argument