Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -44/+46 | ||
* 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-10-12 | Fix test bug | 1 | -3/+4 | ||
2022-10-11 | Make `Bun.spawn` work on Linux | 1 | -6/+6 | ||
2022-10-05 | Add a test for simultaneous requests | 1 | -0/+42 | ||
2022-10-01 | Increase test coverage for request body streaming | 1 | -76/+192 | ||
There is still one memory issue to address | |||||
2022-09-30 | Improve test coverage for Request body streaming! | 1 | -59/+288 | ||
2022-09-28 | Add some tests for request body streaming | 1 | -0/+141 | ||
Need to fix an off-by-one error with Blob it seems |