aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-09-11Fix punctuation (#4870)Gravatar Matthew Yu 7-9/+9
2023-09-11Make detect-libc package match the upstream api (#4910)Gravatar fehnomenal 3-14/+14
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-11added .idea to .gitignore (#4951)Gravatar Krystian Pracuk 1-0/+3
2023-09-10Support named imports for json & toml files at runtime (#4783)Gravatar Jarred Sumner 19-73/+481
* Support named exports in json imports * Support named imports for `*.json` files * Remove stale comments * Don't export arrays as non-default * Add test for default exports * Don't break webpack --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-10Fixes #4588 (#4804)Gravatar Jarred Sumner 2-1/+18
* Fixes #4588 * typo * fixup --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
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-10fix(bindings): add missing binding (#4682)Gravatar WingLim 3-0/+5
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: remove from bun-server.test.ts test case (#4709)Gravatar Chris Hutchinson 1-1/+1
2023-09-09fix typo (#4639)Gravatar akumarujon 1-1/+1
2023-09-08Fix listen() using unix socket if argument is a valid port (#4620)Gravatar Ashcon Partovi 3-4/+22
* Fix listen() using unix socket if argument is a valid port Fixes #4582 * Add test
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-08Fix bun-typesGravatar Ashcon Partovi 1-2/+2
2023-09-07Fix a couple important bugs (#4560)bun-v1.0.0Gravatar Jarred Sumner 6-42/+105
2023-09-07Fix typo in sveltekit.md (#4550)Gravatar Adam 1-1/+1
2023-09-07Bump version to Bun 1.0.0 (#4543)Gravatar dave caruso 9-365/+344
* hi * Update Version to 1.0.0 * 2 --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
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-07fix(cli): final touches for 1.0 (#4538)Gravatar dave caruso 4-34/+88
* better * cli * remove submodule --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-07fix(fetch) closeAndFail instead of close (#4537)Gravatar Ciro Spaciari 3-3/+5
* closeAndFail instead of close * use constant * add some protection * dont deinit --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-07revert (#4539)Gravatar dave caruso 17-437/+987
* Revert "remove native events from streams" This reverts commit e063a47a53744a2bf5b1c2dd433698c9e37b75d6. * finish revert * remove accidental submodule * dfghj
2023-09-07Progress for Next.js (#4468)Gravatar dave caruso 73-6878/+7392
* 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-06feat(fetch) rejectUnauthorized and checkServerIdentity (#4514)Gravatar Ciro Spaciari 18-5088/+5679
* enable root certs on fetch * rebase * fix lookup * some fixes and improvements * fmt * more fixes * more fixes * check detached onHandshake * fix promise case * fix cert non-Native * add fetch tls tests * more one test
2023-09-06Update nodejs compat docs cp/cpSync/watchFile/unwatchFile (#4525)Gravatar Birk Skyum 1-2/+2
2023-09-06Add bun-types to 'bun fmt' scriptGravatar Ashcon Partovi 3-19/+21
2023-09-06Add types for watchFile and unwatchFileGravatar Ashcon Partovi 1-1/+171
2023-09-06Add types for cp and cpSyncGravatar Ashcon Partovi 2-0/+106
2023-09-06Remove issue template for installGravatar Ashcon Partovi 1-35/+0
It's not used, and use the bug issue instead.