bug: cannot handle $\d in nested fragments #144
feature.yaml
on: pull_request
Annotations
8 errors
Build:
src/helpers/createPool.ts#L45
Argument of type '{ _pulseQueue: () => void; _remove: () => void; connect: () => { connection: { slonik: { connectionId: string; mock: boolean; poolId: string; transactionDepth: null; }; }; emit: <K>(eventName: string | symbol, ...args: AnyRest) => boolean; ... 4 more ...; release: () => void; }; }' is not assignable to parameter of type 'Pool'.
|
Build:
src/helpers/createPool.ts#L58
Argument of type '{ _pulseQueue: () => void; _remove: () => void; connect: () => { connection: { slonik: { connectionId: string; mock: boolean; poolId: string; transactionDepth: null; }; }; emit: <K>(eventName: string | symbol, ...args: AnyRest) => boolean; ... 4 more ...; release: () => void; }; }' is not assignable to parameter of type 'Pool'.
|
Build
Process completed with exit code 2.
|
|
Lint
Process completed with exit code 1.
|
Test node_version:20 test_only:pg-integration
Process completed with exit code 1.
|
Test node_version:20 test_only:postgres-integration
Process completed with exit code 1.
|
Test node_version:20 test_only:utilities
Process completed with exit code 1.
|