From 5c46a4d07da1b7577b72cff727b6b8d2c06de07f Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 16 Jan 2025 01:39:50 -0800 Subject: [PATCH] Update nodejs-apis.md --- docs/runtime/nodejs-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index c021bb5869..72f160285c 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -1,6 +1,6 @@ Every day, Bun gets closer to 100% Node.js API compatibility. Popular projects like Next.js, Express, and millions of `npm` packages intended for Node.js just work with Bun out of the box. To ensure compatibility, we run thousands of Node.js tests on every commit of Bun. -**If a package works in Node.js but doesn't work in Bun, please [open an issue](https://bun.sh/issues) - that's a bug in Bun.** Opening issues for compatibility bugs helps us prioritize what to work on next. +**If a package works in Node.js but doesn't work in Bun, we consider it a bug in Bun.** Please [open an issue](https://bun.sh/issues) and we'll fix it. This page is updated regularly to reflect compatibility status of the latest version of Bun. The information below reflects Bun's compatibility with _Node.js v23_.