Diogo Goncalves
58e69ef9f4
Remove unnecessary backticks in quickstart doc page ( #4927 )
2023-09-11 08:54:22 -07:00
Vladimir Pesterev
decad91d24
Fixed inconsistent log messages in the Quickstart guide ( #4942 )
...
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-11 08:53:54 -07:00
Yonathan Benolol
ea56182c5a
Update http.js - Fix Methods Fallback naming ( #4948 )
2023-09-11 08:51:35 -07:00
Matthew Yu
9d6a8ee79d
Fix punctuation ( #4870 )
2023-09-11 08:50:39 -07:00
fehnomenal
b55b511f68
Make detect-libc package match the upstream api ( #4910 )
2023-09-11 08:49:57 -07:00
Krzysztof Szala
49b9306dce
fix: changes wrong command name in the tests chapter ( #4965 )
...
This PR fixes the command name for running tests flagged with `.only`
2023-09-11 08:48:53 -07:00
Krystian Pracuk
2956ed4289
added .idea to .gitignore ( #4951 )
2023-09-11 08:48:26 -07:00
Jarred Sumner
51d3d43822
Support named imports for json & toml files at runtime ( #4783 )
...
* 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-10 23:15:35 -07:00
Jarred Sumner
edea4f095a
Fixes #4588 ( #4804 )
...
* Fixes #4588
* typo
* fixup
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-09-10 21:40:46 -07:00
Diogo Goncalves
07c88435e0
Replace unnecessary '' wih "` in code snippets ( #4792 )
2023-09-10 11:34:04 -07:00
Jeroen van Rensen
7121c1d6ab
Update modules.md - Explain case-insensitivity ( #4782 )
2023-09-10 11:33:39 -07:00
Ed Knowles
60dc76676c
docs: remove duplicate sentence from debugger ( #4807 )
2023-09-10 11:33:04 -07:00
toneyzhen
f64b504bae
Update todo-tests.md ( #4771 )
2023-09-10 11:32:31 -07:00
Vyacheslav Kulik
97153c5a5f
Add compatibility page link to index.md ( #4809 )
...
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-10 11:30:46 -07:00
Tom Sherman
d48ff53e4e
docs: Update Bun.write(path, Response) example to be clear that it writes the body ( #4802 )
2023-09-10 05:06:25 -07:00
WingLim
afcbed218c
fix(bindings): add missing binding ( #4682 )
2023-09-10 02:58:10 -07:00
Rinku Chaudhari
682406c42c
docs: fix spelling ( #4763 )
2023-09-09 22:40:56 -07:00
Richard
6fe40f383a
Fix mongoose ecosystem guid ( #4740 )
...
Fix missing method declaration on schema and Schema database name from Kitten to Animal
2023-09-09 19:05:13 -07:00
thunfisch987
e2d327881c
fix(docs); typo on Nuxt guide page ( #4745 )
2023-09-09 19:04:05 -07:00
Robert Soriano
4280f74429
docs: fix wasi-js link ( #4741 )
2023-09-09 19:03:46 -07:00
Chris Hutchinson
8139a20c9f
fix: remove from bun-server.test.ts test case ( #4709 )
2023-09-09 19:03:28 -07:00
akumarujon
620f6c51ce
fix typo ( #4639 )
2023-09-09 14:46:41 -07:00
Ashcon Partovi
ffe4f561a3
Fix listen() using unix socket if argument is a valid port ( #4620 )
...
* Fix listen() using unix socket if argument is a valid port
Fixes #4582
* Add test
2023-09-08 16:27:44 -07:00
Ana Margarida Silva
c896792c37
fix(docs): connect websocket client repeated documentation ( #4615 )
2023-09-08 14:22:28 -07:00
Colin McDonnell
088491cb59
Add extension guide
2023-09-08 13:49:12 -07:00
xxxhussein
f27ef667c7
Delete docs/ecosystem/buchta.md ( #4536 )
...
Delete buchta.md since its development is discontinued by LowByteFox: https://twitter.com/LowByteFox/status/1694025965452636612
2023-09-08 13:21:41 -07:00
Arjunkumar
7d9820d478
Update mongoose.md ( #4534 )
2023-09-08 13:20:07 -07:00
Ethan Steere
b5da5168bf
Update Svelte Kit Docs ( #4541 )
...
* 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-08 13:19:53 -07:00
rajatdua
61569fab80
docs(template.md): spelling ( #4614 )
2023-09-08 13:19:33 -07:00
Frederik De Bleser
0887825f54
Fix code typo in transpiler.md ( #4604 )
...
There are some extra closing brackets at the end of the `scanImports` example. These cause a syntax error ("Unterminated string literal")
2023-09-08 12:10:17 -07:00
Colin McDonnell
6d02b18680
Remove await plugin
2023-09-08 11:42:27 -07:00
Vitor Dino
1b8c6f266f
docs: fix --backend options list on cache.md ( #4599 )
...
`symlink` wasn’t an item, it appeared the same as `copyfile`
2023-09-08 11:19:29 -07:00
Dan Fabulich
989dd92ea8
Move "Importing CJS from CJS" back out of low-level details section ( #4600 )
...
This section appears to have been accidentally moved into the low-level details section in 5424ea3403 .
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-08 11:18:52 -07:00
Colin McDonnell
9e3cabc540
Remove community-templates
2023-09-08 10:55:16 -07:00
Ondrej Brablc
3170cf08ba
Make the link to application clickable in the terminal ( #4544 )
...
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-08 09:33:35 -07:00
Samual Norman
182d3f1567
Fix Bun.CryptoHasher missing argument in docs ( #4585 )
2023-09-08 09:32:36 -07:00
Tiramify (A.K. Daniel)
189f0f7c36
Update development.md ( #4578 )
2023-09-08 09:32:15 -07:00
Ashcon Partovi
a05a1780c1
Fix bun-types
2023-09-08 08:29:59 -07:00
Jarred Sumner
822a00c4d5
Fix a couple important bugs ( #4560 )
bun-v1.0.0
2023-09-07 21:07:00 -08:00
Adam
f6a621f36a
Fix typo in sveltekit.md ( #4550 )
2023-09-07 13:11:09 -07:00
dave caruso
5b9d8b87c4
Bump version to Bun 1.0.0 ( #4543 )
...
* hi
* Update Version to 1.0.0
* 2
---------
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com >
2023-09-07 10:57:46 -07:00
Colin McDonnell
a7c3bc8a5a
Fix markdown
2023-09-07 10:12:52 -07:00
Colin McDonnell
5424ea3403
Doc updates for v1.0 ( #4485 )
...
* Remove v0.x messages
* Add windows section to Installatino
* update
* update
* Update
* Comment out windows
2023-09-07 10:09:09 -07:00
dave caruso
4b63ced72d
fix(cli): final touches for 1.0 ( #4538 )
...
* better
* cli
* remove submodule
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-09-07 09:04:21 -07:00
Ciro Spaciari
c8883a39a5
fix(fetch) closeAndFail instead of close ( #4537 )
...
* 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-07 08:34:13 -07:00
dave caruso
36e5a072a9
revert ( #4539 )
...
* Revert "remove native events from streams"
This reverts commit e063a47a53 .
* finish revert
* remove accidental submodule
* dfghj
2023-09-07 07:45:00 -07:00
dave caruso
57a06745a4
Progress for Next.js ( #4468 )
...
* 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-07 04:58:44 -07:00
Ciro Spaciari
4360ec83b4
feat(fetch) rejectUnauthorized and checkServerIdentity ( #4514 )
...
* 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-06 22:23:24 -07:00
Birk Skyum
3b9829f171
Update nodejs compat docs cp/cpSync/watchFile/unwatchFile ( #4525 )
2023-09-06 14:04:07 -07:00
Ashcon Partovi
849a2cdfae
Add bun-types to 'bun fmt' script
2023-09-06 10:03:12 -07:00