mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update README.md
This commit is contained in:
@@ -79,7 +79,7 @@ bun.js is an all-in-one JavaScript runtime environment focused on performance an
|
||||
- ESM & CommonJS modules work regardless of file extension
|
||||
- Many npm packages "just work" with bun.js (particularly ones that don't use many node APIs)
|
||||
- tsconfig.json `"paths"` are natively supported, along with `"exports"` in package.json
|
||||
- `fs`, `path`, and `process` from Node are mostly implemented
|
||||
- `fs`, `path`, and `process` from Node are partially implemented
|
||||
- Web APIs like [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch), [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response), [`URL`](https://developer.mozilla.org/en-US/docs/Web/API/URL) and more are builtin
|
||||
- [`HTMLRewriter`](https://developers.cloudflare.com/workers/runtime-apis/html-rewriter/) makes it easy to transform HTML in bun.js
|
||||
- Starts [4x faster than Node](https://twitter.com/jarredsumner/status/1499225725492076544) (try it yourself)
|
||||
|
||||
Reference in New Issue
Block a user