Test on "Feat/typesafe object mapping" by mew-ton #161
Annotations
10 errors
Run yarn test:type:
src/twist.ts#L39
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'MoveMap<D>'.
|
Run yarn test:type:
test/omit.spec.ts#L103
No overload matches this call.
|
Run yarn test:type:
test/pick.spec.ts#L94
No overload matches this call.
|
Run yarn test:type:
test/twist.spec.ts#L13
Object literal may only specify known properties, and 'b' does not exist in type 'MoveMap<{ a: number; b: { c: number; d: number[]; }; }>'.
|
Run yarn test:type:
test/twist.spec.ts#L31
Argument of type '{ 'b.c': string; 'b.d': string; }' is not assignable to parameter of type 'MoveMap<{ a: number; b: { c: number; d: number[]; }; }>'.
|
Run yarn test:type:
test/twist.spec.ts#L47
Argument of type '{ a: string; }' is not assignable to parameter of type 'MoveMap<{ a: number; b: { c: number; d: number[]; }; }>'.
|
Run yarn test:type:
test/twist.spec.ts#L65
Object literal may only specify known properties, and 'b' does not exist in type 'MoveMap<{ a: number; b: { c: number; d: number[]; }; }>'.
|
Run yarn test:type:
test/twist.spec.ts#L83
Argument of type '{ 'b.d[0]': string; 'b.d[1]': string; }' is not assignable to parameter of type 'MoveMap<{ a: number; b: { c: number; d: number[]; }; }>'.
|
Run yarn test:type:
test/twist.spec.ts#L101
Argument of type '{ 'b.d.0': string; 'b.d.1': string; }' is not assignable to parameter of type 'MoveMap<{ a: number; b: { c: number; d: number[]; }; }>'.
|
Run yarn test:type:
test/twist.spec.ts#L129
Object literal may only specify known properties, and ''[0].a'' does not exist in type 'MoveMap<readonly [{ readonly a: 1; readonly b: { readonly c: 2; readonly d: readonly [3, 4]; }; }, { readonly e: 5; readonly f: { readonly g: 6; readonly h: readonly [7, 8]; }; }]>'.
|
The logs for this run have expired and are no longer available.
Loading