diff options
author | 2022-07-13 11:35:00 +0200 | |
---|---|---|
committer | 2022-07-13 11:35:00 +0200 | |
commit | 0bcd812bd5820888d453b5ade90762391822827a (patch) | |
tree | 7ef1f64958831ed7e8da779fd13e0756195eb67c | |
parent | 2769c74c745aa467b26d55f8f7f176e181c36e76 (diff) | |
download | bun-0bcd812bd5820888d453b5ade90762391822827a.tar.gz bun-0bcd812bd5820888d453b5ade90762391822827a.tar.zst bun-0bcd812bd5820888d453b5ade90762391822827a.zip |
docs: Link esbuild and @evanw in README (#669)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3128,7 +3128,7 @@ export const loader = () => import('./loader'); ## Credits -- While written in Zig instead of Go, bun’s JS transpiler, CSS lexer, and node module resolver source code is based on @evanw’s esbuild project. @evanw did a fantastic job with esbuild. +- While written in Zig instead of Go, bun’s JS transpiler, CSS lexer, and node module resolver source code is based on [@evanw](https://github.com/evanw)’s [esbuild](https://github.com/evanw/esbuild) project. Evan did a fantastic job with esbuild. - The idea for the name "bun" came from [@kipply](https://github.com/kipply) ## License |