diff options
author | 2023-02-28 05:38:01 +0530 | |
---|---|---|
committer | 2023-02-27 16:08:01 -0800 | |
commit | 7a4ac03338515b5153e7341dc827919d2f6b5245 (patch) | |
tree | b1b724740946f265c38d5c119a972c7d37ce0434 | |
parent | 630d2314b617df8866ff3ace569212aacff0e15d (diff) | |
download | bun-7a4ac03338515b5153e7341dc827919d2f6b5245.tar.gz bun-7a4ac03338515b5153e7341dc827919d2f6b5245.tar.zst bun-7a4ac03338515b5153e7341dc827919d2f6b5245.zip |
Update module statuses in docs (#2219)
* Add filePath property on MatchedRoute
* Fix #1880 #851
* Fix #1972 as well
* FMC
* Bump querystring-es3
* fix querystring status
* Fix typos in docs
---------
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu>
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
-rw-r--r-- | docs/ecosystem/nodejs.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ecosystem/nodejs.md b/docs/ecosystem/nodejs.md index 78633f266..8a5532f3b 100644 --- a/docs/ecosystem/nodejs.md +++ b/docs/ecosystem/nodejs.md @@ -92,8 +92,8 @@ This page is updated regularly to reflect compatibility status of the latest ver --- - {% anchor id="node_http" %} [`node:http`](https://nodejs.org/api/http.html) {% /anchor %} -- 🟡 -- Missing `http.OutgoingMessage` `http.validateHeader{Name|Value}`. Module provides partial compatibility for `http.globalAgent` `http.Agent` `http.setMaxIdleHTTPParsers`. Note that exports marked as partially compatible likely have no effect (no-op) but will not cause errors when porting code utilizing these exports. +- 🟢 +- Fully implemented. --- @@ -158,8 +158,8 @@ This page is updated regularly to reflect compatibility status of the latest ver --- - {% anchor id="node_querystring" %} [`node:querystring`](https://nodejs.org/api/querystring.html) {% /anchor %} -- 🟡 -- Missing `querystring.escape` and `querystring.unescape`. +- 🟢 +- Fully implemented. --- |