-
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
esbuild/deno_esbuild FreeBSD support #2356
Comments
I've tried locally to add freebsd inside the I'm not sure if it's the only thing to do, but at least I'm not getting error messages anymore. |
I have no plans regarding Deno because I don't use it myself and I know nothing about it. Any changes related to Deno and esbuild only come about because of other people who care about using those two things together. The initial Deno library for esbuild that I wrote only supports Windows x64, Linux x64, and macOS x64/ARM64 because those are the only platforms listed as supported on the Deno website. Specifically https://deno.land/#installation only has installation instructions for those platforms and links to https://github.com/denoland/deno/releases which only has binary executables for those platforms. So I assume you're using some from-source build of Deno for FreeBSD, possibly with some custom patches on top? It seems harmless to add the FreeBSD package to esbuild's Deno library as long as there's a stable value of Lines 148 to 153 in 5d7ac55
|
Platform string I used are:
|
Hello,
I'm looking into Deno Fresh, and it seems it's using esbuild from
https://github.com/esbuild/deno-esbuild
. It's looking like a meta package for your esbuild, and althoughevanw/esbuild
supports FreeBSD, the meta package that's used for Deno does not support FreeBSD. Is there any plan to support it?The text was updated successfully, but these errors were encountered: