node-mysql2 icon indicating copy to clipboard operation
node-mysql2 copied to clipboard

Error on deno compile from version 3.4.1

Open qihangnet opened this issue 4 months ago • 0 comments

Starting from version 3.4.1, an error occurs when build the application using deno compile.

TS2339 [ERROR]: Property 'execute' does not exist on type 'PoolConnection' TS2339 [ERROR]: Property 'query' does not exist on type 'PoolConnection' TS2339 [ERROR]: Property 'execute' does not exist on type 'Connection'. TS2339 [ERROR]: Property 'query' does not exist on type 'Connection'.

……

qihangnet avatar Oct 20 '24 10:10 qihangnet