node-mysql2
node-mysql2 copied to clipboard
Error on deno compile from version 3.4.1
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'.
……