/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | readonlyArraysAndTuples2.ts | 8 type T12 = readonly string[]; alias
|
D | readonlyArraysAndTuples.ts | 6 type T12 = readonly string[]; alias
|
D | unionsOfTupleTypes1.ts | 10 type T12 = T1[2]; // undefined alias
|
D | variadicTuples1.ts | 237 type T12 = DropFirst<[string]>; alias
|
/third_party/typescript/tests/cases/conformance/types/never/ |
D | neverUnionIntersection.ts | 14 type T12 = { a: string } & never; alias
|
/third_party/typescript/tests/cases/conformance/types/typeAliases/ |
D | directDependenceBetweenTypeAliases.ts | 38 type T12 = [T13, string] alias
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypes4.ts | 43 type T12 = BoxifiedWithSentinel<string, undefined>; alias
|
D | mappedTypes6.ts | 19 type T12<T> = { -readonly [P in keyof T]: T[P] }; alias
|
D | mappedTypes1.ts | 13 type T12 = { readonly [P in keyof Item]: Item[P] }; alias
|
D | mappedTypesArraysTuples.ts | 13 type T12 = Required<string[]>; alias
|
D | mappedTypeErrors.ts | 29 type T12 = Pick<Shape, "name" | "foo">; // Error alias
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters2.ts | 81 type T12 = P1<(x: number, y: number) => void>; alias
|
/third_party/typescript/tests/cases/compiler/ |
D | excessivelyLargeTupleSpread.ts | 20 type T12 = [...T11, ...T11]; alias
|
D | awaitedTypeStrictNull.ts | 15 type T12 = Awaited<Promise<Promise<number>>>; alias
|
D | dynamicNames.ts | 77 interface T12 { interface
|
D | awaitedType.ts | 15 type T12 = Awaited<Promise<Promise<number>>>; alias
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/ |
D | new_unknown_top_type.ts | 62 type T12<T> = never extends T ? true : false; alias
|
/third_party/typescript/tests/cases/conformance/types/unknown/ |
D | unknownType1.ts | 17 type T12 = unknown | null | undefined; // unknown alias
|
D | unknownControlFlow.ts | 14 type T12 = bigint & {}; // Specially preserved alias
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/ |
D | instantiationExpressions.ts | 17 type T12 = typeof fx<string, number>; // (t: [string, number]) => [string, number] alias
|
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
D | interfaceExtendsObjectIntersection.ts | 37 type T12 = typeof EX; alias
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
D | varianceAnnotations.ts | 38 type T12<out T, out K extends keyof T> = T[K]; alias
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofAndIndexedAccessErrors.ts | 21 type T12 = Shape["name" | "foo"]; // Error alias
|
/third_party/typescript/tests/cases/conformance/types/conditional/ |
D | inferTypes1.ts | 34 type T12 = ReturnType<(<T>() => T)>; // {} alias
|
/third_party/jerryscript/jerry-libm/ |
D | trig.c | 792 #define T12 2.59073051863633712884e-05 /* 3EFB2A70, 74BF7AD4 */ macro
|