-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add support for FreeBSD #217
Conversation
Thanks for putting this together. I understand why you refactored it this way, but I'd like to avoid metaprogramming in the makefile because I find it hard to read. I'll gladly accept the rest of the PR though. Feel free to remove the metaprogramming yourself, or I'm also happy to land it as-is and remove the metaprogramming myself afterwards if you prefer. Just let me know. Also, can you confirm that you have tested esbuild's bundling functionality on both |
Thank you for the review. I've also tested by running |
That's great, thanks! And I appreciate you taking the time to test it. |
I tried to publish it but npm's publish command failed because of their aggressive package name spam detector. I have reached out to npm support and will try to publish again once the name has been unblocked. |
Oh, ok. I'm waiting for it. |
The esbuild-freebsd-64 package has now been published (version 0.5.24). |
Thank you! I confirmed it works perfectly via |
...and, make it easy to support additional UNIX-like systems for the future.