Device Dehydration | js-sdk: store/load dehydration key #10597
static_analysis.yml
on: pull_request
Downstream tsc element-web
0s
Typescript Syntax Check
25s
ESLint
42s
Workflow Lint
17s
JSDoc Checker
26s
Analyse Dead Code
20s
Downstream Typescript Syntax Check
0s
Annotations
9 errors
Typescript Syntax Check:
src/rust-crypto/DehydratedDeviceManager.ts#L85
'"/home/runner/work/matrix-js-sdk/matrix-js-sdk/node_modules/@matrix-org/matrix-sdk-crypto-wasm/index"' has no exported member named 'DehydratedDeviceKey'. Did you mean 'DehydratedDevice'?
|
Typescript Syntax Check:
src/rust-crypto/DehydratedDeviceManager.ts#L86
Property 'getDehydratedDeviceKey' does not exist on type 'DehydratedDevices'.
|
Typescript Syntax Check:
src/rust-crypto/DehydratedDeviceManager.ts#L89
'"/home/runner/work/matrix-js-sdk/matrix-js-sdk/node_modules/@matrix-org/matrix-sdk-crypto-wasm/index"' has no exported member named 'DehydratedDeviceKey'. Did you mean 'DehydratedDevice'?
|
Typescript Syntax Check:
src/rust-crypto/DehydratedDeviceManager.ts#L90
Property 'saveDehydratedDeviceKey' does not exist on type 'DehydratedDevices'.
|
Typescript Syntax Check:
src/rust-crypto/DehydratedDeviceManager.ts#L165
Property 'DehydratedDeviceKey' does not exist on type 'typeof import("/home/runner/work/matrix-js-sdk/matrix-js-sdk/node_modules/@matrix-org/matrix-sdk-crypto-wasm/index")'. Did you mean 'DehydratedDevice'?
|
Typescript Syntax Check:
src/rust-crypto/DehydratedDeviceManager.ts#L178
'"/home/runner/work/matrix-js-sdk/matrix-js-sdk/node_modules/@matrix-org/matrix-sdk-crypto-wasm/index"' has no exported member named 'DehydratedDeviceKey'. Did you mean 'DehydratedDevice'?
|
Typescript Syntax Check:
src/rust-crypto/DehydratedDeviceManager.ts#L189
Property 'DehydratedDeviceKey' does not exist on type 'typeof import("/home/runner/work/matrix-js-sdk/matrix-js-sdk/node_modules/@matrix-org/matrix-sdk-crypto-wasm/index")'. Did you mean 'DehydratedDevice'?
|
Typescript Syntax Check
Process completed with exit code 2.
|
JSDoc Checker
Process completed with exit code 3.
|