This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
feat: integrating prism 4.0.0-rc.1 #84
Annotations
1 error and 10 warnings
Build and test
Resource not accessible by integration
|
Build and test:
packages/database/src/schemas/PrivateKey.ts#L78
Unexpected string value in conditional. An explicit empty string check is required
|
Build and test:
packages/database/src/schemas/PrivateKey.ts#L80
Unexpected nullable object value in conditional. An explicit null check is required
|
Build and test:
packages/database/src/schemas/PrivateKey.ts#L92
Unexpected nullable object value in conditional. An explicit null check is required
|
Build and test:
packages/database/src/schemas/PrivateKey.ts#L116
Unexpected nullable object value in conditional. An explicit null check is required
|
Build and test:
packages/database/src/schemas/PrivateKey.ts#L123
Unexpected nullable object value in conditional. An explicit null check is required
|
Build and test:
packages/database/src/schemas/PrivateKey.ts#L155
Invalid type "never" of template literal expression
|
Build and test:
packages/encryption/src/migration/index.ts#L65
Unexpected nullable object value in conditional. An explicit null check is required
|
Build and test:
packages/encryption/src/migration/index.ts#L69
Unsafe argument of type `any` assigned to a parameter of type `{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }[]`
|
Build and test:
packages/encryption/src/migration/index.ts#L70
Unsafe spread of an `any` type
|
Build and test:
packages/encryption/src/migration/index.ts#L184
Unexpected nullable object value in conditional. An explicit null check is required
|