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.
Now that demo is fast approaching v1.0, I was looking to see if the modules I use will work on
deno.The
pg-formatmodule is not natively supported indenobecause it used the CJS require and module.exports statements.Is there a chance of either moving
pg-formatto 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.