Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -17/+19 | |
2022-11-07 | Maybe fix bug with onExit callback? | 1 | -0/+29 | |
2022-11-06 | Fixes https://github.com/oven-sh/bun/issues/1462 | 1 | -3/+25 | |
2022-10-22 | Fix spawn exitcode (#1371) | 1 | -0/+22 | |
2022-10-12 | support array as first arg in `Bun.spawn` | 1 | -0/+32 | |
2022-10-11 | Implement `Bun.spawnSync` | 1 | -1/+41 | |
2022-10-11 | Make `Bun.spawn` work on Linux | 1 | -124/+153 | |
2022-10-11 | Add test for Bun.file() for stdin and stdout | 1 | -1/+39 | |
2022-10-11 | Add test that reads & writes stdin/stderr | 1 | -1/+17 | |
2022-10-10 | Fix issue with exit callback in Bun.spawn() never firing | 1 | -10/+8 | |
2022-10-09 | Start to add tests for spawn | 1 | -0/+89 |