-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explicit Node dependencies imports #7
Comments
Hey! There are a number of things here that, were I writing this package today, I would probably do differently. The 'detect whether |
Also, in the meantime, if the issue for your users is |
Hey @Conduitry, first of all thanks for your reply! I see what you mean, of course after 5 years you see things with a completely different eye!
That is an interesting solution that could help to bypass everything. Thank you!
About this, I've also added Typescript definitions to DefinitelyTyped some years ago. Another thing to improve, could be to import them in here, in order to have just one source for typings.
I like this. Checking Blob to perform a choice is a poor choice to me either. So, using a Then, correct me if I'm wrong, if you would remove the check " |
Is there anything I can do to help here? If you think I can help, I perhaps could setup a PR with the changes you said. Let me know :) |
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!
The text was updated successfully, but these errors were encountered: