aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-23docs: remove broken DNS link which is also not present in the official docs ↵Gravatar Quentin 1-1/+0
(#4268)
2023-08-21Update README.md (#4232)Gravatar xxxhussein 1-1/+1
Fix typo in README.md
2023-05-05Start esbuild migration guide. More docs. (#2787)Gravatar Colin McDonnell 1-4/+2
* Bundler docs updates. Start esbuild migration guide. * Updates * Add JS API comp * Tweaks * Updates * Updates * Updates
2023-04-08Rewrite Developer Docs, Improve DX for new users, moving away from ↵Gravatar dave caruso 1-1/+1
Devcontainer (#2588) * new docs starting point. missing alot of information * very experimental idea: make setup * run on ubuntu 20 * builds on ubuntu 20 (wsl) now * add release instructions * add valgrind note from jarred/new-bundler branch, just in case it gets lost when rebasing * changes requested
2023-04-05Add tests for `bun test` with preload scripts (#2566)Gravatar Jake Boone 1-1/+1
* Use zsh-compatible syntax in cowsay example zsh interprets the string !" differently than bash or sh, but we can use single quotes in all of them. See https://unix.stackexchange.com/a/497335/548905. * Add tests for bun:test with preload scripts * Look at `stderr` in `bun test --preload` tests
2023-03-28Add doc on watch mode (#2502)Gravatar Jarred Sumner 1-1/+1
* 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-18docs: Use correct url in the 'Issues' link in README header (#2420)Gravatar Kamil Ogórek 1-1/+1
2023-02-25docs: Fix the link to Node.js ecosystem (#2181)Gravatar Raxit Majithiya 1-2/+2
2023-02-24Tweak readmeGravatar Colin McDonnell 1-15/+11
2023-02-24Fixes (#2168)Gravatar Colin McDonnell 1-3/+0
2023-02-24Docs tweaks (#2160)Gravatar Colin McDonnell 1-5304/+90
* 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-23Upgrade Zig (#2151)Gravatar Dylan Conway 1-1/+1
* fixup * Upgrade Zig * Remove bad assertion * strings * bump * mode -> optimize * optimize * Linux build * Update bindgen.zig
2023-02-23Update README.md (#2145)Gravatar N0N1m3 1-1/+1
2023-02-23Update README.md (#2138)Gravatar B. Burt 1-1/+1
2023-02-21add diffzGravatar Dylan Conway 1-0/+1
2023-02-20Add mention of `bunx --bun` to `README` (#2114)Gravatar Derrick Farris 1-141/+212
* readme(bunx): add info about `bun --bun x` * chore(formatting): add extension for formatting markdown to avoid a bunch of diffs * chore(formatting): fix JS formatting in README
2023-02-20docs(bunx): add initial documentation to readme (#2106)Gravatar Craigory Coppola 1-0/+15
2023-02-16Clarify and clean up macOS build process (#2087)Gravatar Luke Deen Taylor 1-3/+3
* Add missing steps to macOS build * Remove codesigning step from make dev ref: https://discord.com/channels/876711213126520882/888839314056839309/1075681626127872030
2023-02-10Fix PATH setup in macOS setup instructions (#2044)Gravatar Eric Zhang 1-1/+1
Very minor! I was just going through the setup instructions and had a bit of a double take.
2023-02-07Update docker image in READMEGravatar Ashcon Partovi 1-5/+7
2023-02-06Fix URL of wasi-js (#1997)Gravatar Cheng Shao 1-2/+2
2023-01-29Fixes #1933Gravatar Jarred Sumner 1-1/+1
2023-01-29Update README.md (#1934)Gravatar Agnieszka Stec 1-2/+2
Hi, just caught 2 small typos in Readme
2023-01-28Support running WASI (WebAssembly) files using `bun run` (#1929)Gravatar Jarred Sumner 1-2/+18
* another micro bench * Support running WASI --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-01-24Add `npm install -g bun` to READMEGravatar Ashcon Partovi 1-0/+6
2023-01-24Update README.mdGravatar Jarred Sumner 1-7/+9
2023-01-17Add `Bun.dns` to the READMEGravatar Ashcon Partovi 1-0/+42
2023-01-16Publish bun-types@canary (#1767)Gravatar Colin McDonnell 1-1/+1
* Publish bun-types@canary * Get version from bun cli * Get version from bun cli * Fixes * Fixes * Fixes * Finalize * Update names * Add token * Remove dryrun * Switch setup-bun * Test noncanary publish * Fix path for GPR * Use latest * Remove testing code * Remove dry run * Fix paths * Update bun-types links * Verbose logging * Ignore lockfile * Run install in root * Remove debug code * Remove debug code Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu>
2023-01-08We don't statically link iconvGravatar Jarred Sumner 1-1/+0
2023-01-08cleanupGravatar Jarred Sumner 1-1/+2
2023-01-03Update README.mdGravatar Jarred Sumner 1-2/+2
2023-01-02More instructionsGravatar Jarred Sumner 1-0/+54
2023-01-02Update macOS instructionsGravatar Jarred Sumner 1-50/+21
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 1-8/+8
* @min and @max * builtins and some trivial ones * Most of them * more * more! * More Progress * wip * Update tagged_pointer.zig * Update http_client_async.zig * Most of the iterable dir changes * alright * Remove usages of deprecated formatters * :camera: * fmt * Update shimmer.zig * wip * wip * wip * progress * more * Latest * stuck on error * latest * workaround stage2 * wip * Update string_immutable.zig * wip * Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings * Fix build errors * Fixup most of the test failures * Fix `make headers` * Fix "outside package path" error * Fixup aligned alloc * Add missing file * linux * More linux fixes * use latest peechy * Fix transpiler test failure * Forgot about these * Fixup test failure * Update node-timers.test.ts * [node:htt] Fix `undefined is not an object` error Fixes https://github.com/oven-sh/bun/issues/1618 * Update http.exports.js * Make this test less flaky * fix hashes * Fix hex formatting and zls issues * Download zig version * Update Dockerfile * Update Dockerfile * Update uws * Update Dockerfile * Set llvm version * Update README.md * Update uws * Update Dockerfile * Update io_linux.zig * Update bun.zig * Log output * workaround strange @cInclude error * Make ffi tests better * Don't use cImport * Update c.zig * Update c-bindings.cpp * call setOutputDir * Update Dockerfile * Use a longer name * latest * Update serve.test.ts Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Veikka Tuominen <git@vexu.eu>
2022-12-21Add section about `--bun`Gravatar Jarred Sumner 1-0/+14
2022-12-17docs(README.md): specify bun-types new path (#1622)Gravatar Hossein Pourdavar 1-2/+2
2022-12-05Update README.mdGravatar Jarred Sumner 1-14/+23
2022-12-04Update README.mdGravatar Jarred Sumner 1-6/+33
2022-12-04[Bun.serve] Implement `Content-Range` support with `Bun.file()`Gravatar Jarred Sumner 1-0/+16
2022-12-03typo in readme (#1576)Gravatar Reed Jones 1-2/+2
Succesfully => Successfully
2022-12-01Incorrect readmeGravatar Jarred Sumner 1-1/+1
2022-11-28Update README.mdGravatar Jarred Sumner 1-1/+26
2022-11-28Update README.mdGravatar Jarred Sumner 1-5/+5
2022-11-28Add small section about profiling bunGravatar Jarred Sumner 1-0/+171
2022-11-26prettier?Gravatar Jarred Sumner 1-336/+339
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 1-318/+316
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
2022-11-06BumpGravatar Jarred Sumner 1-0/+2
2022-11-06Automatically install npm packages when running a script in Bun's runtime ↵Gravatar Jarred Sumner 1-0/+241
(#1459) * Update bundler.zig * WIP * Update README.md * Update README.md * wip * Support running scripts without package.json * Add `--no-auto-install` and `--prefer-offline` flags * WIP * wip * Update headers-handwritten.h * WIP * Build fixes * Fix UAF * Update install.zig * Must call .allocate() * Micro-optimization: only call .timestamp() once per tick when installing packages * Support progress bar * Extend the timestamp for package staleness checks to 1 day * Add `--prefer-latest`, `-i` CLI Flags * Fix crash * Support line text manually being set on an Error instance * Add a few more fields for error messages * Fix bug when counting 8 character strings in string builder * Implement error handling for automatic package installs! * Fix crash * Make it say module when there's a slash * Update module_loader.zig * Ban dependency versions in import specifiers when a package.json is present * Remove unused field * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-11-02Update README.mdGravatar Jarred Sumner 1-1/+1
2022-11-02Update README.mdGravatar Jarred Sumner 1-2/+2