diff options
author | 2022-02-27 01:57:06 -0800 | |
---|---|---|
committer | 2022-02-27 01:57:06 -0800 | |
commit | effcad912ddeb862c19bae287d74a9098c4dacd9 (patch) | |
tree | 24a2adc304387441fe965fdef14b085e2acdc12d | |
parent | 26a9c1c47b66ca08a9bec1ff8468f6f41dac3b8a (diff) | |
download | bun-effcad912ddeb862c19bae287d74a9098c4dacd9.tar.gz bun-effcad912ddeb862c19bae287d74a9098c4dacd9.tar.zst bun-effcad912ddeb862c19bae287d74a9098c4dacd9.zip |
Update README.md
-rw-r--r-- | README.md | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -256,23 +256,23 @@ 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 | +| ------------------------------------------------------------------------------------- | --------------- | +| [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 | <small> JS Transpiler == JavaScript Transpiler |