aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/runtime (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-24Add buggy noteGravatar Jarred Sumner 1-0/+6
2023-09-19Fix broken linksGravatar Colin McDonnell 2-2/+2
2023-09-16Update tsconfig-paths.md (#5593)Gravatar Ethan Steere 1-2/+2
Change string:string mapping in the docs to match the expected string:array[string] mapping. See: https://www.typescriptlang.org/tsconfig#paths
2023-09-13More docs & helptext cleanup (#5229)Gravatar Colin McDonnell 1-0/+69
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch
2023-09-08Add extension guideGravatar Colin McDonnell 1-0/+41
2023-08-24Add guides for test runner (#4308)Gravatar Colin McDonnell 1-0/+35
2023-08-21Docs and types for v0.8.0 (#4199)Gravatar Colin McDonnell 1-0/+82
* 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-07-31Add env guidesGravatar Colin McDonnell 2-0/+69
2023-07-31Add ecosystem guides (#3847)Gravatar Colin McDonnell 5-0/+138
* Add ecosystem guides * Update titles * Rename stric * Add unlink and fetch guides * Add formdata guide * Tweak title * Moar