aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/spawn.test.ts
diff options
context:
space:
mode:
authorGravatar Derrick Farris <mr.dcfarris@gmail.com> 2022-11-06 15:43:42 -0600
committerGravatar GitHub <noreply@github.com> 2022-11-06 13:43:42 -0800
commitbe108c0fea8cef864c14edd048fde4e8c8f92760 (patch)
treed2f06704d9c5732b03705e6aa3e87e595390bf42 /test/bun.js/spawn.test.ts
parent4e3fb8ed5bd8d2440513013c4e5483eda8437c5a (diff)
downloadbun-be108c0fea8cef864c14edd048fde4e8c8f92760.tar.gz
bun-be108c0fea8cef864c14edd048fde4e8c8f92760.tar.zst
bun-be108c0fea8cef864c14edd048fde4e8c8f92760.zip
feat(child_process): add node:child_process polyfill (#1424)
* feat(child_process): beginning of child_process, add ChildProcess and spawn base case * fix(child_process): remove invalid single arg array syntax (thanks Copilot) * refactor(child_process): unhack Readable.on, move stuff into node:stream * feat(child_process): add more params for spawn, refactor, add fromWeb() to Readable * feat(child_process): finish rest of exports (minus fork), refactor, add tests * cleanup(streams): remove a bunch of unnecessary stuff * cleanup(child_process): remove dead refs * fix(child_process): fix stdio * fix(child_process): change stdio to bunStdio * test(child_process): uncomment timeout test * test(child_process): fix hanging tests * test(child_process): remove stray console.log * test(child_process): fix cwd test for linux * refactor(child_process): divide paths for encoded vs raw execFile stdio * fix(child_process): fix logic for execFile slow path
Diffstat (limited to 'test/bun.js/spawn.test.ts')
0 files changed, 0 insertions, 0 deletions