Searched refs:StringMappingType (Results 1 – 7 of 7) sorted by relevance
808 const stringMappingTypes = new Map<string, StringMappingType>();5440 … const typeNode = typeToTypeNodeHelper((type as StringMappingType).type, context);5441 …return symbolToTypeNode((type as StringMappingType).symbol, context, SymbolFlags.Type, [typeNode]);12558 const constraint = getBaseConstraint((t as StringMappingType).type);12559 …eturn constraint && constraint !== (t as StringMappingType).type ? getStringMappingType((t as Stri…15619 … type.flags & TypeFlags.StringMapping ? isDistributive((type as StringMappingType).type) :15863 const result = createType(TypeFlags.StringMapping) as StringMappingType;16132 …gs & TypeFlags.StringMapping) && isPatternLiteralPlaceholderType((type as StringMappingType).type);17708 …return getStringMappingType((type as StringMappingType).symbol, instantiateType((type as StringMap…20180 … if ((source as StringMappingType).symbol !== (target as StringMappingType).symbol) {[all …]
6257 export interface StringMappingType extends InstantiableType {
2930 export interface StringMappingType extends InstantiableType { interface