Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-15 | Update docs/quickstart.md (#5425) | 1 | -1/+1 | ||
* Update quickstart.md Update quickstart.md * Update quickstart.md Update quickstart.md | |||||
2023-09-14 | Clean up run.md | 1 | -20/+23 | ||
2023-09-14 | async-ify all node:fs functions (#5360) | 1 | -7/+7 | ||
* async all node:fs functions * draw the rest of the owl * LLVM & Clang 16 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-09-14 | Clean up bunfig.md | 1 | -19/+21 | ||
2023-09-14 | Mention dotenv | 1 | -0/+4 | ||
2023-09-14 | Fix links | 4 | -4/+4 | ||
2023-09-14 | Rework bunfig docs | 4 | -207/+500 | ||
2023-09-14 | Clean up trustedDependencies guide | 1 | -3/+24 | ||
2023-09-14 | Improve run.md | 1 | -1/+17 | ||
2023-09-14 | fix(docs): Fix the text that `bun run --bun` is the same as `bun` (#4647) | 1 | -1/+2 | ||
* fix(docs): Fix the text that `bun run --bun` is the same as `bun` * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-14 | docs - Add "workspace:*" to workspace docs. (#5379) | 1 | -2/+21 | ||
* add workspace:* to docs * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-14 | Improve docs | 3 | -4/+79 | ||
2023-09-13 | Remove the ability to configure lockfile. (#5335) | 3 | -21/+0 | ||
2023-09-13 | Update nuxt.md (#4452) | 1 | -1/+1 | ||
* Update nuxt.md * --bun --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-13 | Update simple.md (#4881) | 1 | -1/+1 | ||
I have removed the / before ${server.port} because it its incorrect and I replaced the localhost to ${server.hostname} Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-13 | Update nextjs.md (#4905) | 1 | -1/+1 | ||
2023-09-13 | Reorganize Intro section | 2 | -4/+4 | ||
2023-09-13 | Make TypeScript instructions easier to find | 4 | -116/+93 | ||
2023-09-13 | Use Bun global | 1 | -3/+1 | ||
2023-09-13 | fix link to "local template" (#5115) | 1 | -1/+1 | ||
2023-09-13 | modules documentation didn't have correct import example (#5225) | 1 | -3/+3 | ||
2023-09-13 | Use bun create everywhere | 6 | -7/+7 | ||
2023-09-13 | doc(guides): update sveltekit guide (#5285) | 1 | -2/+2 | ||
* doc(guides): update sveltekit guide Use `bun create svelte` instead of `bunx create-svelte`. This is to bring the documentation at par with the SvelteKit official doc to [create a project](https://kit.svelte.dev/docs/creating-a-project). * Update text instructions for sveltekit.md | |||||
2023-09-13 | More docs & helptext cleanup (#5229) | 9 | -10/+124 | ||
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch | |||||
2023-09-13 | Fix mock example | 1 | -1/+1 | ||
2023-09-13 | Fixed api & cli docs typo. (#5262) | 3 | -4/+4 | ||
* Fixed api & cli docs typo. * Fix --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-13 | chore(docs): include missing links to Node.js APIs (#5281) | 1 | -2/+2 | ||
These links make it easy to click and jump to another section. | |||||
2023-09-13 | docs(guide): fix expect assertion example in guide for `spyOn` (#5294) | 1 | -1/+1 | ||
Fixes example with `spyOn` and assertions. The example failed because the spied function would be called once but the expectation asserted 0 calls. | |||||
2023-09-13 | add uninstall instructions (#5311) | 1 | -0/+24 | ||
it's always good to have uninstall instructions as well as install, and I couldn't find them anywhere else on the site. IMO, this gives users a little more confidence to try new tools out, as they know it's easily reversible. I'm not familiar with how to uninstall with Docker, so would appreciate some help there. We could possibly add a note for "bash" on how to remove Bun from the `$PATH`. | |||||
2023-09-13 | docs: update lockfile diff instructions (#5275) | 1 | -3/+7 | ||
2023-09-13 | docs(runtime): fix plugins loader extensions typo (#5250) | 1 | -1/+1 | ||
2023-09-13 | docs(runtime): fix jsx FragmentFactory output example (#5243) | 1 | -1/+1 | ||
2023-09-13 | file.exists() needs to be awaited to get the value (#5061) | 1 | -1/+1 | ||
2023-09-13 | Update discordjs.md (#5227) | 1 | -1/+1 | ||
2023-09-13 | Correct the configuration file names. (#5234) | 2 | -2/+2 | ||
2023-09-12 | Various docs (#5201) | 4 | -4/+147 | ||
* Updates * Improve jest guide * Improve | |||||
2023-09-12 | Use git's --global flag for lockfile diffs instead of manually modifying ↵ | 1 | -17/+7 | ||
config files (#5143) | |||||
2023-09-12 | docs: fix typo in import.meta.resolve (#5146) | 1 | -1/+1 | ||
2023-09-12 | Update hot.md (#4990) | 1 | -1/+1 | ||
2023-09-12 | Update simple.md (#4997) | 1 | -1/+1 | ||
Remove errant slash preventing the correct console log | |||||
2023-09-12 | clang and llvm on arch install v16, update to use v15 (#5069) | 1 | -1/+10 | ||
2023-09-12 | Add missing full stop on nodejs-apis.md (#5072) | 1 | -5/+5 | ||
2023-09-12 | docs: fix typos (#5151) | 17 | -18/+18 | ||
2023-09-12 | fix lifecycle docu (#5159) | 1 | -4/+4 | ||
2023-09-12 | Clean up Modules doc | 1 | -66/+73 | ||
2023-09-12 | Fixed Websocket Compression Example. (#5087)bun-v1.0.1 | 1 | -1/+1 | ||
* Passed message variable to ws.send() method. * Passed message variable to ws.send() method. | |||||
2023-09-12 | Fix typo in http file upload example (#5088) | 1 | -1/+1 | ||
2023-09-11 | Update gzip.md (#5041) | 1 | -1/+1 | ||
typo | |||||
2023-09-11 | fix formatting in sveltekit guide | 1 | -10/+10 | ||
2023-09-11 | Remove unnecessary backticks in quickstart doc page (#4927) | 1 | -3/+3 | ||