aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-04-06docs: add a section on uninstalling bun (#2560)Gravatar dave caruso 1-0/+8
2023-04-06docs(cli/bunx): add notice (#2574)Gravatar Jozef Steinhübl 1-0/+4
* docs(cli/bunx): add notice bunx alias bun x * docs: grammar
2023-04-06bun-types: infer strict `Subprocess` from `Bun.spawn()` options, part 2 (#2573)Gravatar dave caruso 1-44/+61
2023-04-05In Documentation, move --watch before the script name (#2569)Gravatar Lawlzer 1-4/+5
Related message by Jarred: https://discord.com/channels/876711213126520882/876711213126520885/1093286199369682944 If you put `--watch` after the script name, it will not work.
2023-04-03Add rfcs under docs dirGravatar Colin McDonnell 1-0/+4
2023-03-30Generate dependency files in `make bindings` (#2510)Gravatar Dylan Conway 1-1/+1
* generate dependency files, include in makefile * move `make webcrypto` to `make bindings` * update more references to `make webcrypto` * remove `-lwebcrypto`
2023-03-29Update vscode auto save mentionGravatar Colin McDonnell 1-1/+1
2023-03-29Update vscode auto save mentionGravatar Colin McDonnell 1-1/+2
2023-03-29TypoGravatar Colin McDonnell 1-1/+1
2023-03-29Update --watch docsGravatar Colin McDonnell 1-19/+24
2023-03-28Add doc on watch mode (#2502)Gravatar Jarred Sumner 2-6/+63
* Add doc on watch mode * Update hot.md * Update hot.md * More words * Update hot.md * Update hot.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-03-28Remove extra 's' on keep (#2498)Gravatar Andres Beltran 1-1/+1
2023-03-22Fix types (#2453)Gravatar Colin McDonnell 2-3/+1
* WIP * WIP * WIP * WIP * Improve typechecking in type files * Fix typechecking * Update * Update submodule * CI for typechecking * Add ci * Update commands * Format after build * Dont use bunx * Rename job * Use nodemodules prettier * Update workflow * Use symlink * Debug * Debug * Clean up and rename jobs
2023-03-21Update sqlite.md (#2452)Gravatar Joker_ 1-1/+1
Fix benchmark source pointing to wrong URL.
2023-03-20docs: Buchta Docs Page (#2378)Gravatar Ján Gajdoš 2-0/+39
* Idea: Buchta Docs Page * Tweaks --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-03-20docs: update moduleResolution to bundler (#2429)Gravatar John Reilly 1-2/+7
* docs: update moduleResolution to bundler * docs: bundler as well * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-03-20"bun-create" example "postinstall"→"preinstall" (#2441)Gravatar jq170727 1-1/+1
"postinstall" is listed twice in the example for the "bun-create" section of package.json. Based on the context and content of the echo commands I believe the intent is that the first "postinstall" should be "preinstall". This change corrects this.
2023-03-20Fix example for "bun pm ls" (#2440)Gravatar jq170727 1-0/+1
2023-03-20Update install.mdbun-v0.5.8Gravatar Jarred Sumner 1-2/+2
2023-03-15:white_check_mark: some test matchersGravatar Jarred Sumner 1-2/+2
2023-03-13Add install with proto examples. (#2361)Gravatar Miles Johnson 1-0/+6
2023-03-11Update comparison matchers compatibility in docs (#2366)Gravatar Nicholas 1-4/+4
2023-03-11Update file-system-router.md (#2365)Gravatar Haris Sulaiman 1-1/+1
2023-03-11removed JSON trailing comma (#2364)Gravatar noahmarro 1-1/+1
2023-03-10Fix link in globals.md (#2362)Gravatar Fran Zekan 1-1/+1
2023-03-08docs(react): add the missing props.message to `<Component />` (#2347)Gravatar buu 1-1/+1
2023-03-07Document openInEditorGravatar Colin McDonnell 3-2/+32
2023-03-07Fix linksGravatar Colin McDonnell 1-4/+4
2023-03-07Fix typoGravatar Colin McDonnell 1-1/+1
2023-03-07Improve Benchmarking page, small fixes (#2339)Gravatar Colin McDonnell 5-26/+59
* Improve benchmarking page * WIP * Add typescript instructions to hot * Document preload in Plugins. Fix loader in plugin types.
2023-03-07fix the wrong thing being incremented in hmr example (#2334)Gravatar pfg 1-1/+1
2023-03-06Fix docker install commandGravatar Ashcon Partovi 1-2/+2
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-03Fix broken async test example (#2291)Gravatar Hannes Käufler 1-1/+1
2023-03-02docs: Fix variable name in transpiler API docs (#2281)Gravatar aab 1-2/+2
2023-03-01Add page descriptions (#2260)Gravatar Colin McDonnell 1-46/+132
* Add page descriptions * Update bun install * Description tweaks * Tweaks
2023-03-01Fix async in sqliteGravatar Colin McDonnell 1-2/+2
2023-02-28Fix incorrect Bun version in docs (#2236)Gravatar Derrick Farris 1-1/+1
2023-02-28Document punningGravatar Colin McDonnell 1-1/+18
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-27Update module statuses in docs (#2219)Gravatar Gaurish Sethia 1-4/+4
* Add filePath property on MatchedRoute * Fix #1880 #851 * Fix #1972 as well * FMC * Bump querystring-es3 * fix querystring status * Fix typos in docs --------- Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-02-26docs(configuration): update misleading comment (#2205)Gravatar Rodo Abad 1-1/+1
The comment was for peer dependencies and not dev dependencies.
2023-02-26Update hot.md (#2198)Gravatar cunzaizhuyi 1-1/+1
2023-02-25Update `node:http` compatibility (#2184)Gravatar Derrick Farris 1-1/+1
2023-02-25Fix broken link in developing.md (#2188)Gravatar Ryan Morey 1-2/+2
* Fix broken link in developing.md * Update developing.md
2023-02-25fix: Broken link to Node.js support status page (#2183)Gravatar Florian Dreier 2-2/+2
Co-authored-by: Derrick Farris <mr.dcfarris@gmail.com>
2023-02-25Replace docs/runtime/nodejs with docs/ecosystem/nodejs (#2185)Gravatar Charlie Marsh 4-6/+6
* 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 4-6/+6
* docs: improved language in yaml loader example * docs(api/http): fix typo * docs(api/spawn): fix typo * docs(api/transpiler): fix typo