From db09ed15fd561b89b24b979b986e21a04576f7cc Mon Sep 17 00:00:00 2001 From: Dylan Conway <35280289+dylan-conway@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:11:24 -0700 Subject: tty `ReadStream`, `WriteStream`, and readline rawmode (#4179) * 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 --- src/js/out/NativeModuleImpl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/js/out/NativeModuleImpl.h') diff --git a/src/js/out/NativeModuleImpl.h b/src/js/out/NativeModuleImpl.h index 5a6881b7f..8bb70d5cb 100644 --- a/src/js/out/NativeModuleImpl.h +++ b/src/js/out/NativeModuleImpl.h @@ -5,6 +5,5 @@ #include "../../bun.js/modules/NodeModuleModule.h" #include "../../bun.js/modules/NodeProcessModule.h" #include "../../bun.js/modules/NodeStringDecoderModule.h" -#include "../../bun.js/modules/NodeTTYModule.h" #include "../../bun.js/modules/NodeUtilTypesModule.h" #include "../../bun.js/modules/UTF8ValidateModule.h" -- cgit v1.2.3