diff options
author | 2023-05-23 15:02:39 -0700 | |
---|---|---|
committer | 2023-05-23 15:02:39 -0700 | |
commit | 5b0fea7093e53cf1aa7022bbe1f5dc1ed1f4af74 (patch) | |
tree | b58d8afbc7b3c5e3b4d5e0d0885fc6d7d742a55b /docs/runtime/nodejs-apis.md | |
parent | 21002ed4055ddfec8413c56672839f2a02843894 (diff) | |
download | bun-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.md | 4 |
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. --- |