aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-15Update docs/quickstart.md (#5425)Gravatar Sony AK 1-1/+1
* Update quickstart.md Update quickstart.md * Update quickstart.md Update quickstart.md
2023-09-14Clean up run.mdGravatar Colin McDonnell 1-20/+23
2023-09-14async-ify all node:fs functions (#5360)Gravatar Jarred Sumner 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-14Clean up bunfig.mdGravatar Colin McDonnell 1-19/+21
2023-09-14Mention dotenvGravatar Colin McDonnell 1-0/+4
2023-09-14Fix linksGravatar Colin McDonnell 4-4/+4
2023-09-14Rework bunfig docsGravatar Colin McDonnell 4-207/+500
2023-09-14Clean up trustedDependencies guideGravatar Colin McDonnell 1-3/+24
2023-09-14Improve run.mdGravatar Colin McDonnell 1-1/+17
2023-09-14fix(docs): Fix the text that `bun run --bun` is the same as `bun` (#4647)Gravatar DuGlaser 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-14docs - Add "workspace:*" to workspace docs. (#5379)Gravatar Dylan Greene 1-2/+21
* add workspace:* to docs * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-14Improve docsGravatar Colin McDonnell 3-4/+79
2023-09-13Remove the ability to configure lockfile. (#5335)Gravatar Nathan Hammond 3-21/+0
2023-09-13Update nuxt.md (#4452)Gravatar Soheil Nazari 1-1/+1
* Update nuxt.md * --bun --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-13Update simple.md (#4881)Gravatar Twan L 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-13Update nextjs.md (#4905)Gravatar kryparnold 1-1/+1
2023-09-13Reorganize Intro sectionGravatar Colin McDonnell 2-4/+4
2023-09-13Make TypeScript instructions easier to findGravatar Colin McDonnell 4-116/+93
2023-09-13Use Bun globalGravatar Colin McDonnell 1-3/+1
2023-09-13fix link to "local template" (#5115)Gravatar Jacques Desmarais 1-1/+1
2023-09-13modules documentation didn't have correct import example (#5225)Gravatar miccou 1-3/+3
2023-09-13Use bun create everywhereGravatar Colin McDonnell 6-7/+7
2023-09-13doc(guides): update sveltekit guide (#5285)Gravatar Madhurjya Roy 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-13More docs & helptext cleanup (#5229)Gravatar Colin McDonnell 9-10/+124
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch
2023-09-13Fix mock exampleGravatar Colin McDonnell 1-1/+1
2023-09-13Fixed api & cli docs typo. (#5262)Gravatar James Gordo 3-4/+4
* Fixed api & cli docs typo. * Fix --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-13chore(docs): include missing links to Node.js APIs (#5281)Gravatar Steven 1-2/+2
These links make it easy to click and jump to another section.
2023-09-13docs(guide): fix expect assertion example in guide for `spyOn` (#5294)Gravatar wing 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-13add uninstall instructions (#5311)Gravatar Andrew Brown 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-13docs: update lockfile diff instructions (#5275)Gravatar Guilherme J. Tramontina 1-3/+7
2023-09-13docs(runtime): fix plugins loader extensions typo (#5250)Gravatar Zong 1-1/+1
2023-09-13docs(runtime): fix jsx FragmentFactory output example (#5243)Gravatar Zong 1-1/+1
2023-09-13file.exists() needs to be awaited to get the value (#5061)Gravatar amt8u 1-1/+1
2023-09-13Update discordjs.md (#5227)Gravatar Antonin CLAUZIER 1-1/+1
2023-09-13Correct the configuration file names. (#5234)Gravatar Nathan Hammond 2-2/+2
2023-09-12Various docs (#5201)Gravatar Colin McDonnell 4-4/+147
* Updates * Improve jest guide * Improve
2023-09-12Use git's --global flag for lockfile diffs instead of manually modifying ↵Gravatar Southpaw 1-17/+7
config files (#5143)
2023-09-12docs: fix typo in import.meta.resolve (#5146)Gravatar Jonathan Neal 1-1/+1
2023-09-12Update hot.md (#4990)Gravatar Nazeel 1-1/+1
2023-09-12Update simple.md (#4997)Gravatar Tom Redman 1-1/+1
Remove errant slash preventing the correct console log
2023-09-12clang and llvm on arch install v16, update to use v15 (#5069)Gravatar mi4uu 1-1/+10
2023-09-12Add missing full stop on nodejs-apis.md (#5072)Gravatar Diogo Goncalves 1-5/+5
2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 17-18/+18
2023-09-12fix lifecycle docu (#5159)Gravatar Thomas Rupprecht 1-4/+4
2023-09-12Clean up Modules docGravatar Colin McDonnell 1-66/+73
2023-09-12Fixed Websocket Compression Example. (#5087)bun-v1.0.1Gravatar James Gordo 1-1/+1
* Passed message variable to ws.send() method. * Passed message variable to ws.send() method.
2023-09-12Fix typo in http file upload example (#5088)Gravatar ped 1-1/+1
2023-09-11Update gzip.md (#5041)Gravatar Eric Bidelman 1-1/+1
typo
2023-09-11fix formatting in sveltekit guideGravatar Colin McDonnell 1-10/+10
2023-09-11Remove unnecessary backticks in quickstart doc page (#4927)Gravatar Diogo Goncalves 1-3/+3