aboutsummaryrefslogtreecommitdiff
path: root/docs/cli/build.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-1334/+0
`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-16Tweaks to bundler docs (#2867)Gravatar Colin McDonnell 1-25/+169
* WIP * Fix typo * Updates * Document --compile * Add bundler benchmark * Remove esbuild * Add bench to docs * Add buttons * Updates
2023-05-11bundler tests and improve `Bun.build` return type (#2833)Gravatar dave caruso 1-39/+105
* 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-08implement build api `define` and `loaders` (#2805)Gravatar dave caruso 1-3/+71
* parse error logs * clean up types * remove --jsx-production. use NODE_ENV instead * add define to js api * add loaders to js api * fixups * sourcemap * typo fix * remove label, comment dir just for now * test tweaks * test work * make optional enums actually optional. allows `sourcemap: undefined` * overload host ram test * string tests * tests * test for 2815 * requested changes * sort this list * remove this test file now that it passes * oops * add --format * finish ts tests * doc typos related to define and loader
2023-05-05Start esbuild migration guide. More docs. (#2787)Gravatar Colin McDonnell 1-59/+113
* Bundler docs updates. Start esbuild migration guide. * Updates * Add JS API comp * Tweaks * Updates * Updates * Updates
2023-04-28bundler tests: rest of default.test.ts and starting jsx tests (#2765)Gravatar dave caruso 1-20/+20
2023-04-28Bundler docs updates + support for `naming` string (#2767)Gravatar Colin McDonnell 1-133/+166
* Bundler docs updates * Remove comments * Updates * Fix bunx usages * Add info about metafile
2023-04-26fix (#2756)Gravatar dave caruso 1-1/+1
2023-04-26docs hotfix (#2755)Gravatar dave caruso 1-2/+2
2023-04-26Add bundler documentation (#2753)Gravatar Colin McDonnell 1-0/+969
* WIP * WIP * WIP * Document API * Updates * Polish bundler docs * Tweaks * Tweak