aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/streams.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-09[streams] fix byte accounting (#2029)Gravatar Alex Lam S.L 1-1/+19
fixes #1939
2023-01-31Re-run prettier after changesGravatar Jarred Sumner 1-18/+5
2022-12-28Fix `ReadableStream.pipeTo`Gravatar Jarred Sumner 1-0/+18
2022-11-28Fix failing spawn() and spawnSync() testsGravatar Jarred Sumner 1-4/+0
cc @ThatOneBro
2022-11-25Introduce `FileSink.ref()` and `FileSink.unref()`Gravatar Jarred Sumner 1-6/+6
2022-11-23possibly more reliable Bun.spawn (#1547)Gravatar Jarred Sumner 1-24/+12
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-11-19[streams] Fix exception in `WritableStream`Gravatar Jarred Sumner 1-34/+36
cc @Electroid
2022-11-12Redo how we poll pipes (#1496)Gravatar Jarred Sumner 1-1/+2
* Fix pipe * Handle unregistered * Fix failing test
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-1/+1
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2022-11-02Add failing testGravatar Jarred Sumner 1-2/+36
2022-10-23Fix `ReadableStream.prototype.tee`Gravatar Jarred Sumner 1-1/+48
2022-10-12Implement `ReadableStream.prototype[Symbol.asyncIterator]`Gravatar Jarred Sumner 1-0/+117
cc @fabiancook
2022-10-11Add test that reads & writes stdin/stderrGravatar Jarred Sumner 1-7/+8
2022-10-10Fix issue with exit callback in Bun.spawn() never firingGravatar Jarred Sumner 1-3/+63
2022-09-26[Web Streams] Add `body` to `Response` and `Request` (#1255)Gravatar Jarred Sumner 1-0/+28
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-08-17uncommentGravatar Jarred Sumner 1-212/+211
2022-08-17slightly improve streams perfGravatar Jarred Sumner 1-212/+214
2022-06-26wip ReadableStream for HTTP(s) ServerGravatar Jarred Sumner 1-0/+15
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+317