deno_std icon indicating copy to clipboard operation
deno_std copied to clipboard

node: add FreeBSD support

Open valpackett opened this issue 3 years ago • 5 comments
trafficstars

This adds enough support for node compat to run on FreeBSD (which has Deno packaged, despite not being an official platform).

valpackett avatar Jul 25 '22 14:07 valpackett

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 25 '22 14:07 CLAassistant

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

cjihrig avatar Jul 25 '22 15:07 cjihrig

I'm open to doing type casting in switch (Deno.build.os)

kt3k avatar Jul 26 '22 11:07 kt3k

@unrelentingtech are you still interested in pursuing this? If so, please see the previous comment.

cjihrig avatar Sep 13 '22 21:09 cjihrig

yes, I'll try that, sure

valpackett avatar Sep 13 '22 21:09 valpackett