Skip to content

wip: add sync compatibility #2406

wip: add sync compatibility

wip: add sync compatibility #2406

Triggered via push August 19, 2025 11:41
Status Failure
Total duration 3m 32s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Test Packages
Process completed with exit code 1.
Test Packages
Argument of type 'PowerSyncSQLiteBaseSession<TFullSchema, TSchema>' is not assignable to parameter of type 'SQLiteSession<"sync" | "async", QueryResult, TFullSchema, TSchema>'.
Test Packages
Class 'PowerSyncSQLitePreparedQuery<T, TSync>' incorrectly extends base class 'SQLitePreparedQuery<PowerSyncPreparedQueryConfig<TSync, T> & T>'.
Test Packages
Argument of type 'LockContext' is not assignable to parameter of type '"sync" | "async"'.
Test Packages
Property 'prepareQuery' in type 'PowerSyncSQLiteBaseSession<TFullSchema, TSchema>' is not assignable to the same property in base type 'SQLiteSession<"sync" | "async", QueryResult, TFullSchema, TSchema>'.