Searched defs:typeElements (Results 1 – 4 of 4) sorted by relevance
83 …ment: Statement; typeParameters: readonly TypeParameterDeclaration[]; typeElements?: readonly Type… property87 …ment: Statement; typeParameters: readonly TypeParameterDeclaration[]; typeElements: readonly TypeE… property108 const typeElements = flattenTypeLiteralNodeReference(checker, selection); constant213 const { firstStatement, selection, typeParameters, typeElements } = info; constant
1026 const typeElements: TypeElement[] = []; constant
56090 function addPropertyToElementList(propertySymbol, context, typeElements) { argument
46497 function addPropertyToElementList(propertySymbol, context, typeElements) { argument