aboutsummaryrefslogtreecommitdiff
path: root/src/bundler (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-02-14Add temporary polyfill for async_hooksGravatar Jarred Sumner 1-14/+12
2023-01-27Fixes #1904Gravatar Jarred Sumner 1-37/+57
2023-01-13move more thingsGravatar Jarred SUmner 2-6/+6
2023-01-13Split some things into more files and use bun namespace instead of import moreGravatar Jarred SUmner 2-3/+3
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 2-18/+22
* @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-10Fix segfault in release mode when module list is emptyGravatar Jarred Sumner 1-0/+13
2022-11-29import everything from "bun" where possibleGravatar Jarred Sumner 2-6/+5
2022-11-12Fix syntax errorGravatar Jarred Sumner 1-2/+2
2022-10-09Add a console.debug for the server:port when HMR is enabledGravatar Jarred Sumner 1-2/+4
2022-10-06Automatically support hot reloading with `export default { fetch() }`Gravatar Jarred Sumner 1-31/+75
2022-09-06Return a `Buffer` object for fs.readFileGravatar Jarred Sumner 1-2/+2
2022-06-25Cleanup some of the require codeGravatar Jarred Sumner 2-3/+5
2022-06-24Add dynamic require supportGravatar Jarred Sumner 1-0/+24
2022-06-22Disable modules constently for bun in`bun bun`Gravatar Jarred Sumner 1-0/+16
2022-05-05E.String gets a RopeGravatar Jarred Sumner 1-2/+2
2022-04-18[timer] Remove timer.zig and use system_timer.zig (#149)Gravatar wangao 1-1/+0
2022-04-16Move some code around + delete dead codeGravatar Jarred Sumner 1-0/+1885
2022-03-26Fix the entry point for Bun.serveGravatar Jarred Sumner 1-1/+1
2022-03-25[bun.js] configuration and error handling for HTTP serverGravatar Jarred Sumner 1-2/+10
2022-03-21[bun.js] 1/? Implement `Response.file`Gravatar Jarred Sumner 1-1/+2
2022-03-20the events, they loopGravatar Jarred Sumner 1-1/+3
2022-03-08rename _global -> bunGravatar Jarred Sumner 1-9/+9
2022-02-27WASMGravatar Jarred Sumner 1-6/+6
2022-02-18Use an `enum` for `Ref` instead of a buggy packed structGravatar Jarred Sumner 1-1/+0
Fixes a printing bug with `Symbol`
2022-01-05move some code aroundGravatar Jarred Sumner 1-0/+278