feat: Migrate JS-sided locks to DatabaseQueue for transactions and executeBatch commands
#318
lint-typescript.yml
on: pull_request
Compile TypeScript (tsc)
14s
Lint TypeScript (eslint, prettier)
14s
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.
|