diff options
Diffstat (limited to 'docs/runtime/index.md')
-rw-r--r-- | docs/runtime/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/index.md b/docs/runtime/index.md index 29ea99c0f..6d86c8880 100644 --- a/docs/runtime/index.md +++ b/docs/runtime/index.md @@ -102,7 +102,7 @@ Support for additional file types can be implemented with [Plugins](/docs/runtim ## Node.js compatibility -Long-term, Bun aims for complete Node.js compatibility. Most Node.js packages already work with Bun out of the box, but certain low-level APIs like `dgram` are still unimplemented. Track the current compatibility status at [Runtime > Node.js API](/docs/runtime/nodejs). +Long-term, Bun aims for complete Node.js compatibility. Most Node.js packages already work with Bun out of the box, but certain low-level APIs like `dgram` are still unimplemented. Track the current compatibility status at [Runtime > Node.js API](/docs/ecosystem/nodejs). Bun implements the Node.js module resolution algorithm, so dependencies can still be managed with `package.json`, `node_modules`, and CommonJS-style imports. |