aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-03 13:21:12 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-03 13:21:12 -0700
commite48b5945c3d2696b6908552634d746b0b718fb25 (patch)
tree101d9ba2c9ceb9780e08aa9f02acb8873d6c7185
parent194b60191d3bd339ea3f211957a09121f15e9235 (diff)
downloadbun-e48b5945c3d2696b6908552634d746b0b718fb25.tar.gz
bun-e48b5945c3d2696b6908552634d746b0b718fb25.tar.zst
bun-e48b5945c3d2696b6908552634d746b0b718fb25.zip
Update README.md
Former-commit-id: d36fba6fe02efdea602e70a2552eeb3e20cf58ae
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index 9f45b14c4..04aad103e 100644
--- a/README.md
+++ b/README.md
@@ -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