/third_party/typescript/tests/baselines/reference/ |
D | neverUnionIntersection.symbols | 20 type T07 = undefined | never; 21 >T07 : Symbol(T07, Decl(neverUnionIntersection.ts, 5, 23))
|
D | keyofIntersection.types | 28 type T07 = T04<A, B>; // "a" | "b" 29 >T07 : T07
|
D | neverUnionIntersection.types | 20 type T07 = undefined | never; 21 >T07 : undefined
|
D | keyofIntersection.js | 11 type T07 = T04<A, B>; // "a" | "b" 47 declare type T07 = T04<A, B>;
|
D | keyofIntersection.symbols | 44 type T07 = T04<A, B>; // "a" | "b" 45 >T07 : Symbol(T07, Decl(keyofIntersection.ts, 8, 18))
|
D | restTupleElements1.types | 23 type T07 = [...string[], string]; // Error 24 >T07 : T07
|
D | restTupleElements1.js | 9 type T07 = [...string[], string]; // Error 109 declare type T07 = [...string[], string];
|
D | neverUnionIntersection.js | 8 type T07 = undefined | never;
|
D | restTupleElements1.symbols | 23 type T07 = [...string[], string]; // Error 24 >T07 : Symbol(T07, Decl(restTupleElements1.ts, 6, 33))
|
D | mappedTypes6.types | 23 type T07<T> = { readonly [P in keyof T]-?: T[P] }; 24 >T07 : T07<T>
|
D | mappedTypes6.js | 10 type T07<T> = { readonly [P in keyof T]-?: T[P] }; 222 declare type T07<T> = {
|
D | genericRestParameters1.js | 134 type T07<T extends any[]> = Parameters<(...args: T) => void>; 339 declare type T07<T extends any[]> = Parameters<(...args: T) => void>;
|
D | mappedTypes6.symbols | 58 type T07<T> = { readonly [P in keyof T]-?: T[P] }; 59 >T07 : Symbol(T07, Decl(mappedTypes6.ts, 7, 50))
|
D | genericRestParameters1.symbols | 534 type T07<T extends any[]> = Parameters<(...args: T) => void>; 535 >T07 : Symbol(T07, Decl(genericRestParameters1.ts, 131, 63))
|
D | genericRestParameters1.errors.txt | 141 type T07<T extends any[]> = Parameters<(...args: T) => void>;
|
D | restTupleElements1.errors.txt | 39 type T07 = [...string[], string]; // Error
|
D | mappedTypes6.errors.txt | 38 type T07<T> = { readonly [P in keyof T]-?: T[P] };
|
D | genericRestParameters1.types | 695 type T07<T extends any[]> = Parameters<(...args: T) => void>; 696 >T07 : T
|
/third_party/typescript/tests/cases/conformance/types/never/ |
D | neverUnionIntersection.ts | 9 type T07 = undefined | never; alias
|
/third_party/typescript/tests/cases/conformance/types/keyof/ |
D | keyofIntersection.ts | 13 type T07 = T04<A, B>; // "a" | "b" alias
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | restTupleElements1.ts | 11 type T07 = [...string[], string]; // Error alias
|
D | variadicTuples1.ts | 231 type T07 = First<[]>; alias
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-token.md | 60 | created | 2017-10-02T07:52:24.838Z |
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypes6.ts | 12 type T07<T> = { readonly [P in keyof T]-?: T[P] }; alias
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | genericRestParameters1.ts | 136 type T07<T extends any[]> = Parameters<(...args: T) => void>;
|