aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2023-08-17correct guide's bunfig example option (#4192)Gravatar xxxhussein 1-1/+1
2023-08-16Fix broken linkGravatar Colin McDonnell 1-1/+1
2023-08-16Add solidstart guide (#4182)Gravatar Colin McDonnell 1-0/+58
2023-08-16Add sveltekit guide (#4180)Gravatar Colin McDonnell 1-0/+65
2023-08-15fix this page (#4172)Gravatar dave caruso 1-5/+5
2023-08-14Small docs changeGravatar Colin McDonnell 1-2/+2
2023-08-12Update Stric guides (#4137)Gravatar Revenity 1-4/+6
2023-08-12Fix worker event loop ref/unref + leak (#4114)Gravatar dave caruso 2-30/+96
* 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-10Update remix guideGravatar Colin McDonnell 1-2/+4
2023-08-10Fix titleGravatar Colin McDonnell 1-1/+1
2023-08-10Add remix guideGravatar Colin McDonnell 1-0/+58
2023-08-09Updatesguides-3Gravatar Colin McDonnell 1-0/+4
2023-08-07Fix `Bun.hash` functions (#4054)Gravatar jhmaster 1-4/+5
* 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-07Improve plugin docsGravatar Colin McDonnell 3-306/+283
2023-08-06Update coverage.mdGravatar Jarred Sumner 1-1/+1
2023-08-06Code coverage for `bun test` (#3975)Gravatar Jarred Sumner 2-0/+60
* WIP code coverage initial commit * almost works * one approach * Code Coverage * Update WebKit * it works but is not yet accurate * skip double ascii check * wrapper * it works but i'm not sure what to do about blocks * hide blocks for now * Update ZigSourceProvider.cpp * Create coverage.md * Update nav.ts --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-04Support --dev/-D and support more flags on bun install (#3989)Gravatar Colin McDonnell 3-3/+3
2023-08-04Update import-meta.mdGravatar Jarred Sumner 1-2/+1
2023-08-04Fix incorrect docsGravatar Jarred Sumner 1-2/+3
2023-08-04Fix types (#3963)Gravatar Colin McDonnell 1-1/+2
* Fix types * Add ws module * Add *.toml module declaration * Clean up
2023-08-03Update Node.js compat docsGravatar Colin McDonnell 2-4/+4