aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-24 14:26:54 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-24 14:26:54 -0700
commit6d1330d601359b3d4300800bbd54c965d3919454 (patch)
tree81b9fb0c4ba778b30ce321e38bb6e08171123c20 /README.md
parentf3be0c79c2f67c56454757fb9400f136a288e544 (diff)
downloadbun-6d1330d601359b3d4300800bbd54c965d3919454.tar.gz
bun-6d1330d601359b3d4300800bbd54c965d3919454.tar.zst
bun-6d1330d601359b3d4300800bbd54c965d3919454.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6996fcad7..c507dcc39 100644
--- a/README.md
+++ b/README.md
@@ -445,6 +445,8 @@ All in one file.
It's a little like a build cache, but designed for reuse. I hope people will eventually check it into version control so their coworkers don't have to run `npm install` as often.
+##### Position-independent code
+
From a design perspective, the most important part of the `.bun` file is how the code is organized. Each module is exported by a hash like this:
```js