Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-31 | Re-run prettier after changes | 1 | -29/+9 | ||
2022-11-20 | Assert count | 1 | -7/+8 | ||
2022-11-20 | Enable previously failing GC tests | 1 | -68/+82 | ||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -9/+11 | ||
* 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-13 | Add `for await` | 1 | -0/+27 | ||
2022-08-21 | Rename reactdom-bun -> react-dom-server.bun | 1 | -1/+1 | ||
2022-07-04 | Fix case in dynamic require() | 1 | -0/+12 | ||
2022-07-04 | [itnernal] Cleanup some of the streams code | 1 | -43/+43 | ||
2022-07-01 | [Bun.serve] Clean up lifetimes & error handling somewhat | 1 | -127/+135 | ||
2022-07-01 | Improve test coverage for streams | 1 | -34/+37 | ||
2022-06-30 | Improve test coverage for react ssr | 1 | -0/+238 | ||