Skip to content

Run tsc on all files #1926

Run tsc on all files

Run tsc on all files #1926

Triggered via pull request April 1, 2024 02:56
Status Failure
Total duration 42s
Artifacts

main.yml

on: pull_request
Matrix: test
Matrix: types
Fit to window
Zoom out
Zoom in

Annotations

52 errors
TypeScript ~5.2.0: test-d/distributed-pick.ts#L40
Type '"c"' does not satisfy the constraint 'keyof Example2'.
TypeScript ~5.2.0: test-d/distributed-pick.ts#L75
Property 'foo' does not exist on type 'Pick<A, "a" | "discriminant">'.
TypeScript ~5.2.0: test-d/distributed-pick.ts#L76
Property 'bar' does not exist on type 'Pick<A, "a" | "discriminant">'.
TypeScript ~5.2.0: test-d/single-key-object.ts#L8
Argument of type '{}' is not assignable to parameter of type 'never'.
TypeScript ~5.2.0: test-d/single-key-object.ts#L9
Argument of type '{ key: string; otherKey: string; }' is not assignable to parameter of type 'never'.
TypeScript ~5.2.0
Process completed with exit code 2.
TypeScript latest: test-d/conditional-keys.ts#L12
Argument of type 'ConditionalKeys<Example, string>' is not assignable to parameter of type '"a"'.
TypeScript latest: test-d/conditional-keys.ts#L15
Argument of type 'ConditionalKeys<Example, string | undefined>' is not assignable to parameter of type '"a" | "c"'.
TypeScript latest: test-d/distributed-pick.ts#L40
Type '"c"' does not satisfy the constraint 'keyof Example2'.
TypeScript latest: test-d/distributed-pick.ts#L75
Property 'foo' does not exist on type 'Pick<A, "a" | "discriminant">'.
TypeScript latest: test-d/distributed-pick.ts#L76
Property 'bar' does not exist on type 'Pick<A, "a" | "discriminant">'.
TypeScript latest: test-d/single-key-object.ts#L8
Argument of type '{}' is not assignable to parameter of type 'never'.
TypeScript latest: test-d/single-key-object.ts#L9
Argument of type '{ key: string; otherKey: string; }' is not assignable to parameter of type 'never'.
TypeScript latest: test-d/writable-deep.ts#L102
Argument of type 'Namespace' is not assignable to parameter of type '((foo: number) => string) & WritableObjectDeep<Namespace>'.
TypeScript latest: test-d/writable-deep.ts#L104
Argument of type 'readonly boolean[]' is not assignable to parameter of type 'boolean[]'.
TypeScript latest
Process completed with exit code 2.
TypeScript ~5.1.0: test-d/distributed-pick.ts#L40
Type '"c"' does not satisfy the constraint 'keyof Example2'.
TypeScript ~5.1.0: test-d/distributed-pick.ts#L75
Property 'foo' does not exist on type 'Pick<A, "a" | "discriminant">'.
TypeScript ~5.1.0: test-d/distributed-pick.ts#L76
Property 'bar' does not exist on type 'Pick<A, "a" | "discriminant">'.
TypeScript ~5.1.0: test-d/single-key-object.ts#L8
Argument of type '{}' is not assignable to parameter of type 'never'.
TypeScript ~5.1.0: test-d/single-key-object.ts#L9
Argument of type '{ key: string; otherKey: string; }' is not assignable to parameter of type 'never'.
TypeScript ~5.1.0
Process completed with exit code 2.
Node.js 20: test-d/conditional-keys.ts#L12
Argument of type 'ConditionalKeys<Example, string>' is not assignable to parameter of type '"a"'.
Node.js 20: test-d/conditional-keys.ts#L15
Argument of type 'ConditionalKeys<Example, string | undefined>' is not assignable to parameter of type '"a" | "c"'.
Node.js 20: test-d/distributed-pick.ts#L40
Type '"c"' does not satisfy the constraint 'keyof Example2'.
Node.js 20: test-d/distributed-pick.ts#L75
Property 'foo' does not exist on type 'Pick<A, "a" | "discriminant">'.
Node.js 20: test-d/distributed-pick.ts#L76
Property 'bar' does not exist on type 'Pick<A, "a" | "discriminant">'.
Node.js 20: test-d/single-key-object.ts#L8
Argument of type '{}' is not assignable to parameter of type 'never'.
Node.js 20: test-d/single-key-object.ts#L9
Argument of type '{ key: string; otherKey: string; }' is not assignable to parameter of type 'never'.
Node.js 20: test-d/writable-deep.ts#L102
Argument of type 'Namespace' is not assignable to parameter of type '((foo: number) => string) & WritableObjectDeep<Namespace>'.
Node.js 20: test-d/writable-deep.ts#L104
Argument of type 'readonly boolean[]' is not assignable to parameter of type 'boolean[]'.
Node.js 20
Process completed with exit code 1.
Node.js 18: test-d/conditional-keys.ts#L12
Argument of type 'ConditionalKeys<Example, string>' is not assignable to parameter of type '"a"'.
Node.js 18: test-d/conditional-keys.ts#L15
Argument of type 'ConditionalKeys<Example, string | undefined>' is not assignable to parameter of type '"a" | "c"'.
Node.js 18: test-d/distributed-pick.ts#L40
Type '"c"' does not satisfy the constraint 'keyof Example2'.
Node.js 18: test-d/distributed-pick.ts#L75
Property 'foo' does not exist on type 'Pick<A, "a" | "discriminant">'.
Node.js 18: test-d/distributed-pick.ts#L76
Property 'bar' does not exist on type 'Pick<A, "a" | "discriminant">'.
Node.js 18: test-d/single-key-object.ts#L8
Argument of type '{}' is not assignable to parameter of type 'never'.
Node.js 18: test-d/single-key-object.ts#L9
Argument of type '{ key: string; otherKey: string; }' is not assignable to parameter of type 'never'.
Node.js 18: test-d/writable-deep.ts#L102
Argument of type 'Namespace' is not assignable to parameter of type '((foo: number) => string) & WritableObjectDeep<Namespace>'.
Node.js 18: test-d/writable-deep.ts#L104
Argument of type 'readonly boolean[]' is not assignable to parameter of type 'boolean[]'.
Node.js 18
Process completed with exit code 1.
Node.js 16: test-d/conditional-keys.ts#L12
Argument of type 'ConditionalKeys<Example, string>' is not assignable to parameter of type '"a"'.
Node.js 16: test-d/conditional-keys.ts#L15
Argument of type 'ConditionalKeys<Example, string | undefined>' is not assignable to parameter of type '"a" | "c"'.
Node.js 16: test-d/distributed-pick.ts#L40
Type '"c"' does not satisfy the constraint 'keyof Example2'.
Node.js 16: test-d/distributed-pick.ts#L75
Property 'foo' does not exist on type 'Pick<A, "a" | "discriminant">'.
Node.js 16: test-d/distributed-pick.ts#L76
Property 'bar' does not exist on type 'Pick<A, "a" | "discriminant">'.
Node.js 16: test-d/single-key-object.ts#L8
Argument of type '{}' is not assignable to parameter of type 'never'.
Node.js 16: test-d/single-key-object.ts#L9
Argument of type '{ key: string; otherKey: string; }' is not assignable to parameter of type 'never'.
Node.js 16: test-d/writable-deep.ts#L102
Argument of type 'Namespace' is not assignable to parameter of type '((foo: number) => string) & WritableObjectDeep<Namespace>'.
Node.js 16: test-d/writable-deep.ts#L104
Argument of type 'readonly boolean[]' is not assignable to parameter of type 'boolean[]'.
Node.js 16
Process completed with exit code 1.