mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update README.md
This commit is contained in:
@@ -447,7 +447,7 @@ It's a little like a build cache, but designed for reuse. I hope people will eve
|
||||
|
||||
##### Position-independent code
|
||||
|
||||
From a design perspective, the most important part of `.bun` files are how the code is organized. Each module is exported by a hash like this:
|
||||
From a design perspective, the most important part of the `.bun` format is how code is organized. Each module is exported by a hash like this:
|
||||
|
||||
```js
|
||||
// preact/dist/preact.module.js
|
||||
|
||||
Reference in New Issue
Block a user