This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
feat: making database usable outside of the Atala World #88
Annotations
1 error and 10 warnings
Build and test
Resource not accessible by integration
|
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
|
Build and test:
packages/encryption/src/migration/index.ts#L264
Unexpected any value in conditional. An explicit comparison or type cast is required
|
Build and test:
packages/encryption/src/migration/index.ts#L352
Unexpected any value in conditional. An explicit comparison or type cast is required
|
Build and test:
packages/encryption/src/migration/index.ts#L431
Placing a void expression inside another expression is forbidden. Move it to its own statement instead
|
Build and test:
packages/encryption/src/migration/index.ts#L459
Missing return type on function
|
Build and test:
packages/encryption/src/migration/index.ts#L461
Unexpected nullable object value in conditional. An explicit null check is required
|
Build and test:
packages/indexdb/src/storage-dexie/dexie-helper.ts#L70
Missing return type on function
|