aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/configuration.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-16Document `--smol`Gravatar Jarred Sumner 1-70/+59
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 1-0/+3
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file
2023-06-02Update macro/test docs (#3180)Gravatar Colin McDonnell 1-7/+0
* Add test and fix plugin type * Update docs and config pages
2023-06-02Support `NO_COLOR` environment variable (#3055)Gravatar Ashcon Partovi 1-3/+27
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-42/+74
`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-04-17docs: fix code block (#2662)Gravatar Simon Legner 1-1/+1
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-0/+186
* 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
8/+42 2023-01-20Further cleanup buffer encodingGravatar Jarred Sumner 1-48/+26 2023-01-20Fixes #1855Gravatar Jarred Sumner 2-5/+57 2023-01-20Fix assertion failure with boringssl messagesGravatar Jarred Sumner 3-5/+132 2023-01-19Revert "ignore sighup"Gravatar Jarred Sumner 1-45/+10 2023-01-19ignore sighupGravatar Jarred Sumner 1-10/+45 2023-01-19make this code easier to readGravatar Jarred Sumner 3-29/+26 2023-01-19Update types.zigGravatar Jarred Sumner 1-4/+0 2023-01-19BumpGravatar Jarred Sumner 2-2/+2 2023-01-19Fix buffer encoding bugGravatar Jarred Sumner 2-4/+17 2023-01-19use `String.from()` (#1850)Gravatar Alex Lam S.L 4-5/+12 2023-01-19Bump zigGravatar Jarred Sumner 2-2/+2 2023-01-19make it packedGravatar Jarred Sumner 1-2/+2 2023-01-20Bugfixes to install (#1848)Gravatar Jarred Sumner 5-26/+119 2023-01-19repopulate `alias_map` correctly (#1847)Gravatar Alex Lam S.L 5-70/+240 2023-01-19Add a commentGravatar Jarred Sumner 1-0/+6 2023-01-19Add a debug safety check for UAF in AST nodesGravatar Jarred Sumner 1-0/+5 2023-01-19Fix UAF when opening workspacesGravatar Jarred Sumner 1-2/+0 2023-01-19Improve error message when a workspace is not foundGravatar Jarred Sumner 2-9/+97