Expose TypeOverrides in esm & cjs from root of package#3433
Conversation
|
Thanks for this, but please note that the types package is still outdated. |
|
Yeah the types package unfortunately has some breaking changes i am _never_
going to incorporate into pg due to the amount of disruption it would
cause. I am still figuring out how I want to get onto a more recent version
but without the breaking changes. It will happen though, its high on my
priority list.
…On Sun, Apr 27, 2025 at 3:40 AM Martin Adámek ***@***.***> wrote:
*B4nan* left a comment (brianc/node-postgres#3433)
<#3433 (comment)>
Thanks for this, but please note that the types package is still outdated.
—
Reply to this email directly, view it on GitHub
<#3433 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAMHIMBBMAJJO2ZYYR4BVT23SJXBAVCNFSM6AAAAAB3W6B4ZGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQMZTGMZDQOBYGQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
|
just to be clear, i am talking about the |
ohhhhhhhh i see. Yeah I would like to move the type definitions to this library. I also want to convert the rest of this library to typescript. I was gonna do typedefs first, so then its easier to align the typescript to them. 😄 definitely on my todo list! |
This replaces this old PR here. Added some more tests to the exports from pg, too.