aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2023-05-25Update sqlite.md (#3063)Gravatar Dialga 1-1/+1
fix serialize example
2023-05-23Fix incorrect URL in loaders.md (#3025)Gravatar Kruithne 1-1/+1
2023-05-23fix bun init and update node vm docs (#3014)Gravatar dave caruso 1-2/+2
2023-05-22document arch linux workaround, see #2664 (#2997)Gravatar dave caruso 1-0/+10
2023-05-21Add watch mode pageGravatar Jarred Sumner 2-0/+18
2023-05-21Update extending.mdGravatar Jarred Sumner 1-9/+9
2023-05-21Update extending.mdGravatar Jarred Sumner 1-1/+1
2023-05-21Update extending.mdGravatar Jarred Sumner 1-1/+1
2023-05-21More documentationGravatar Jarred Sumner 1-0/+27
2023-05-21Update extending.mdGravatar Jarred Sumner 1-1/+1
2023-05-21Update extending.mdGravatar Jarred Sumner 1-1/+1
2023-05-21Update extending.mdGravatar Jarred Sumner 1-1/+1
2023-05-21Update extending.mdGravatar Jarred Sumner 1-2/+2
2023-05-21Update extending.mdGravatar Jarred Sumner 1-2/+2
2023-05-21Update extending.mdGravatar Jarred Sumner 1-1/+3
2023-05-21Update extending.mdGravatar Jarred Sumner 1-1/+1
2023-05-21Update extending.mdGravatar Jarred Sumner 1-5/+3
2023-05-21Add --preload docsGravatar Jarred Sumner 2-0/+138
2023-05-19update docs hot.md (#2954)Gravatar e3dio 1-3/+3
* Update hot.md * Update hot.md
2023-05-17Update benchmarking.mdGravatar Jarred Sumner 1-1/+1
2023-05-16fix: broken link (#2897)Gravatar Harry Yep 1-1/+1
2023-05-16Tweaks to bundler docs (#2867)Gravatar Colin McDonnell 5-26/+208
* WIP * Fix typo * Updates * Document --compile * Add bundler benchmark * Remove esbuild * Add bench to docs * Add buttons * Updates
2023-05-14Single-file standalone Bun executables (#2879)Gravatar Jarred Sumner 2-1/+6
* Add LIEF * Compile LIEF * Implement support for embedding files on macOS * proof of concept * Add zstd * Implement runtime support * Move some code around * Update .gitmodules * Upgrade zig https://github.com/ziglang/zig/pull/15278 * leftover * leftover * delete dead code * Fix extname * Revert "Upgrade zig" This reverts commit dd968f30bffb6c06e34302645a3a4468c957fb4e. * Revert "leftover" This reverts commit 7664de7686276cfba431103847d35b9270433dee. * Revert "leftover" This reverts commit 498005be06a8a1747d48824310e5a020b1f90d97. * various fixes * it works! * leftover * Make `zig build` a little faster * give up on code signing support * Support Linux & macOS * Finish removing LIEF * few more * Add zstd to list of deps * make it pretty --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-05-11Allow reading config from within plugins, and partially implement esbuild ↵Gravatar dave caruso 2-2/+28
`initialOptions` (#2861) * Implement plugin build.config and initialOptions * update types * default initialoptions entrypoints
2023-05-11bundler tests and improve `Bun.build` return type (#2833)Gravatar dave caruso 5-51/+119
* 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-08implement build api `define` and `loaders` (#2805)Gravatar dave caruso 2-17/+87
* parse error logs * clean up types * remove --jsx-production. use NODE_ENV instead * add define to js api * add loaders to js api * fixups * sourcemap * typo fix * remove label, comment dir just for now * test tweaks * test work * make optional enums actually optional. allows `sourcemap: undefined` * overload host ram test * string tests * tests * test for 2815 * requested changes * sort this list * remove this test file now that it passes * oops * add --format * finish ts tests * doc typos related to define and loader