aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
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.
2023-09-08Remove community-templatesGravatar Colin McDonnell 2-3/+3
2023-09-08Make the link to application clickable in the terminal (#4544)Gravatar Ondrej Brablc 1-2/+2
Terminals like iTerm require valid URL to make them clickable. Adding a space to make it valid. Similar problem is on https://bun.sh/, where protocol is missing.
2023-09-08Fix `Bun.CryptoHasher` missing argument in docs (#4585)Gravatar Samual Norman 1-2/+2
2023-09-08Update development.md (#4578)Gravatar Tiramify (A.K. Daniel) 1-1/+1
2023-09-07Fix typo in sveltekit.md (#4550)Gravatar Adam 1-1/+1
2023-09-07Fix markdownGravatar Colin McDonnell 1-4/+0
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 37-158/+180
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-09-07Progress for Next.js (#4468)Gravatar dave caruso 3-7/+7
* L * ipc * asdfghjkl * dfghjk * it works! * types * patches for next.js * sdfghj * wsdfgn,./ * this * yolo * okay loser * asdfghjk * add some more APIs * MESS * sdfghjkl * remove native events from streams * stuff * remove lazy(primordials) test * debugging * okay * less fake extensions object * fix `Buffer.toString()` args logic * fix deserialize * make tests work * add test for `Buffer.toString` args * Update server.zig * remove test * update test * Update spawn-streaming-stdin.test.ts * fix linux build * Update fs.test.ts * cli message improvements * dfshaj * Fix fs.watch bug maybe? * remove --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2023-09-06Update nodejs compat docs cp/cpSync/watchFile/unwatchFile (#4525)Gravatar Birk Skyum 1-2/+2
2023-09-05Update development.md (#4480)Gravatar Derrick Farris 1-1/+1
Remove comment about removed `BUN_OVERRIDE_MODULE_PATH` env var
2023-09-04chore: fix typo (#4476)Gravatar Ai Hoshino 1-1/+1
Close: #4377
2023-09-01docs: fix http simple example log statement (#4320)Gravatar Karl Böhlmark 1-1/+1
Co-authored-by: Karl Böhlmark <karl.bohlmark@netinsight.net>
2023-09-01Fix typo (#4445)Gravatar Jorge Jiménez 1-1/+1
Replace `key: [Bun.file('./key1.pem'), Bun.file('./key2.pem']` with `key: [Bun.file('./key1.pem'), Bun.file('./key2.pem')]`
2023-08-28docs: use table tagGravatar Colin McDonnell 1-26/+122
2023-08-28docs: hot reloading with Bun.serveGravatar Colin McDonnell 2-42/+9
2023-08-28Update nuxi outputGravatar Colin McDonnell 1-21/+12
2023-08-28just kernel32 things (#4354)Gravatar Jarred Sumner 1-0/+5
* just kernel32 things * more * Update linux_c.zig * Update windows_c.zig * Add workaround Workaround https://github.com/ziglang/zig/issues/16980 * Rename http.zig to bun_dev_http_server.zig * Rename usages * more * more * more * thanks tigerbeetle * Rename `JSC.Node.Syscall` -> `bun.sys` * more * woops * more! * hmm * it says there are only 37 errors, but that's not true * populate argv * it says 32 errors! * 24 errors * fix regular build * 12 left! * Still 12 left! * more * 2 errors left... * 1 more error * Add link to Tigerbeetle * Fix the remainign error * Fix test timeout * Update syscall.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-25Automatically hot reload Bun.serve() (#4344)Gravatar Jarred Sumner 1-34/+4
* Automatically hot reload Bun.serve() * Update doc * Update example --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-25Fix linkGravatar Colin McDonnell 2-2/+2
2023-08-25Readability tweaksGravatar Colin McDonnell 10-36/+51
2023-08-25Update executables.mdGravatar Jarred Sumner 1-3/+3
2023-08-25Update executables.mdGravatar Jarred Sumner 1-0/+4
2023-08-25Update executables.mdGravatar Jarred Sumner 1-0/+23
2023-08-24Update http.mdbun-v0.8.1Gravatar Jarred Sumner 1-2/+13
2023-08-24Add guides for test runner (#4308)Gravatar Colin McDonnell 17-0/+787
2023-08-24Use noEmitGravatar Colin McDonnell 1-2/+0
2023-08-24fix buildGravatar Dylan Conway 1-1/+1
2023-08-24update zig to 0.11.0 (#4233)Gravatar Jason 1-1/+1
* WIP * backup * more change * json related error sovled * number related issue solved * revert WriterType changed before * destroy -> free * jsonStringify related issues solved * fix mem.free expected []T or *[_]T, passed [*]const u8 * fix expected []T or *[_]T, passed [*:0]const u8 * fix build script * fix build script, for real * replace 0.11.0-dev.4006+bf827d0b5 to 0.12.0-dev.161+6a5463951 * fix build on macOS, COPYFILE.DATA -> COPYFILE_DATA * fix the last destroy on [*]ptr issue --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
2023-08-23Add Debugger docs and a couple guides (#4281)Gravatar Colin McDonnell 4-1/+117
* Add debugger docs. Add guides. * Add files
2023-08-23Fix more types. (#4273)Gravatar xxxhussein 1-0/+2
2023-08-21Docs and types for v0.8.0 (#4199)Gravatar Colin McDonnell 7-26/+236
* Improve test documentation * Update nodejs compat docs with tty * Add debugger guide * Document Bun.inspect.custom, improve bun test nav * Address reviews * Update Bun.file types * Add Nuxt guide * Add tty types
2023-08-21Fix typoGravatar Colin McDonnell 1-1/+1
2023-08-19Update lockfile.mdGravatar Jarred Sumner 1-1/+8
2023-08-19Update lockfile.mdGravatar Jarred Sumner 1-4/+4
2023-08-19Update lockfile.mdGravatar Jarred Sumner 1-1/+29
2023-08-17Update Astro guideGravatar Colin McDonnell 1-1/+5
2023-08-17Fix description for executables pageGravatar Colin McDonnell 1-1/+1
2023-08-17Add Astro guide (#4110)Gravatar Colin McDonnell 1-0/+72