Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-28 | use `options.fd` if provided for `fs.Read/WriteStream` (#4378) | 1 | -2/+6 | ||
* use `options.fd` over path * tests * fix `@clack/prompts` * == null | |||||
2023-08-19 | tty `ReadStream`, `WriteStream`, and readline rawmode (#4179) | 1 | -0/+289 | ||
* tty `WriteStream`, `ReadStream`, and rawmode * tests * refactor prototypes * fix failing test * fix test and library usage * more merge * fix child_process test * create pseudo terminal for tty tests * match node logic * handle invalid tty * close descriptors * move tests to another process * fix test again * fix test on linux |