From 3a45f2c71bb17fbad0168fa76b32ae0c8ee67935 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 21 Aug 2023 21:34:03 -0700 Subject: Docs and types for v0.8.0 (#4199) * Improve test documentation * Update nodejs compat docs with tty * Add debugger guide * Document Bun.inspect.custom, improve bun test nav * Address reviews * Update Bun.file types * Add Nuxt guide * Add tty types --- docs/runtime/nodejs-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/runtime/nodejs-apis.md') diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index b75ff5847..e0cd3b132 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -138,7 +138,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:tty`](https://nodejs.org/api/tty.html) -🟡 Missing `tty.ReadStream` and `tty.WriteStream`. +🟢 Fully implemented. ### [`node:url`](https://nodejs.org/api/url.html) -- cgit v1.2.3