Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts808 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 …]
Dtypes.ts6257 export interface StringMappingType extends InstantiableType {
/third_party/typescript/lib/
Dtypescript.d.ts2930 export interface StringMappingType extends InstantiableType { interface
DtypescriptServices.d.ts2930 export interface StringMappingType extends InstantiableType { interface
Dtsserverlibrary.d.ts2930 export interface StringMappingType extends InstantiableType { interface
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2930 export interface StringMappingType extends InstantiableType { interface
Dtsserverlibrary.d.ts2930 export interface StringMappingType extends InstantiableType { interface