Update README.md

This commit is contained in:
Jarred Sumner
2022-04-07 20:35:05 -07:00
parent 9b1d4e1a45
commit 9cd148de7d

View File

@@ -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)