-
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
Optimise for Tree Shaking #3
Comments
Would be excellent. My decision to not do that was base on not changing the API from the original tweetnacl-js (https://github.com/dchest/tweetnacl-js) for compatibility. Perhaps it is time to change that decision. |
Can you check this? https://github.com/qgustavor/tweetnacl-js |
Looks nice but what should I check for? Is it inspiration to editing my fork? |
It can be, if those doesn't fit your needs. |
export each public func instead of one global to help tree shaker to do there job.
The text was updated successfully, but these errors were encountered: