diff options
author | 2021-09-24 14:26:54 -0700 | |
---|---|---|
committer | 2021-09-24 14:26:54 -0700 | |
commit | 6d1330d601359b3d4300800bbd54c965d3919454 (patch) | |
tree | 81b9fb0c4ba778b30ce321e38bb6e08171123c20 /README.md | |
parent | f3be0c79c2f67c56454757fb9400f136a288e544 (diff) | |
download | bun-6d1330d601359b3d4300800bbd54c965d3919454.tar.gz bun-6d1330d601359b3d4300800bbd54c965d3919454.tar.zst bun-6d1330d601359b3d4300800bbd54c965d3919454.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |