/third_party/typescript/tests/baselines/reference/ |
D | varianceMeasurement.js | 23 const f22: Foo2<unknown> = f20; constant 86 var f22 = f20; variable
|
D | genericContextualTypes1.js | 39 const f22: <A>(a: A[]) => A[] = arrayMap(identity); constant 67 var f22 = arrayMap(identity); variable
|
D | genericRestParameters1.js | 100 const f22 = bind(f21, "hello"); // (z: boolean) => string[] constant 255 var f22 = bind(f21, "hello"); // (z: boolean) => string[] variable
|
D | contextuallyTypedParametersWithInitializers.js | 16 const f22 = id2(function (foo = 42) { return foo }); constant 119 var f22 = id2(function (foo) { variable
|
D | recursiveConditionalTypes.js | 183 function f22(tn, tm) { function
|
D | genericFunctionInference1.js | 40 const f22 = pipe2(list, list); constant 280 const f22 = pipe2(list, list); constant
|
D | strictBindCallApply1.js | 62 let f22 = C.bind(undefined, 10, "hello"); variable
|
D | destructuringWithLiteralInitializers2.js | 14 function f22([x = 0, y = 'bar'] = [1]) {} function
|
D | unknownType1.js | 255 function f22(x) { function
|
D | controlFlowOptionalChain.js | 414 function f22(o: Thing | undefined) { function
|
/third_party/typescript/tests/cases/conformance/es6/destructuring/ |
D | destructuringWithLiteralInitializers2.ts | 15 function f22([x = 0, y = 'bar'] = [1]) {} function
|
/third_party/typescript/tests/cases/compiler/ |
D | contextuallyTypedParametersWithInitializers.ts | 18 const f22 = id2(function (foo = 42) { return foo }); constant
|
D | varianceMeasurement.ts | 24 const f22: Foo2<unknown> = f20; constant
|
D | recursiveConditionalTypes.ts | 53 function f22<N extends number, M extends N>(tn: TupleOf<number, N>, tm: TupleOf<number, M>) { function
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | strictBindCallApply1.ts | 63 let f22 = C.bind(undefined, 10, "hello"); variable
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters1.ts | 102 const f22 = bind(f21, "hello"); // (z: boolean) => string[] constant
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypeRelationships.ts | 62 function f22<T, U extends T>(x: T, y: Readonly<U>, k: keyof T) { function
|
/third_party/typescript/tests/cases/conformance/types/unknown/ |
D | unknownType1.ts | 109 function f22(x: unknown) { function
|
D | unknownControlFlow.ts | 132 function f22<T extends {} | undefined>(x: T) { function
|
/third_party/typescript/tests/cases/conformance/controlFlow/ |
D | controlFlowOptionalChain.ts | 416 function f22(o: Thing | undefined) { function
|
D | neverReturningFunctions1.ts | 52 function f22(x: number): number { function
|
D | dependentDestructuredVariables.ts | 89 function f22(action: Action2) { function
|
D | controlFlowAliasing.ts | 101 function f22(obj: { kind: 'foo', foo: string } | { kind: 'bar', bar: number }) { function
|
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/ |
D | instantiationExpressions.ts | 80 function f22(f: (<T>(a: T) => T) & { x: string }) { method in C
|
/third_party/typescript/tests/baselines/reference/tsbuild/publicAPI/ |
D | build-with-custom-transformers.js | 35 export function f22() { } // trailing function
|