Move to TypeScript #162
Annotations
10 errors and 1 warning
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Property 'havingExists' does not exist on type 'QueryBuilder<any, any>'.
|
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Property 'havingNotExists' does not exist on type 'QueryBuilder<any, any>'. Did you mean 'havingNotIn'?
|
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Property 'orHavingExists' does not exist on type 'QueryBuilder<any, any>'.
|
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Property 'orHavingNotExists' does not exist on type 'QueryBuilder<any, any>'. Did you mean 'orHavingNotIn'?
|
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Property 'orHavingIn' does not exist on type 'QueryBuilder<any, any>'. Did you mean 'orHaving'?
|
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Property 'orHavingNull' does not exist on type 'QueryBuilder<any, any>'. Did you mean 'havingNull'?
|
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Property 'orHavingNotNull' does not exist on type 'QueryBuilder<any, any>'. Did you mean 'havingNotNull'?
|
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Argument of type 'Client' is not assignable to parameter of type 'Knex<any, any[]>'.
|
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Argument of type 'Client' is not assignable to parameter of type 'Knex<any, any[]>'.
|
Test code compilation:
src/drivers/PostgresDriver.ts#L1
Argument of type 'Client' is not assignable to parameter of type 'Knex<any, any[]>'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading