aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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