aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/nodejs-apis.md
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-05-23 15:02:39 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-23 15:02:39 -0700
commit5b0fea7093e53cf1aa7022bbe1f5dc1ed1f4af74 (patch)
treeb58d8afbc7b3c5e3b4d5e0d0885fc6d7d742a55b /docs/runtime/nodejs-apis.md
parent21002ed4055ddfec8413c56672839f2a02843894 (diff)
downloadbun-5b0fea7093e53cf1aa7022bbe1f5dc1ed1f4af74.tar.gz
bun-5b0fea7093e53cf1aa7022bbe1f5dc1ed1f4af74.tar.zst
bun-5b0fea7093e53cf1aa7022bbe1f5dc1ed1f4af74.zip
fix bun init and update node vm docs (#3014)
Diffstat (limited to 'docs/runtime/nodejs-apis.md')
-rw-r--r--docs/runtime/nodejs-apis.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md
index cbb264486..a4256077c 100644
--- a/docs/runtime/nodejs-apis.md
+++ b/docs/runtime/nodejs-apis.md
@@ -236,8 +236,8 @@ This page is updated regularly to reflect compatibility status of the latest ver
---
- {% anchor id="node_vm" %} [`node:vm`](https://nodejs.org/api/vm.html) {% /anchor %}
-- 🔴
-- Not implemented.
+- 🟡
+- Partially implemented.
---