Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-10-11 | Update nodejs-apis.md | 1 | -1/+1 | ||
2023-10-10 | make peer dependencies install by default (#6396) | 1 | -1/+1 | ||
* peer dependencies * default true * add test * cleanup * some tests * skip peer deps if they are non optional * remove debug print, fix build * iterate peer dependencies | |||||
2023-10-05 | Update Node.js compat docs (#6282) | 1 | -18/+20 | ||
* Update nodejs-apis * No commas * Updates | |||||
2023-10-04 | Update `preload` documentation to make applicability to plugins more obvious ↵ | 1 | -3/+3 | ||
(#6298) | |||||
2023-10-02 | Update development and document env var expansion | 1 | -1/+39 | ||
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 | 1 | -673/+0 | ||
2023-09-26 | docs: fixed small error (#6077) | 1 | -1/+1 | ||
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 | Fix link to vitejs (#5959) | 1 | -1/+1 | ||
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 | 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 | 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 | Doc updates (#5759) | 1 | -5/+10 | ||
* WIP * WIP | |||||
2023-09-19 | docs: update node compability (#5562) | 1 | -1/+1 | ||
2023-09-15 | docs(runtime): fix some typo. (#5451) | 3 | -5/+8 | ||
2023-09-15 | feat(runtime): add `process.binding` `uv`/`natives`/`config` + make global ↵ | 1 | -1/+1 | ||
object properties lazy (#5355) * binding uv * we did that * some more bindings * fix doc * fix uv * yo * static hash table nonsense <3 * huge refactor to the global object i am not ready for merge conflicts * it works part 3 * lose --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-09-14 | Clean up bunfig.md | 1 | -19/+21 | ||
2023-09-14 | Mention dotenv | 1 | -0/+4 | ||
2023-09-14 | Fix links | 2 | -2/+2 | ||
2023-09-14 | Rework bunfig docs | 3 | -206/+496 | ||
2023-09-13 | Remove the ability to configure lockfile. (#5335) | 1 | -6/+0 | ||
2023-09-13 | Make TypeScript instructions easier to find | 1 | -93/+16 | ||
2023-09-13 | modules documentation didn't have correct import example (#5225) | 1 | -3/+3 | ||
2023-09-13 | More docs & helptext cleanup (#5229) | 1 | -3/+23 | ||
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch | |||||
2023-09-13 | chore(docs): include missing links to Node.js APIs (#5281) | 1 | -2/+2 | ||
These links make it easy to click and jump to another section. | |||||
2023-09-13 | docs(runtime): fix plugins loader extensions typo (#5250) | 1 | -1/+1 | ||
2023-09-13 | docs(runtime): fix jsx FragmentFactory output example (#5243) | 1 | -1/+1 | ||
2023-09-12 | Various docs (#5201) | 1 | -3/+5 | ||
* Updates * Improve jest guide * Improve | |||||
2023-09-12 | Update hot.md (#4990) | 1 | -1/+1 | ||
2023-09-12 | Add missing full stop on nodejs-apis.md (#5072) | 1 | -5/+5 | ||
2023-09-12 | docs: fix typos (#5151) | 1 | -1/+1 | ||
2023-09-12 | Clean up Modules doc | 1 | -66/+73 | ||
2023-09-11 | Fix punctuation (#4870) | 1 | -2/+2 | ||
2023-09-10 | Update modules.md - Explain case-insensitivity (#4782) | 1 | -1/+1 | ||
2023-09-10 | docs: remove duplicate sentence from debugger (#4807) | 1 | -1/+1 | ||
2023-09-09 | docs: fix wasi-js link (#4741) | 2 | -2/+2 | ||
2023-09-08 | Add extension guide | 1 | -1/+1 | ||
2023-09-08 | Remove await plugin | 1 | -1/+1 | ||
2023-09-08 | Move "Importing CJS from CJS" back out of low-level details section (#4600) | 1 | -8/+6 | ||
This section appears to have been accidentally moved into the low-level details section in 5424ea3403df9cd4672290865f12b6f5b01cf2d0. This fixes the example in the low-level details section, because the "Importing CJS from CJS" section is not the example code that the low-level details section is intended to provide. | |||||
2023-09-07 | Doc updates for v1.0 (#4485) | 8 | -39/+29 | ||
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows | |||||
2023-09-07 | Progress for Next.js (#4468) | 1 | -5/+5 | ||
* L * ipc * asdfghjkl * dfghjk * it works! * types * patches for next.js * sdfghj * wsdfgn,./ * this * yolo * okay loser * asdfghjk * add some more APIs * MESS * sdfghjkl * remove native events from streams * stuff * remove lazy(primordials) test * debugging * okay * less fake extensions object * fix `Buffer.toString()` args logic * fix deserialize * make tests work * add test for `Buffer.toString` args * Update server.zig * remove test * update test * Update spawn-streaming-stdin.test.ts * fix linux build * Update fs.test.ts * cli message improvements * dfshaj * Fix fs.watch bug maybe? * remove --------- Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2023-09-06 | Update nodejs compat docs cp/cpSync/watchFile/unwatchFile (#4525) | 1 | -2/+2 | ||