aboutsummaryrefslogtreecommitdiff
path: root/docs (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2023-05-06Comment out buchta from docsGravatar Jarred Sumner 1-3/+3
The repo is archived, so it should not appear in our docs
2023-05-05Add missing JSON API to Web APIs page (#2799)Gravatar Kruithne 2-0/+11
* Add missing JSON API to Web APIs page Unless I'm missing something obvious, it appears that Bun has the JSON API (`stringify`/`parse`) but is not listed anywhere in the documentation. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON * Include JSON in global docs
2023-05-05Start esbuild migration guide. More docs. (#2787)Gravatar Colin McDonnell 7-68/+1276
* Bundler docs updates. Start esbuild migration guide. * Updates * Add JS API comp * Tweaks * Updates * Updates * Updates
2023-05-01Add StricJS to ecosystem (#2747)Gravatar Revenity 2-1/+41
* Create stric.md * Update nav.ts * Update stric.md Add codetabs for ArrowJS * Update stric.md * Update stric.md
2023-04-28bundler tests: rest of default.test.ts and starting jsx tests (#2765)Gravatar dave caruso 2-21/+21
2023-04-28Bundler docs updates + support for `naming` string (#2767)Gravatar Colin McDonnell 2-226/+357
* Bundler docs updates * Remove comments * Updates * Fix bunx usages * Add info about metafile
2023-04-27Remove extra word in docs/index.md (#2758)Gravatar B. Burt 1-1/+1
2023-04-26fix (#2756)Gravatar dave caruso 1-1/+1
2023-04-26docs hotfix (#2755)Gravatar dave caruso 1-2/+2
2023-04-26Add bundler documentation (#2753)Gravatar Colin McDonnell 6-13/+1233
* WIP * WIP * WIP * Document API * Updates * Polish bundler docs * Tweaks * Tweak
2023-04-21Update TS docs for bun-types changes (#2590)Gravatar Colin McDonnell 1-20/+54
* Update TS docs for bun-types changes * Update typescript, remove extends guidance * Updates * Tweaks * Tweaks
2023-04-21Revert "implement `node:events` in javascript (#2604)"Gravatar Jarred Sumner 1-1/+1
This reverts commit 96a2ed1040d5a0ca51ae41267cba4f8e5d0a6142.
2023-04-20chore(docs): add xcode runtime install to docs (#2706)Gravatar Emmanuel Vazquez 1-0/+8
2023-04-19Fix typo in benchmarking docs (#2702)Gravatar flakey5 1-1/+1
2023-04-18implement `node:events` in javascript (#2604)Gravatar dave caruso 1-1/+1
* initial event emitter reimplementation * implement most of node:events. tests passing * work on emitter * fix importing node:events * work on event emitter tests * event work * event work * event stuff and experimenting with a lazy createHash * cleanup crypto stuff i had on this branch * finish event stuff up * fix error monitor * validate listeners are functions * changes requested
2023-04-18clarify file io docs (#2689)Gravatar dave caruso 1-1/+5
2023-04-17docs: fix code block (#2662)Gravatar Simon Legner 1-1/+1
2023-04-15Add .txt loader docsGravatar Colin McDonnell 1-13/+22
2023-04-14[nit] minor typo in tcp.md (#2657)Gravatar Kruithne 1-1/+1
2023-04-13Remove Bun.dns docsGravatar Colin McDonnell 2-8/+8
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 38-926/+1745
* 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
2023-04-13Update development.md (#2647)Gravatar Nilan Marktanner 1-1/+1
2023-04-11Update development.md (#2625)Gravatar Ryan Morey 1-5/+5
* Update development.md adds the `bash` language specifier to `which clang-15` so that when you click the copy button, it doesn't include the `$` * Update development.md * Update development.md * Update development.md
2023-04-11docs: remove dev container section (#2610)Gravatar hiroki osame 1-70/+0