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 was 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.