summaryrefslogtreecommitdiff
path: root/test_util/src/pty.rs
AgeCommit message (Collapse)Author
2022-12-19chore(test_util): use pty2 instead of pty (#17131)Divy Srivastava
Fixes https://github.com/denoland/deno/issues/484 Removes dependency on winapi 0.2.x versions.
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in ↵David Sherret
memory (#15502)
2022-07-15chore: fix Windows specific clippy errors (#15212)David Sherret
2022-02-07refactor: factor out CDP message types (#13551)Leo Kettmeir
2021-11-14chore(tests): fix typo in pty.rs (#12757)Ikko Ashimine
2021-09-20chore(tests): windows pty tests (#12091)David Sherret