From 0b55527d10e2274198645996b9a7f9c7d078e8ab Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Mon, 27 Jan 2025 02:23:01 -0500 Subject: [PATCH] Update files/en-us/glossary/bun/index.md --- files/en-us/glossary/bun/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/files/en-us/glossary/bun/index.md b/files/en-us/glossary/bun/index.md index 691f4122706eacf..36dfd2c0b2875fd 100644 --- a/files/en-us/glossary/bun/index.md +++ b/files/en-us/glossary/bun/index.md @@ -10,6 +10,7 @@ page-type: glossary-definition Unlike [Node.js](https://nodejs.org/) and [Deno](https://deno.com/), Bun is built on Apple's [JavaScriptCore](https://trac.webkit.org/wiki/JavaScriptCore). Notable features of Bun include: +- Drop-in Node.js replacement: almost all Node.js programs can run using Bun-equivalent commands. - State-of-the-art JavaScript execution speed in most real-world scenarios. - Native support for JavaScript syntax extensions like JSX and TypeScript. - Global cache for managing package installations to minimize disk usage.