aboutsummaryrefslogtreecommitdiff
path: root/docs/api/spawn.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-14/+7
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates
2023-04-07`FileBlob` -> `BunFile`, add `BunFile.lastModified` (#2581)Gravatar Colin McDonnell 1-2/+2
* Improve BunPlugin types * FileBlob -> BunFile * Update Bun.env types. Fixes #2481 * Add lastModified to BunFile
2023-04-06bun-types: infer strict `Subprocess` from `Bun.spawn()` options, part 2 (#2573)Gravatar dave caruso 1-44/+61
2023-02-25docs: improved language in yaml loader example (#2172)Gravatar Tommaso A 1-1/+1
* docs: improved language in yaml loader example * docs(api/http): fix typo * docs(api/spawn): fix typo * docs(api/transpiler): fix typo
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+336
* Add documentation * Tweaks * Fixes * Rearrange * Update
191/bun/commit/test/snapshots/void-shouldnt-delete-call-expressions.hmr.js?h=dylan/github-dependencies&id=ab3b072249c85e092d5e206003a30b895ccbbc0f&follow=1'>snapshotsGravatar Jarred Sumner 43-142/+142 2022-10-16Update uwsGravatar Jarred Sumner 1-0/+0 2022-10-16Set `Date` headerGravatar Jarred Sumner 1-0/+0 2022-10-16Make more sure we know what the types we are sending areGravatar Jarred Sumner 1-5/+5 2022-10-16Fix WebSocket server sending invalid data at the endGravatar Jarred Sumner 1-8/+10 2022-10-16Fail earlier when there are encoding errorsGravatar Jarred Sumner 1-25/+37 2022-10-15Disable some loggingGravatar Jarred Sumner 2-2/+2 2022-10-15More careful code generatorGravatar Jarred Sumner 1-5/+10 2022-10-15Simplify code that turns a fetch() response into a JSResponseGravatar Jarred Sumner 1-18/+24 2022-10-15Simplify the code that reads HTTP client request bodiesGravatar Jarred Sumner 2-136/+22