Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-29 | Implement virtual module support in `Bun.plugin` (#6167) | 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-28 | docs (runtime): the order of checking files when using bare impoort (#5919) | 1 | -3/+8 | ||
2023-09-28 | Improve docs | 4 | -727/+65 | ||
2023-09-28 | docs: update image astro.md (#6149) | 1 | -1/+1 | ||
2023-09-28 | Update prisma | 1 | -9/+32 | ||
2023-09-28 | Revert "Update prisma guide" | 1 | -32/+9 | ||
This reverts commit e62fef67658240a4137320729ff26e09498a93fd. | |||||
2023-09-28 | Update prisma guide | 1 | -9/+32 | ||
2023-09-27 | Update run.md (#6099) | 1 | -1/+1 | ||
Changed the verb form from ignores to ignored. | |||||
2023-09-27 | Update developer arch install steps for llvm and clang (#6120) | 1 | -2/+1 | ||
`llvm` and `clang` are both at v16 `llvm16` and `clang16` are AUR packages https://aur.archlinux.org/packages/llvm16 https://aur.archlinux.org/packages/clang16 and need extra steps to setup | |||||
2023-09-26 | Add Docker section to docs | 1 | -0/+18 | ||
2023-09-26 | Update astro.md to v3 (#6070) | 1 | -9/+5 | ||
2023-09-26 | docs: fixed small error (#6077) | 1 | -1/+1 | ||
2023-09-25 | Update docs | 2 | -4/+19 | ||
2023-09-25 | Add fs.statfs{Sync} to missing fs apis (#6030) | 1 | -1/+1 | ||
2023-09-25 | Update nodejs-apis.md | 1 | -4/+4 | ||
2023-09-24 | Clarify | 1 | -1/+1 | ||
2023-09-24 | Add buggy note | 1 | -0/+6 | ||
2023-09-24 | Update writing.md - Remove duplicate code snippet (#5966) | 1 | -6/+0 | ||
2023-09-24 | Fix link to vitejs (#5959) | 1 | -1/+1 | ||
2023-09-23 | docs: update link to templates in remix guide (#5965) | 1 | -1/+1 | ||
2023-09-23 | Update installation.md (#5968) | 1 | -0/+4 | ||
* Update installation.md Adding notes for users that currently use canary version and want to switch back to stable version. * Upadte --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-22 | Update workspaces.md | 1 | -3/+27 | ||
2023-09-21 | docs: add await to all Bun.build() call (#5885) | 1 | -3/+3 | ||
2023-09-21 | Update install docs | 1 | -6/+14 | ||
2023-09-21 | Add docs for extending process.env | 1 | -0/+25 | ||
2023-09-21 | On Linux, respect memory limit from cgroups (#5849) | 1 | -1/+1 | ||
* Implement `process.constrainedMemory()` * Add a comment * Handle max * Missing header * We can use WTF::ramSize now * Update WebKit * Update ZigGlobalObject.cpp * WebKit * :scissors: --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-09-21 | Don't await plugins | 1 | -1/+1 | ||
2023-09-20 | docs(project): development fix Arch install-dependencies command (#5270) | 1 | -1/+1 | ||
sudo is required to run pacman if not root user | |||||
2023-09-20 | Update quickstart | 1 | -0/+19 | ||
2023-09-20 | Update prisma guide | 1 | -0/+6 | ||
2023-09-20 | Update env doc | 1 | -1/+1 | ||
2023-09-20 | Clarify hot mode | 1 | -10/+9 | ||
2023-09-20 | feat: switch disableTelemetry to bunfig (#5690) | 2 | -1/+9 | ||
* feat: switch disableTelemetry to bunfig * feat: zig fmt * revert: the env variable and invert the logic of telemetry --------- Co-authored-by: MrPalixir <73360179+MrPalixir@users.noreply.github.com> | |||||
2023-09-19 | Fix broken links | 4 | -4/+4 | ||
2023-09-19 | docs: add Qwik guide (#4810) | 1 | -0/+107 | ||
2023-09-19 | Updated modules.md to address issue #5420 (#5456) | 1 | -0/+11 | ||
* Update modules.md Updated docs to address `The ES modules aren't always asynchronous. #5420` Issue. - Included an elaborate explanation citing the difference between CommonJS and ES Modules, - Added a summary * Tweaks --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-19 | add warning to Ensure correct placement of the '--watch' flag (#5447) | 1 | -0/+11 | ||
* Update run.md * remove the wrong command example * Tweak --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-19 | Doc updates (#5759) | 3 | -8/+26 | ||
* WIP * WIP | |||||
2023-09-19 | More improvements to azure guide | 1 | -8/+10 | ||
2023-09-19 | Improve formatting again | 1 | -0/+4 | ||
2023-09-19 | Update azure guide | 1 | -18/+22 | ||
2023-09-19 | docs: update node compability (#5562) | 1 | -1/+1 | ||
2023-09-19 | Added react installation to react.md (#5620) | 1 | -14/+33 | ||
* Update react.md Added install react part * Updates * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-19 | docs: Update Remix guide (#5702) | 1 | -1/+19 | ||
* Update Remix guide * Update callout * Update docs/guides/ecosystem/remix.md Co-authored-by: Michael Jackson <michael@jackson.us> * update * Add link to remix --------- Co-authored-by: Michael Jackson <michael@jackson.us> Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-19 | Get artifactory to work (#5744) | 1 | -0/+28 | ||
* Get artifactory to work * Cleanup url normalization a ltitle more * Clean up tests * prettier --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-09-19 | Delete extremely out of date docs | 2 | -184/+0 | ||
2023-09-19 | Update azure-artifacts.md | 1 | -3/+9 | ||
2023-09-18 | Update azure-artifacts.md | 1 | -1/+1 | ||
2023-09-18 | Update azure-artifacts.md | 1 | -2/+2 | ||
2023-09-18 | Update azure-artifacts.md | 1 | -3/+3 | ||