Hi @Conduitry, thanks for your work. I'm using for library on my project https://github.com/alexandercerutti/passkit-generator.
Someone in the issues was reporting me that do-not-zip seems to not be working on Cloudflare pages / workers, as that platform seems to have only a compatibility with Node.JS API. Also, they run ESM.
The "not working" seems to be only about the absence of explicit imports of Buffer.
I know that the last package update is dated over 5 year ago. So here I'm asking: would you be open to include a PR that adds this little change?
Let me know, and thank you again!
Hi @Conduitry, thanks for your work. I'm using for library on my project https://github.com/alexandercerutti/passkit-generator.
Someone in the issues was reporting me that
do-not-zipseems to not be working on Cloudflare pages / workers, as that platform seems to have only a compatibility with Node.JS API. Also, they run ESM.The "not working" seems to be only about the absence of explicit imports of
Buffer.I know that the last package update is dated over 5 year ago. So here I'm asking: would you be open to include a PR that adds this little change?
Let me know, and thank you again!