-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Make project multiplatform #91
Conversation
This looks great! I'll review the changes and do some testing. Meanwhile, could you fix the conflicts? Thank you. |
Ok, so I'm back — Everything is running pretty nicely and I like the idea of browser support, but I noticed a few things:
|
So, unfortunately bundling is a tough problem, and we can't really use |
Great, looks pretty solid now. This is a huge improvement to the library so thank you! Also, for that, I am inviting you as a collaborator to the project – if you would like to join just check your email and accept the invite. |
Description
This disconnects the project from node, and makes the project multi platform. This adds esbuild as a build system and separates the test system into platform specific pieces. This also adds a few dependencies so that might be something you want to avoid.
Type of change
Checklist: