feat: add GitHub Actions quality checks workflow #1
Annotations
10 errors
|
packages/client/src/index.ts#L245
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
|
|
packages/client/src/index.ts#L11
Cannot find module '@ts-json-rpc/core' or its corresponding type declarations.
|
|
packages/client/src/__tests__/index.test.ts#L207
Parameter 'request' implicitly has an 'any' type.
|
|
packages/client/src/__tests__/index.test.ts#L189
Parameter 'request' implicitly has an 'any' type.
|
|
packages/client/src/__tests__/index.test.ts#L178
Cannot find name 'setTimeout'.
|
|
packages/client/src/__tests__/index.test.ts#L169
Cannot find name 'console'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
|
|
packages/client/src/__tests__/index.test.ts#L130
Parameter 'request' implicitly has an 'any' type.
|
|
packages/client/src/__tests__/index.test.ts#L13
Type '<T extends Procedure = Procedure>(implementation?: T | undefined) => Mock<T>' has no signatures for which the type argument list is applicable.
|
|
packages/client/src/__tests__/index.test.ts#L13
Type 'typeof vi.fn<Parameters<JsonRpcClientTransport>, ReturnType<JsonRpcClientTransport>>' does not satisfy the constraint '(...args: any) => any'.
|
|
packages/client/src/__tests__/index.test.ts#L10
Cannot find module '@ts-json-rpc/core' or its corresponding type declarations.
|
The logs for this run have expired and are no longer available.
Loading