Bump @types/node from 22.14.1 to 22.15.17 #16
Closed
Annotations
11 errors
|
src/TinySQL.mjs#L600
Parameter 'err' implicitly has an 'any' type.
|
|
src/TinySQL.mjs#L596
Parameter 'result' implicitly has an 'any' type.
|
|
src/TinySQL.mjs#L596
Property 'then' does not exist on type 'Database'.
|
|
src/TinySQL.mjs#L575
Argument of type 'string | null' is not assignable to parameter of type 'string | undefined'.
|
|
src/TinySQL.mjs#L558
Argument of type 'string | null' is not assignable to parameter of type 'string | undefined'.
|
|
src/TinySQL.mjs#L539
Parameter 'reject' implicitly has an 'any' type.
|
|
src/TinySQL.mjs#L505
Property 'close' does not exist on type 'Database | Pool'.
|
|
src/TinySQL.mjs#L505
Object is possibly 'undefined'.
|
|
src/TinySQL.mjs#L501
Argument of type 'Database | Pool | undefined' is not assignable to parameter of type 'Database'.
|
|
src/TinySQL.mjs#L495
Type 'Database<Database, Statement>' is not assignable to type 'Database | Pool | undefined'.
|
|
|
The logs for this run have expired and are no longer available.
Loading