RJS-2760: Adding Realm.shutdown()
and fixing clean exit tests
#5529
Annotations
11 warnings
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
packages/realm/src/Object.ts#L144
The type 'ObjectSchema' is undefined
|
Lint:
packages/realm/src/OrderedCollection.ts#L667
JSDoc @returns declaration present but return expression not available in function
|
Lint:
packages/realm/src/Realm.ts#L828
The type 'schemaVersion' is undefined
|
Lint:
packages/realm/src/Realm.ts#L988
The type 'addListener' is undefined
|
Lint:
packages/realm/src/Realm.ts#L1032
The type 'beginTransaction' is undefined
|
Lint:
packages/realm/src/Realm.ts#L1032
The type 'commitTransaction' is undefined
|
Lint:
packages/realm/src/Realm.ts#L1032
The type 'cancelTransaction' is undefined
|
Lint:
packages/realm/src/Realm.ts#L1032
The type 'commitTransaction' is undefined
|
Lint:
packages/realm/src/Realm.ts#L1032
The type 'write' is undefined
|
Lint:
packages/realm/src/Realm.ts#L1032
The type 'write' is undefined
|