-
Notifications
You must be signed in to change notification settings - Fork 445
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
ESM module support #169
Comments
Pull requests are welcome. I have successfully created some hybrid packages like uint8array-tools. |
made a repo where i reproduced the issue (https://github.com/jimbertools/vite-bip39), i looked at the problem for 2 days 🤣 |
Memo for possible solutions:
|
we made a simple ts lib with only what we needed, in the future we will make this feature parity with this lib and make a pull request or something |
Pull requests welcome, but it seems like your fork completely breaks everything with no attempt to try and maintain compatibility via a hybrid model etc. Also, you are violating the terms of the ISC license:
You have completely removed the Copyright notice and the permission notice. |
as i commented in #170, there is |
main.ts
i get multiple issues, since thisa is cjs, could this be made to work with esm
The text was updated successfully, but these errors were encountered: