deno_std
deno_std copied to clipboard
node: add FreeBSD support
trafficstars
This adds enough support for node compat to run on FreeBSD (which has Deno packaged, despite not being an official platform).
The CI is failing because "freebsd" is not a valid value for Deno.build.os. There is an open issue for that in the core repo: https://github.com/denoland/deno/issues/14799
I'm open to doing type casting in switch (Deno.build.os)
@unrelentingtech are you still interested in pursuing this? If so, please see the previous comment.
yes, I'll try that, sure