aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-11Add npmrc noteGravatar Colin McDonnell 2-2/+14
2023-07-10feat(crypto) add getCurves (#3598)Gravatar Ciro Spaciari 1-1/+1
* add getCurves * add nodefallbacks * update docs * oops
2023-07-07Update installation guide in `development.md` (#3532)Gravatar Artur Androsovych 1-6/+16
* Update installation guide in `development.md` * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-07-06Update listGravatar Jarred Sumner 1-5/+5
2023-07-06Update trustedDeps docGravatar Colin McDonnell 1-2/+2
2023-07-06Update trustedDeps docGravatar Colin McDonnell 1-2/+12
2023-07-06Various docs updates (#3437)Gravatar Colin McDonnell 12-53/+342
* Various docs updates * Add mocks page * Fix make * WebKit instructions * Update instructions * Updates * Update nodejs compat table * Document trusted deps * Tweak trustedDependencies docs * Document --exact * Update test docs * Tweaks * Boring * Remove redundant j * Undo makefile changes * Undo makefile changes * Update page title * Regen * Undo changes
2023-07-03Update lifecycle.mdGravatar Jarred Sumner 1-1/+1
2023-07-02Update time.mdGravatar Jarred Sumner 1-1/+1
2023-07-02Update time.mdGravatar Jarred Sumner 1-1/+1
2023-07-02Update time.mdGravatar Jarred Sumner 1-0/+16
2023-07-02Update time.mdGravatar Jarred Sumner 1-0/+18
2023-07-02Update time.mdGravatar Jarred Sumner 1-1/+1
2023-07-02Add time docGravatar Jarred Sumner 2-3/+70
2023-07-02Update writing.mdGravatar Jarred Sumner 1-5/+5
2023-07-01Make `buffer.toString("base64")` 4x faster (#3486)Gravatar Jarred Sumner 1-0/+5
* Add libbase64 * Add bench * Update licensing.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-27Update Stric page in Ecosystem (#3399)Gravatar Revenity 1-8/+8
2023-06-26docs: add troubleshooting section to installation page (#3389)Gravatar Peter Weinberg 1-6/+6
* docs: add troubleshooting section to installation page * Add note for unzip * Update msg in install.sh --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 4-0/+25
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file
2023-06-21upgrade zig to `v0.11.0-dev.3737+9eb008717` (#3374)Gravatar Dylan Conway 1-1/+1
* progress * finish `@memset/@memcpy` update * Update build.zig * change `@enumToInt` to `@intFromEnum` and friends * update zig versions * it was 1 * add link to issue * add `compileError` reminder * fix merge * format * upgrade to llvm 16 * Revert "upgrade to llvm 16" This reverts commit cc930ceb1c5b4db9614a7638596948f704544ab8. --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-21Update module resolution order docs (#3372)Gravatar Andreas Pfurtscheller 1-2/+2
If I'm reading and interpreting [these lines](https://github.com/oven-sh/bun/blob/69f558db8e0eba637febdc62c6ba752444b54401/src/options.zig#L605-L627) correct, the module resolution order [in the current docs](https://bun.sh/docs/runtime/modules#resolution) is outdated. This change will fix the order.
2023-06-20Docs for DOM testing and FileSink (#3330)Gravatar Colin McDonnell 5-48/+202
* Update websocket docs & jsdoc * Add info about user-specific data in ws * Document FileSink * Docs for happydom test * Updates
2023-06-15Fix typo in run.md (#3331)Gravatar Kabir Goel 1-1/+1
2023-06-11doc: minor fixes (#3278)Gravatar Keyhan Vakil 2-2/+2
* `bun link` only modifies `package.json` when `--save` is passed. * clang-15 is a separate package from llvm-15.
2023-06-10Fix wording and code example in docs for Bun.sleepSync (#3270)Gravatar paperluigis 1-10/+0
2023-06-09Update writing.md (#3264)Gravatar Dylan Conway 1-8/+8
2023-06-09docs: add missing right parenthesis in example code (#3245)Gravatar James Liu 1-2/+1
add missing right parenthesis in example code in `HTTP server` section
2023-06-06Docs for `Bun.password` and ws publish (#3227)Gravatar Colin McDonnell 2-16/+100
* Update websocket docs & jsdoc * Document Bun.password * Update hash encoding docs * Fix typos * Add info about user-specific data in ws * Update outdated websocket jsdoc * Replace usages of req.url * Remove log
2023-06-06yeah (#3229)Gravatar dave caruso 1-1/+1
2023-06-03make hardcoded -> make esm + document needing bun to build bun (#3188)Gravatar dave caruso 1-2/+30
2023-06-02fix readableStreamToArrayBuffer (#3181)Gravatar dave caruso 1-3/+9
* fix discord.js again * remove one of the async hooks warnings * clarify hardcoded modules docs
2023-06-02Update macro/test docs (#3180)Gravatar Colin McDonnell 2-8/+10
* 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-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 1-2/+2
* move all exports.js into src/js * finalize the sort of this * and it works * add test.ts to gitignore * okay * convert some to ts just to show * finish up * fixup makefile * minify syntax in dev * finish rebase * dont minify all modules * merge * finish rebase merge * flaky test that hangs
2023-06-01Update macros.md (#3165)Gravatar Derrick Farris 1-1/+1
Fix a repeated "for"
2023-06-01Fix streams breaking on reverted EventEmitter / Make Discord.js work (#2913)Gravatar dave caruso 1-1/+1
* Revert "Revert "use a lazyily initialized stream for `node:crypto` `createHash` (#2652)"" This reverts commit 613bb4822ee8f4fbfd78aef391e2db8f07659a6f. * Revert "Revert "implement `node:events` in javascript (#2604)"" This reverts commit a4d0a1961abe0c6073e15cc6f7c0601b74f2e3f7. * oops * fix entrypoints stuff * fix hash copy * use native events for node streams and crypto * requested changes * oops * make discord.js work * fix webkit hash * headers tojson
2023-06-01fix typo in documentation ("the today" -> "today") (#3160)Gravatar Noah Chase 1-1/+1
2023-05-31Remove bun-macro-relay and update docs (#3145)Gravatar Colin McDonnell 1-0/+57
* Update macro docs * Remove bun-macro-relay
2023-05-31Fix typo in macro docs (#3144)Gravatar Mike Roelens 1-1/+1
2023-05-31Update macro docGravatar Colin McDonnell 1-7/+1
2023-05-31Update macro serialization docGravatar Colin McDonnell 1-1/+1
2023-05-31Update docGravatar Colin McDonnell 1-2/+0
2023-05-31Add macro docs (#3139)Gravatar Colin McDonnell 2-0/+281
* Add macro doc * Updates * Tweaks
2023-05-30Update modules.mdGravatar Jarred Sumner 1-1/+1
2023-05-29Update index.mdGravatar Jarred Sumner 1-1/+1
2023-05-29Update modules.mdGravatar Jarred Sumner 1-0/+87
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 24-348/+2398
`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-25add a bit more info on Elysia (#3062)Gravatar Jiri Spac 1-2/+5
2023-05-25prettierGravatar Jarred Sumner 1-5/+5
2023-05-25Remove paragraph that has incorrect information in the docsGravatar Jarred Sumner 1-6/+0