aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 1-0/+3
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file
2023-06-21Update module resolution order docs (#3372)Gravatar Andreas Pfurtscheller 1-2/+2
If I'm reading and interpreting [these lines](https://github.com/oven-sh/bun/blob/69f558db8e0eba637febdc62c6ba752444b54401/src/options.zig#L605-L627) correct, the module resolution order [in the current docs](https://bun.sh/docs/runtime/modules#resolution) is outdated. This change will fix the order.
2023-06-02Update macro/test docs (#3180)Gravatar Colin McDonnell 1-7/+0
* 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-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-05-30Update modules.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 5-78/+412
`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-23fix bun init and update node vm docs (#3014)Gravatar dave caruso 1-2/+2
2023-05-19update docs hot.md (#2954)Gravatar e3dio 1-3/+3
* Update hot.md * Update hot.md
2023-05-11bundler tests and improve `Bun.build` return type (#2833)Gravatar dave caruso 2-4/+2
* 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-05Add missing JSON API to Web APIs page (#2799)Gravatar Kruithne 1-0/+5
* 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 2-2/+2
* Bundler docs updates. Start esbuild migration guide. * Updates * Add JS API comp * Tweaks * Updates * Updates * Updates
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-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-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-17docs: fix code block (#2662)Gravatar Simon Legner 1-1/+1
2023-04-15Add .txt loader docsGravatar Colin McDonnell 1-13/+22
2023-04-13Remove Bun.dns docsGravatar Colin McDonnell 1-5/+5
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 11-353/+1311
* 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-05In Documentation, move --watch before the script name (#2569)Gravatar Lawlzer 1-4/+5
Related message by Jarred: https://discord.com/channels/876711213126520882/876711213126520885/1093286199369682944 If you put `--watch` after the script name, it will not work.
2023-03-29Update vscode auto save mentionGravatar Colin McDonnell 1-1/+1
2023-03-29Update vscode auto save mentionGravatar Colin McDonnell 1-1/+2
2023-03-29TypoGravatar Colin McDonnell 1-1/+1
2023-03-29Update --watch docsGravatar Colin McDonnell 1-19/+24
2023-03-28Add doc on watch mode (#2502)Gravatar Jarred Sumner 1-4/+61
* Add doc on watch mode * Update hot.md * Update hot.md * More words * Update hot.md * Update hot.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-03-07Document openInEditorGravatar Colin McDonnell 1-1/+3
2023-03-07Fix typoGravatar Colin McDonnell 1-1/+1
2023-03-07Improve Benchmarking page, small fixes (#2339)Gravatar Colin McDonnell 2-3/+27
* Improve benchmarking page * WIP * Add typescript instructions to hot * Document preload in Plugins. Fix loader in plugin types.
2023-03-07fix the wrong thing being incremented in hmr example (#2334)Gravatar pfg 1-1/+1
2023-02-26Update hot.md (#2198)Gravatar cunzaizhuyi 1-1/+1
2023-02-25fix: Broken link to Node.js support status page (#2183)Gravatar Florian Dreier 1-1/+1
Co-authored-by: Derrick Farris <mr.dcfarris@gmail.com>
2023-02-25Replace docs/runtime/nodejs with docs/ecosystem/nodejs (#2185)Gravatar Charlie Marsh 1-1/+1
* Replace docs/runtime/nodejs with docs/ecosystem/nodejs * Replace a few more usages
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-24Docs tweaks (#2160)Gravatar Colin McDonnell 1-682/+0
* Tweaks * Add ecosystem. Add bunx. Flesh out install. * Tweaks * Add TS to installation * Tweaks * New readme * Write new readme * Tweak * Center header * Bun * tweaks * No dollar sign * Fix links * Update * Tweak
2023-02-24Add missing "that" in `modules.md` (#2167)Gravatar Charlie Marsh 1-1/+1
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 8-5/+1893
* Add documentation * Tweaks * Fixes * Rearrange * Update
2022-09-17Update & configure SSL a littleGravatar Jarred Sumner 1-0/+5