aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2023-09-11Fixed inconsistent log messages in the Quickstart guide (#4942)Gravatar Vladimir Pesterev 1-1/+1
Looks like it is just a typo and needs to be fixed. Signed-off-by: Vladimir Pesterev <8786922+pesterev@users.noreply.github.com>
2023-09-11Fix punctuation (#4870)Gravatar Matthew Yu 6-7/+7
2023-09-11fix: changes wrong command name in the tests chapter (#4965)Gravatar Krzysztof Szala 1-1/+1
This PR fixes the command name for running tests flagged with `.only`
2023-09-10Replace unnecessary '`' wih `"` in code snippets (#4792)Gravatar Diogo Goncalves 1-6/+6
2023-09-10Update modules.md - Explain case-insensitivity (#4782)Gravatar Jeroen van Rensen 1-1/+1
2023-09-10docs: remove duplicate sentence from debugger (#4807)Gravatar Ed Knowles 1-1/+1
2023-09-10Update todo-tests.md (#4771)Gravatar toneyzhen 1-1/+1
2023-09-10Add compatibility page link to index.md (#4809)Gravatar Vyacheslav Kulik 1-1/+1
Add a link to compatibility page (https://bun.sh/docs/runtime/nodejs-apis) to its reference in index.md, so it's easier to reach out to.
2023-09-10docs: Update Bun.write(path, Response) example to be clear that it writes ↵Gravatar Tom Sherman 1-1/+1
the body (#4802)
2023-09-09docs: fix spelling (#4763)Gravatar Rinku Chaudhari 1-1/+1
2023-09-09Fix mongoose ecosystem guid (#4740)Gravatar Richard 1-1/+8
Fix missing method declaration on schema and Schema database name from Kitten to Animal
2023-09-09fix(docs); typo on Nuxt guide page (#4745)Gravatar thunfisch987 1-2/+2
2023-09-09docs: fix wasi-js link (#4741)Gravatar Robert Soriano 2-2/+2
2023-09-09fix typo (#4639)Gravatar akumarujon 1-1/+1
2023-09-08fix(docs): connect websocket client repeated documentation (#4615)Gravatar Ana Margarida Silva 1-13/+5
2023-09-08Add extension guideGravatar Colin McDonnell 2-1/+42
2023-09-08Delete docs/ecosystem/buchta.md (#4536)Gravatar xxxhussein 1-36/+0
Delete buchta.md since its development is discontinued by LowByteFox: https://twitter.com/LowByteFox/status/1694025965452636612
2023-09-08Update mongoose.md (#4534)Gravatar Arjunkumar 1-1/+1
2023-09-08Update Svelte Kit Docs (#4541)Gravatar Ethan Steere 1-0/+55
* Update Svelte Kit Docs I added some guidance about how to build for production. Still WIP since I would like to add a more complete deployment guide. * Formatting --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-08docs(template.md): spelling (#4614)Gravatar rajatdua 1-1/+1
2023-09-08Fix code typo in transpiler.md (#4604)Gravatar Frederik De Bleser 1-1/+0
There are some extra closing brackets at the end of the `scanImports` example. These cause a syntax error ("Unterminated string literal")
2023-09-08Remove await pluginGravatar Colin McDonnell 1-1/+1
2023-09-08docs: fix `--backend` options list on cache.md (#4599)Gravatar Vitor Dino 1-1/+1
`symlink` wasn’t an item, it appeared the same as `copyfile`
2023-09-08Move "Importing CJS from CJS" back out of low-level details section (#4600)Gravatar Dan Fabulich 1-8/+6
This section appears to have been accidentally moved into the low-level details section in 5424ea3403df9cd4672290865f12b6f5b01cf2d0. This fixes the example in the low-level details section, because the "Importing CJS from CJS" section is not the example code that the low-level details section is intended to provide.