Home
last modified time | relevance | path

Searched defs:T10 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/types/tuple/
DreadonlyArraysAndTuples2.ts6 type T10 = string[]; alias
DrestTupleElements1.ts14 type T10 = [string, ...[...string[]]]; alias
DreadonlyArraysAndTuples.ts4 type T10 = string[]; alias
DunionsOfTupleTypes1.ts8 type T10 = T1[0]; // string alias
/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts12 type T10 = null & never; alias
/third_party/typescript/tests/cases/conformance/types/literal/
DnumericStringLiteralTypes.ts18 type T10 = boolean[][`${number}`]; // boolean alias
DtemplateLiteralTypes3.ts17 type T10 = Foo1<`**${'a' | 'b' | 'c'}**`>; alias
/third_party/typescript/tests/cases/compiler/
DtailRecursiveConditionalTypes.ts9 type T10 = Trim<' … alias
DexcessivelyLargeTupleSpread.ts18 type T10 = [...T9, ...T9]; alias
DawaitedTypeStrictNull.ts13 type T10 = Awaited<never>; alias
DdynamicNames.ts69 declare class T10 extends T9 { class
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DdirectDependenceBetweenTypeAliases.ts36 type T10 = { x: T10 } | { new(v: T10): string } alias
DtypeAliases.ts41 type T10 = { x: number }; alias
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes4.ts41 type T10 = BoxifiedWithSentinel<A | B | C, null>; alias
DmappedTypes6.ts16 type T10<T> = { +readonly [P in keyof T]+?: T[P] }; alias
DmappedTypes1.ts11 type T10 = { [P in keyof Item]: Item[P] }; alias
DmappedTypesArraysTuples.ts11 type T10 = Boxified<string[]>; alias
DmappedTypeErrors.ts27 type T10 = Pick<Shape, "name">; alias
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters2.ts79 type T10 = P1<(x: number, y: string, ...z: boolean[]) => void>; alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts56 type T10<T> = unknown extends T ? true : false; alias
/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType1.ts15 type T10 = unknown | null; // unknown alias
DunknownControlFlow.ts12 type T10 = string & {}; // Specially preserved alias
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/
DinstantiationExpressions.ts15 type T10 = typeof fx<>; // Error alias
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersection.ts35 type T10 = typeof fx; alias
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DvarianceAnnotations.ts36 type T10<out T> = T; alias

12