aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/plugins.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-29Implement virtual module support in `Bun.plugin` (#6167)Gravatar Jarred Sumner 1-1/+86
* Add support for `build.module` in `Bun.plugin` * Another test * Update docs * Update isBuiltinModule.cpp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2023-09-26docs: fixed small error (#6077)Gravatar 0xflotus 1-1/+1
2023-09-21Don't await pluginsGravatar Jarred Sumner 1-1/+1
2023-09-19Doc updates (#5759)Gravatar Colin McDonnell 1-5/+10
* WIP * WIP
2023-09-14Fix linksGravatar Colin McDonnell 1-1/+1
2023-09-13docs(runtime): fix plugins loader extensions typo (#5250)Gravatar Zong 1-1/+1
2023-09-08Remove await pluginGravatar Colin McDonnell 1-1/+1
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-4/+0
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-08-07Improve plugin docsGravatar Colin McDonnell 1-0/+276
2023-04-26Add bundler documentation (#2753)Gravatar Colin McDonnell 1-257/+0
* WIP * WIP * WIP * Document API * Updates * Polish bundler docs * Tweaks * Tweak
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-2/+2
* 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-03-07Fix typoGravatar Colin McDonnell 1-1/+1
2023-03-07Improve Benchmarking page, small fixes (#2339)Gravatar Colin McDonnell 1-1/+13
* Improve benchmarking page * WIP * Add typescript instructions to hot * Document preload in Plugins. Fix loader in plugin types.
2023-02-25docs: improved language in yaml loader example (#2172)Gravatar Tommaso A 1-3/+3
* docs: improved language in yaml loader example * docs(api/http): fix typo * docs(api/spawn): fix typo * docs(api/transpiler): fix typo
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+245
* Add documentation * Tweaks * Fixes * Rearrange * Update