aboutsummaryrefslogtreecommitdiff
path: root/docs/api/spawn.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-29typo spawn.md (#3875)Gravatar Jhorman Tito 1-1/+1
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