/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | strictOptionalProperties2.ts | 25 type T2 = [(string | undefined)?] extends [string?] ? true : false; // false alias
|
D | deferredLookupTypeResolution.ts | 33 type T2 = ObjectHasKey<{ a: string }, 'b'>; // 'false' alias
|
D | promiseVoidErrorCallback.ts | 25 interface T2 { interface
|
D | subtypingWithObjectMembersOptionality.ts | 43 interface T2 { interface 87 interface T2 { interface
|
D | mappedTypeAndIndexSignatureRelation.ts | 25 type T2<U extends Record<PropertyKey, number>> = T1<Same<U>>; alias
|
D | circularTypeAliasForUnionWithInterface.ts | 40 type T2 = string | I2; alias
|
D | enumConstantMemberWithStringEmitDeclaration.ts | 28 enum T2 { enum
|
D | assignmentCompatWithObjectMembers.ts | 73 interface T2 { foo: T2; } interface
|
D | subtypingWithObjectMembersOptionality4.ts | 34 interface T2 { interface
|
D | subtypingWithObjectMembersOptionality3.ts | 34 interface T2 { interface
|
D | assignmentCompatWithObjectMembersNumericNames.ts | 33 interface T2 { 1.0: string; baz?: string } interface
|
D | inferenceErasedSignatures.ts | 74 type T2 = GetT1<StructuralVersion>; // number alias
|
D | enumConstantMemberWithTemplateLiteralsEmitDeclaration.ts | 26 enum T2 { enum
|
D | assignmentCompatWithObjectMembers3.ts | 33 interface T2 { foo: string; baz?: string } interface
|
D | assignmentCompatWithObjectMembers2.ts | 33 interface T2 { foo: string; baz?: string } interface
|
D | mappedTypesArraysTuples.ts | 198 type T2 = Constrained<[string, number, boolean]>; // string | number | boolean alias
|
D | interfaceExtendsObjectIntersection.ts | 23 type T2 = T1 & { b: number }; alias
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/dynamicNames/ |
D | module.ts | 44 export declare class T2 extends T1 { class
|
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/type_alias/ |
D | type_alias.ts | 26 type T2 = Test; alias
|