You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
Now that demo is fast approaching v1.0, I was looking to see if the modules I use will work on deno.
The pg-format module is not natively supported in deno because it used the CJS require and module.exports statements.
Is there a chance of either moving pg-format to the now supported ESM format, or building an ESM version?
I was thinking about forking this project to migrate it to import/export however it would be better to keep it here and add the support for ESM directly.
The text was updated successfully, but these errors were encountered:
Deno only? What about Node.js? Also, I have published it on the deno third party modules list. Happy to change that also, however they both can't exist because of the Buffer support. Deno uses a Deno.Buffer.
Now that demo is fast approaching v1.0, I was looking to see if the modules I use will work on
deno
.The
pg-format
module is not natively supported indeno
because it used the CJS require and module.exports statements.Is there a chance of either moving
pg-format
to the now supported ESM format, or building an ESM version?I was thinking about forking this project to migrate it to import/export however it would be better to keep it here and add the support for ESM directly.
The text was updated successfully, but these errors were encountered: