Skip to content

feat: Migrate JS-sided locks to DatabaseQueue for transactions and executeBatch commands #318

feat: Migrate JS-sided locks to DatabaseQueue for transactions and executeBatch commands

feat: Migrate JS-sided locks to DatabaseQueue for transactions and executeBatch commands #318

Triggered via pull request November 6, 2025 00:03
Status Failure
Total duration 18s
Artifacts

lint-typescript.yml

on: pull_request
Compile TypeScript (tsc)
14s
Compile TypeScript (tsc)
Lint TypeScript (eslint, prettier)
14s
Lint TypeScript (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint TypeScript (eslint, prettier)
Process completed with exit code 1.
Compile TypeScript (tsc)
Process completed with exit code 1.
Compile TypeScript (tsc): example/src/tests/unit/specs/typeorm.spec.ts#L5
[tsc] reported by reviewdog 🐶 Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations. Raw Output: src/tests/unit/specs/typeorm.spec.ts(5,31): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Compile TypeScript (tsc): example/src/Database.ts#L3
[tsc] reported by reviewdog 🐶 Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations. Raw Output: src/Database.ts(3,31): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.
Compile TypeScript (tsc): example/src/Database.ts#L2
[tsc] reported by reviewdog 🐶 Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations. Raw Output: src/Database.ts(2,34): error TS2307: Cannot find module 'react-native-nitro-sqlite' or its corresponding type declarations.