diff options
author | 2023-08-19 00:11:24 -0700 | |
---|---|---|
committer | 2023-08-19 00:11:24 -0700 | |
commit | db09ed15fd561b89b24b979b986e21a04576f7cc (patch) | |
tree | afe32e4eccaf1fe3f2f4cd536c1f2a61efad28c1 /src/js/out/InternalModuleRegistry+enum.h | |
parent | bf517d9f8e993a9ed3a02d21094c3ce76d7953a1 (diff) | |
download | bun-db09ed15fd561b89b24b979b986e21a04576f7cc.tar.gz bun-db09ed15fd561b89b24b979b986e21a04576f7cc.tar.zst bun-db09ed15fd561b89b24b979b986e21a04576f7cc.zip |
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
Diffstat (limited to 'src/js/out/InternalModuleRegistry+enum.h')
-rw-r--r-- | src/js/out/InternalModuleRegistry+enum.h | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/src/js/out/InternalModuleRegistry+enum.h b/src/js/out/InternalModuleRegistry+enum.h index 105f70805..b54a91bda 100644 --- a/src/js/out/InternalModuleRegistry+enum.h +++ b/src/js/out/InternalModuleRegistry+enum.h @@ -40,19 +40,20 @@ NodeTimers = 38, NodeTimersPromises = 39, NodeTLS = 40, NodeTraceEvents = 41, -NodeUrl = 42, -NodeUtil = 43, -NodeV8 = 44, -NodeVM = 45, -NodeWasi = 46, -NodeWorkerThreads = 47, -NodeZlib = 48, -ThirdpartyDepd = 49, -ThirdpartyDetectLibc = 50, -ThirdpartyDetectLibcLinux = 51, -ThirdpartyIsomorphicFetch = 52, -ThirdpartyNodeFetch = 53, -ThirdpartyUndici = 54, -ThirdpartyVercelFetch = 55, -ThirdpartyWS = 56, +NodeTty = 42, +NodeUrl = 43, +NodeUtil = 44, +NodeV8 = 45, +NodeVM = 46, +NodeWasi = 47, +NodeWorkerThreads = 48, +NodeZlib = 49, +ThirdpartyDepd = 50, +ThirdpartyDetectLibc = 51, +ThirdpartyDetectLibcLinux = 52, +ThirdpartyIsomorphicFetch = 53, +ThirdpartyNodeFetch = 54, +ThirdpartyUndici = 55, +ThirdpartyVercelFetch = 56, +ThirdpartyWS = 57, |