Aaron Dewes
a6a474a83f
Add File to binary data TOC ( #6025 )
2023-10-10 16:47:35 -07:00
Nicolae-Rares Ailincai
e58e85cd5c
Documentation for the IPC of Bun.spawn ( #6400 )
...
* doc/ipc.md
* update/spawn.md
* improved-documentation-and-added-send-type
* Updates
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-10-10 15:35:05 -07:00
Colin McDonnell
47651f321a
Update ws example
2023-10-02 19:02:27 -07:00
Corné Dorrestijn
0a2d490bf8
Added the fileExtensions field to file-system-router.md ( #6231 )
2023-10-02 02:42:17 -07:00
Colin McDonnell
640b0b4df9
Improve docs
2023-09-28 14:14:44 -07:00
Colin McDonnell
9d9fcbbdeb
Update docs
2023-09-25 15:22:12 -07:00
Colin McDonnell
4fce34854b
Doc updates ( #5759 )
...
* WIP
* WIP
2023-09-19 16:31:38 -07:00
Colin McDonnell
31691e3898
Fix links
2023-09-14 21:02:52 -07:00
Colin McDonnell
631c826866
Use Bun global
2023-09-13 21:22:41 -07:00
Colin McDonnell
c99caccdb2
More docs & helptext cleanup ( #5229 )
...
* wip
* Flesh out resolution docs
* Polish
* More
* WIP
* WIP
* WIP
* Document --watch
2023-09-13 20:43:39 -07:00
James Gordo
cb01cb0d4a
Fixed api & cli docs typo. ( #5262 )
...
* Fixed api & cli docs typo.
* Fix
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com >
2023-09-13 16:36:11 -07:00
Jonathan Neal
3b2c0941e4
docs: fix typo in import.meta.resolve ( #5146 )
2023-09-12 19:14:26 -07:00
Samuel Rigaud
263382103f
docs: fix typos ( #5151 )
2023-09-12 18:50:05 -07:00
Matthew Yu
9d6a8ee79d
Fix punctuation ( #4870 )
2023-09-11 08:50:39 -07:00
Diogo Goncalves
07c88435e0
Replace unnecessary '' wih "` in code snippets ( #4792 )
2023-09-10 11:34:04 -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
Rinku Chaudhari
682406c42c
docs: fix spelling ( #4763 )
2023-09-09 22:40:56 -07:00
Ana Margarida Silva
c896792c37
fix(docs): connect websocket client repeated documentation ( #4615 )
2023-09-08 14:22:28 -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
Samual Norman
182d3f1567
Fix Bun.CryptoHasher missing argument in docs ( #4585 )
2023-09-08 09:32:36 -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
Jorge Jiménez
bd690bb2b5
Fix typo ( #4445 )
...
Replace
`key: [Bun.file('./key1.pem'), Bun.file('./key2.pem']`
with
`key: [Bun.file('./key1.pem'), Bun.file('./key2.pem')]`
2023-09-01 23:49:09 -07:00
Colin McDonnell
177e02b304
docs: hot reloading with Bun.serve
2023-08-28 12:55:22 -07:00
Jarred Sumner
90f3bf2796
Update http.md
2023-08-24 23:05:27 -07:00
Colin McDonnell
3a45f2c71b
Docs and types for v0.8.0 ( #4199 )
...
* 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-21 21:34:03 -07:00
Colin McDonnell
eab7b4c3ea
Small docs change
2023-08-14 12:08:33 -07:00
dave caruso
78defe7a87
Fix worker event loop ref/unref + leak ( #4114 )
...
* make more tests pass
* worker changes
* fix some bugs
* remove this
* progress
* uh
* okay
* remove console log
* a
* comment assert for later
* mergable state
* remove test
* remove test
2023-08-12 13:51:03 -07:00
jhmaster
182e600eb7
Fix Bun.hash functions ( #4054 )
...
* fix `Bun.hash` functions to behave as expected
* update Bun.hash tests
* properly test the returned hash
* include murmur32v2
* update Bun.hash docs
* run fmt
2023-08-07 23:30:05 -07:00
Jarred Sumner
e2c526708a
Update import-meta.md
2023-08-04 17:40:11 -07:00
Jarred Sumner
f06f178862
Fix incorrect docs
2023-08-04 17:38:17 -07:00
Colin McDonnell
112030481f
More guides and fixing links ( #3960 )
...
* More guides
* WIP
* Updates
* Fix
2023-08-03 16:31:05 -07:00
Vaughan Rouesnel
4f39d5b54a
Update streams.md ( #3926 )
2023-08-02 12:59:21 -07:00
Jarred Sumner
aae92c76a6
Fix incorrect function
2023-07-31 01:33:39 -07:00
Jhorman Tito
bcb6dc7806
typo spawn.md ( #3875 )
2023-07-29 00:35:13 -07:00
Jarred Sumner
2eb79afb2a
Update sqlite.md
2023-07-20 18:14:34 -07:00
Colin McDonnell
53ad9b922f
Docs & types for 0.7 ( #3665 )
...
* Docs & types for 0.7
* Tweak
* Update
* Tweaks
* Tweak
* Tweaks
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com >
2023-07-19 23:59:15 -07:00
Jarred Sumner
dd46c11273
Support streams in response.formData() & request.formData, introduce Bun.readableStreamToFormData() ( #3697 )
...
* codegen
* FormData.from
* Fixes #3225
* Introduce `Bun.readableStreamToFormData`
* Update bun.d.ts
* Add examples
* add
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-07-19 23:12:06 -07:00
Jarred Sumner
ed8be46a7b
Inlinebun object from workers
2023-07-19 22:53:28 -07:00
Jarred Sumner
0179ebcb8c
Update workers.md
2023-07-18 05:00:09 -07:00
Jarred Sumner
105919d7ae
Clarify
2023-07-18 04:51:29 -07:00
Colin McDonnell
ca3b7fa3c9
Clean up worker docs
2023-07-17 13:10:22 -07:00
Jarred Sumner
75213aad37
Document serialize/deserialize
2023-07-16 23:16:54 -07:00
Jarred Sumner
3613429dc3
Update workers.md
2023-07-16 22:43:38 -07:00
Jarred Sumner
d5c51092c8
rename
2023-07-16 21:40:07 -07:00
Jarred Sumner
209dc981c0
Implement Workers ( #3645 )
...
* copy files
* format
* options
* Introduce `Worker`, `onmessage`, `onerror`, and `postMessage` globals
* Stub `Worker.prototype.ref` & `Worker.prototype.unref`
* Update web_worker.zig
* Worker works
* Add "mini" mode
* add wakeup
* Partially fix the keep-alive issue
* clean up refer behavior
* Implement `serialize` & `deserialize` in `bun:jsc` & add polyfill for `node:v8`
* Types & docs
* Update globals.d.ts
* Add mutex
* Fixes
---------
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com >
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com >
2023-07-16 21:15:24 -07:00
Colin McDonnell
2551210426
Update docs
2023-07-14 11:33:07 -07:00
Colin McDonnell
609f81a746
Add npmrc note
2023-07-11 15:32:52 -07:00
Colin McDonnell
109ebc14fd
Various docs updates ( #3437 )
...
* Various docs updates
* Add mocks page
* Fix make
* WebKit instructions
* Update instructions
* Updates
* Update nodejs compat table
* Document trusted deps
* Tweak trustedDependencies docs
* Document --exact
* Update test docs
* Tweaks
* Boring
* Remove redundant j
* Undo makefile changes
* Undo makefile changes
* Update page title
* Regen
* Undo changes
2023-07-06 13:02:29 -07:00
Colin McDonnell
adb451eec6
Docs for DOM testing and FileSink ( #3330 )
...
* Update websocket docs & jsdoc
* Add info about user-specific data in ws
* Document FileSink
* Docs for happydom test
* Updates
2023-06-20 18:57:37 -07:00
paperluigis
f51878a8ec
Fix wording and code example in docs for Bun.sleepSync ( #3270 )
2023-06-10 01:03:30 -07:00