mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* node:child_process: allow passing stdin,stdout,stderr to spawn * this doesnt actually need to be limited to 0,1,2 * Apply formatting changes * fix stream guards * undo process internals change * wrap check in function for better clarity * lazy load node:fs more --------- Co-authored-by: nektro <nektro@users.noreply.github.com>