Skip to content

Commit

Permalink
Update nodejs-apis.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Jan 16, 2025
1 parent a423d10 commit 446953a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/runtime/nodejs-apis.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Every day, Bun gets closer to 100% Node.js API compatibility. Today, popular frameworks like Next.js, Express, and millions of `npm` packages intended for Node just work with Bun out of the box. To ensure compatibility, we run thousands of tests from Node.js' test suite before every release of Bun.
Every day, Bun gets closer to 100% Node.js API compatibility. Today, popular frameworks like Next.js, Express, and millions of `npm` packages intended for Node just work with Bun. To ensure compatibility, we run thousands of tests from Node.js' test suite before every release of Bun.

**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.

Expand Down

0 comments on commit 446953a

Please sign in to comment.