aboutsummaryrefslogtreecommitdiff
path: root/docs/api/globals.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-03More guides and fixing links (#3960)bun-v0.7.2Gravatar Colin McDonnell 1-3/+3
* More guides * WIP * Updates * Fix
2023-05-11bundler tests and improve `Bun.build` return type (#2833)Gravatar dave caruso 1-2/+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/+6
* 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-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-3/+3
* 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-10Fix link in globals.md (#2362)Gravatar Fran Zekan 1-1/+1
2023-02-25Replace docs/runtime/nodejs with docs/ecosystem/nodejs (#2185)Gravatar Charlie Marsh 1-3/+3
* Replace docs/runtime/nodejs with docs/ecosystem/nodejs * Replace a few more usages
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+381
* Add documentation * Tweaks * Fixes * Rearrange * Update