aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-27 02:03:13 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-27 02:03:13 -0800
commit953ddef4820e7a0d6cc2e99a9ece5bc4127b6592 (patch)
tree4e2d6dac2470283af2c7b55a1f180e4cb7b25804
parenteffcad912ddeb862c19bae287d74a9098c4dacd9 (diff)
downloadbun-953ddef4820e7a0d6cc2e99a9ece5bc4127b6592.tar.gz
bun-953ddef4820e7a0d6cc2e99a9ece5bc4127b6592.tar.zst
bun-953ddef4820e7a0d6cc2e99a9ece5bc4127b6592.zip
Update README.md
-rw-r--r--README.md33
1 files changed, 16 insertions, 17 deletions
diff --git a/README.md b/README.md
index d853ce338..61af6e349 100644
--- a/README.md
+++ b/README.md
@@ -256,23 +256,22 @@ From there, make sure to import the `dist/tailwind.css` file (or what you chose
bun is a project with incredibly large scope, and it’s early days.
-| Feature | In |
-| ------------------------------------------------------------------------------------- | --------------- |
-| [Finish Fast Refresh](https://github.com/Jarred-Sumner/bun/issues/18) | JSX Transpiler |
-| Source Maps | JavaScript |
-| Source Maps | CSS |
-| [`extends`](https://www.typescriptlang.org/tsconfig#extends) in tsconfig.json | TS Transpiler |
-| [TypeScript Decorators](https://www.typescriptlang.org/docs/handbook/decorators.html) | TS Transpiler |
-| `@jsxPragma` comments | JS Transpiler |
-| JSX source file name | JS Transpiler |
-| Sharing `.bun` files | bun |
-| [Finish fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) | bun.js |
-| [setTimeout](https://developer.mozilla.org/en-US/docs/Web/API/setTimeout) | bun.js |
-| [workspace: dependencies](https://github.com/Jarred-Sumner/bun/issues/83) | Package manager |
-| [git: dependencies](https://github.com/Jarred-Sumner/bun/issues/82) | Package manager |
-| [github: dependencies](https://github.com/Jarred-Sumner/bun/issues/81) | Package manager |
-| [link: dependencies](https://github.com/Jarred-Sumner/bun/issues/81) | Package manager |
-| Dates & timestamps | TOML parser |
+| Feature | In |
+| --------------------------------------------------------------------------------------- | --------------- |
+| [Hash components for Fast Refresh](https://github.com/Jarred-Sumner/bun/issues/18) | JSX Transpiler |
+| Source Maps | JavaScript |
+| Source Maps | CSS |
+| [`extends`](https://www.typescriptlang.org/tsconfig#extends) in tsconfig.json | TS Transpiler |
+| [TypeScript Decorators](https://www.typescriptlang.org/docs/handbook/decorators.html) | TS Transpiler |
+| `@jsxPragma` comments | JS Transpiler |
+| JSX source file name | JS Transpiler |
+| Sharing `.bun` files | bun |
+| [setTimeout](https://developer.mozilla.org/en-US/docs/Web/API/setTimeout) & setInterval | bun.js |
+| [workspace: dependencies](https://github.com/Jarred-Sumner/bun/issues/83) | Package manager |
+| [git: dependencies](https://github.com/Jarred-Sumner/bun/issues/82) | Package manager |
+| [github: dependencies](https://github.com/Jarred-Sumner/bun/issues/81) | Package manager |
+| [link: dependencies](https://github.com/Jarred-Sumner/bun/issues/81) | Package manager |
+| Dates & timestamps | TOML parser |
<small>
JS Transpiler == JavaScript Transpiler