-
-
Notifications
You must be signed in to change notification settings - Fork 3
is there any interest in a pure es modules PR? #12
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
Comments
Sure, feel free to send a PR. I've never converted a package to es modules before and this is about the simplest possible package to do that on. :) |
yeah, sorry for the noise of issue opening/closing. What I'm struggling with right now is the "best" way to approach this. I'm exploring how to publish code to both npm and to deno. |
My struggles over the "best" way have largely been resolved by all supported versions of node now understanding the ESM dialect. PR forthcoming. |
It would be great to publish an experimental/alpha build of hyperx that is a pure es module (no commonjs.) It's still experimental in node v14 but if we were to publish a tagged package it might enable more experimentation.
Would you be open to a PR? Happy to submit one.
The text was updated successfully, but these errors were encountered: