Home
last modified time | relevance | path

Searched refs:T07 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DneverUnionIntersection.symbols20 type T07 = undefined | never;
21 >T07 : Symbol(T07, Decl(neverUnionIntersection.ts, 5, 23))
DkeyofIntersection.types28 type T07 = T04<A, B>; // "a" | "b"
29 >T07 : T07
DneverUnionIntersection.types20 type T07 = undefined | never;
21 >T07 : undefined
DkeyofIntersection.js11 type T07 = T04<A, B>; // "a" | "b"
47 declare type T07 = T04<A, B>;
DkeyofIntersection.symbols44 type T07 = T04<A, B>; // "a" | "b"
45 >T07 : Symbol(T07, Decl(keyofIntersection.ts, 8, 18))
DrestTupleElements1.types23 type T07 = [...string[], string]; // Error
24 >T07 : T07
DrestTupleElements1.js9 type T07 = [...string[], string]; // Error
109 declare type T07 = [...string[], string];
DneverUnionIntersection.js8 type T07 = undefined | never;
DrestTupleElements1.symbols23 type T07 = [...string[], string]; // Error
24 >T07 : Symbol(T07, Decl(restTupleElements1.ts, 6, 33))
DmappedTypes6.types23 type T07<T> = { readonly [P in keyof T]-?: T[P] };
24 >T07 : T07<T>
DmappedTypes6.js10 type T07<T> = { readonly [P in keyof T]-?: T[P] };
222 declare type T07<T> = {
DgenericRestParameters1.js134 type T07<T extends any[]> = Parameters<(...args: T) => void>;
339 declare type T07<T extends any[]> = Parameters<(...args: T) => void>;
DmappedTypes6.symbols58 type T07<T> = { readonly [P in keyof T]-?: T[P] };
59 >T07 : Symbol(T07, Decl(mappedTypes6.ts, 7, 50))
DgenericRestParameters1.symbols534 type T07<T extends any[]> = Parameters<(...args: T) => void>;
535 >T07 : Symbol(T07, Decl(genericRestParameters1.ts, 131, 63))
DgenericRestParameters1.errors.txt141 type T07<T extends any[]> = Parameters<(...args: T) => void>;
DrestTupleElements1.errors.txt39 type T07 = [...string[], string]; // Error
DmappedTypes6.errors.txt38 type T07<T> = { readonly [P in keyof T]-?: T[P] };
DgenericRestParameters1.types695 type T07<T extends any[]> = Parameters<(...args: T) => void>;
696 >T07 : T
/third_party/typescript/tests/cases/conformance/types/never/
DneverUnionIntersection.ts9 type T07 = undefined | never; alias
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofIntersection.ts13 type T07 = T04<A, B>; // "a" | "b" alias
/third_party/typescript/tests/cases/conformance/types/tuple/
DrestTupleElements1.ts11 type T07 = [...string[], string]; // Error alias
DvariadicTuples1.ts231 type T07 = First<[]>; alias
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-token.md60 | created | 2017-10-02T07:52:24.838Z |
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypes6.ts12 type T07<T> = { readonly [P in keyof T]-?: T[P] }; alias
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters1.ts136 type T07<T extends any[]> = Parameters<(...args: T) => void>;

12