aboutsummaryrefslogtreecommitdiff
path: root/docs/api (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 7-38/+1795
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee
2023-05-25Update sqlite.md (#3063)Gravatar Dialga 1-1/+1
fix serialize example
2023-05-11bundler tests and improve `Bun.build` return type (#2833)Gravatar dave caruso 1-2/+2
* importstar_ts * tests * run acorn test suite * bench tweaks * test * bun.build tests very incomplete * remove dataurl and base64 loaders from tests since they dont work yet * tests * stuff * stuff * add errors and array of blobs * work so far * docs * requested changes * fix overwrite docs * remove this file
2023-05-05Add missing JSON API to Web APIs page (#2799)Gravatar Kruithne 1-0/+6
* Add missing JSON API to Web APIs page Unless I'm missing something obvious, it appears that Bun has the JSON API (`stringify`/`parse`) but is not listed anywhere in the documentation. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON * Include JSON in global docs
2023-04-28bundler tests: rest of default.test.ts and starting jsx tests (#2765)Gravatar dave caruso 1-1/+1
2023-04-18clarify file io docs (#2689)Gravatar dave caruso 1-1/+5
2023-04-14[nit] minor typo in tcp.md (#2657)Gravatar Kruithne 1-1/+1
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 8-46/+32
* 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 2-3/+3
* 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-03-21Update sqlite.md (#2452)Gravatar Joker_ 1-1/+1
Fix benchmark source pointing to wrong URL.
2023-03-11Update file-system-router.md (#2365)Gravatar Haris Sulaiman 1-1/+1
2023-03-10Fix link in globals.md (#2362)Gravatar Fran Zekan 1-1/+1
2023-03-07Document openInEditorGravatar Colin McDonnell 2-1/+29
2023-03-05Update out of date docGravatar Jarred Sumner 1-1/+1
2023-03-04docs(websocket): change server port on example to default port (#2301)Gravatar aab 1-2/+2
Current example will fail without explicitly configure the server to use port 8080. Hence, replacing it with default port (3000).
2023-03-02docs: Fix variable name in transpiler API docs (#2281)Gravatar aab 1-2/+2
2023-03-01Fix async in sqliteGravatar Colin McDonnell 1-2/+2
2023-02-27Update file-io.md (#2230)Gravatar maor-benami 1-1/+1
should `notreal.type` reflect the overridden value?
2023-02-27Update file-io.md (#2229)Gravatar maor-benami 1-1/+1
duplicated word
2023-02-25fix: Broken link to Node.js support status page (#2183)Gravatar Florian Dreier 1-1/+1
Co-authored-by: Derrick Farris <mr.dcfarris@gmail.com>
2023-02-25Replace docs/runtime/nodejs with docs/ecosystem/nodejs (#2185)Gravatar Charlie Marsh 3-5/+5
* Replace docs/runtime/nodejs with docs/ecosystem/nodejs * Replace a few more usages
2023-02-25docs: improved language in yaml loader example (#2172)Gravatar Tommaso A 3-3/+3
* docs: improved language in yaml loader example * docs(api/http): fix typo * docs(api/spawn): fix typo * docs(api/transpiler): fix typo
2023-02-25Fix sqlite.md `.serialize` typo (#2178)Gravatar Flo 1-1/+1
2023-02-24Docs tweaks (#2160)Gravatar Colin McDonnell 3-18/+21
* Tweaks * Add ecosystem. Add bunx. Flesh out install. * Tweaks * Add TS to installation * Tweaks * New readme * Write new readme * Tweak * Center header * Bun * tweaks * No dollar sign * Fix links * Update * Tweak
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 17-0/+3471
* Add documentation * Tweaks * Fixes * Rearrange * Update