diff options
author | 2021-09-03 13:21:12 -0700 | |
---|---|---|
committer | 2021-09-03 13:21:12 -0700 | |
commit | e48b5945c3d2696b6908552634d746b0b718fb25 (patch) | |
tree | 101d9ba2c9ceb9780e08aa9f02acb8873d6c7185 | |
parent | 194b60191d3bd339ea3f211957a09121f15e9235 (diff) | |
download | bun-e48b5945c3d2696b6908552634d746b0b718fb25.tar.gz bun-e48b5945c3d2696b6908552634d746b0b718fb25.tar.zst bun-e48b5945c3d2696b6908552634d746b0b718fb25.zip |
Update README.md
Former-commit-id: d36fba6fe02efdea602e70a2552eeb3e20cf58ae
-rw-r--r-- | README.md | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -101,15 +101,12 @@ Unlike many other bundlers, `Bun` only bundles `node_modules`. This is great for # Things that don't work yet -| Feature | In | -| ---------------------------------------------------- | --------------------- | -| [Private Class Fields](#1) | JavaScript Transpiler | -| [Import Assertions](#2) | JavaScript Transpiler | -| Un-quoted `.env` string values | .env loader | -| Sharing `.bun` files (must not write absolute paths) | JavaScript Bundler | - -[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields -[2]: https://github.com/tc39/proposal-import-assertions +| Feature | In | +| ---------------------------------------------------------------------------------------------------------------------- | --------------------- | +| [Private Class Fields](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields) | JavaScript Transpiler | +| [Import Assertions](https://github.com/tc39/proposal-import-assertions) | JavaScript Transpiler | +| Un-quoted `.env` string values | .env loader | +| Sharing `.bun` files (must not write absolute paths) | JavaScript Bundler | # Building from source |