aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/fs-stream.js
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/fs-stream.js
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/fs-stream.js')
0 files changed, 0 insertions, 0 deletions
04Move template functions outside engine (refactoring)Gravatar Frédéric Guillot 9-214/+254 2018-02-04Take timezone into consideration when calculating relative timeGravatar Frédéric Guillot 16-58/+91 2018-02-03Add support for HTTP Strict Transport Security headerGravatar Frédéric Guillot 4-3/+33 2018-02-03Add support for base URLs with subfoldersGravatar Frédéric Guillot 10-23/+105 2018-02-01Update German translationGravatar stratmaster 2-4/+12 2018-01-31Add missing about menu in settingsGravatar Frédéric Guillot 5-5/+29 2018-01-31Show API URL endpoints in user interfaceGravatar Frédéric Guillot 11-14/+99 2018-01-29Do not update entry date while refreshing a feedGravatar Frédéric Guillot 1-4/+5 2018-01-29Enable debug mode for integration testsGravatar Frédéric Guillot 1-1/+1 2018-01-29Add the possiblity to enable debug mode with an environment variableGravatar Frédéric Guillot 2-1/+6 2018-01-29Keep code base tidyGravatar Frédéric Guillot 5-18/+16 2018-01-29Add flag to enable debug loggingGravatar Rogier Lommers 2-7/+64 2018-01-25Improve unread counter updatesGravatar Mahendra Kalkura 1-6/+35