Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DreverseMappedTypeAssignableToIndex.ts23 type Mapped<T> = { [K in keyof T]: { name: T[K] } };
24 type InferFromMapped<T> = T extends Mapped<infer R> ? R : never;
DmappedTypesArraysTuples.ts173 type Mapped<T> = { [K in keyof T]: T[K] }; alias
175 type F<T> = ElementType<Mapped<T>>;
177 type R2 = ElementType<Mapped<[string, number, boolean]>>; // string | number | boolean
182 declare function mapArray<T extends any[]>(arr: T): Mapped<T>;
194 type Unconstrained<T> = ElementType<Mapped<T>>;
197 type Constrained<T extends any[]> = ElementType<Mapped<T>>;
DcircularContextualMappedType.ts23 type Mapped<T> = { [K in keyof T]: Func<T[K]> };
26 declare function reproduce<T>(options: Mapped<T>): T
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2Mapped",X[X.StripOptional=524288]="StripOptional",X[X.Synthetic=6]="Synthetic",X[X.Discriminant=19…