aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/streams.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
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