aboutsummaryrefslogtreecommitdiff
path: root/src/node_module_bundle.zig (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 1-2/+3
* @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-04[internal] Make string comparisons fasterGravatar Jarred Sumner 1-1/+1
2022-11-29import everything from "bun" where possibleGravatar Jarred Sumner 1-1/+1
2022-11-23possibly more reliable Bun.spawn (#1547)Gravatar Jarred Sumner 1-1/+1
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2022-03-08rename _global -> bunGravatar Jarred Sumner 1-12/+12
2022-02-18[bun dev] Fix bug with importing `node:` namespaceGravatar Jarred Sumner 1-0/+58
2022-01-29Embed React Fast Refresh in BunGravatar Jarred Sumner 1-2/+2
Fixes https://github.com/Jarred-Sumner/bun/issues/62 If the project has it's own copy of react fast refresh and is bundling, it will use that instead.
2021-12-30Upgrade to latest Zig, remove dependency on patched version of Zig (#96)Gravatar Jarred Sumner 1-45/+26
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md
2021-08-31Fallback, fragments, printer compat, better errorsGravatar Jarred Sumner 1-0/+1
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb
2021-08-29latestGravatar Jarred Sumner 1-1/+1
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3
2021-08-18etcGravatar Jarred Sumner 1-0/+1
Former-commit-id: 67546a63021c0b5b58841a03115fa699ae3e441f
2021-08-17alright thats the renameGravatar Jarred Sumner 1-1/+1
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753
2021-08-15rename to bunGravatar Jarred Sumner 1-1/+1
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439
2021-08-04Fix node_modules.jsb loading in JSCGravatar Jarred Sumner 1-1/+1
Former-commit-id: 43366ce3634ca35629e1f8234df86206f6411910
2021-08-04Fix potential crash when printing summary of node_modules.jsb without any ↵Gravatar Jarred Sumner 1-1/+1
packages in it Former-commit-id: 928957dffcb907f188f097b13f90901f74caab86
2021-08-04Fix incorrect module chosenGravatar Jarred Sumner 1-3/+3
Former-commit-id: 2cb2628ff3be77ca42db8e40fe94dd6e42891533
2021-07-30little bit of errors, little bit of bytecode caching. neither finishedGravatar Jarred Sumner 1-3/+33
Former-commit-id: c774c395136d58330aa7cad7e9fa434bcef7d5c6
2021-06-29alright now it crashesGravatar Jarred Sumner 1-7/+20
Former-commit-id: 26745bb5f300481fc242c8e81de6f252f698c863
2021-06-27starting to workGravatar Jarred Sumner 1-3/+14
Former-commit-id: ae113559c6dd1e1e77b69ee5edee93fe59b4be2e
2021-06-20Support live-reload and fallbackGravatar Jarred Sumner 1-0/+5
Former-commit-id: c3f9d77391589b65951616a632af87107fba469f
2021-06-11alright basic stuff works now. still bugs with JS parserGravatar Jarred Sumner 1-0/+4
Former-commit-id: a1dd2a2a32819c23541eed2acfd585e5fd6e5688
2021-06-09lotsGravatar Jarred Sumner 1-6/+209
Former-commit-id: 7346cdaa5a32ade26821ed97ef07f7c9ae87c0c2
2021-06-08Generate summaryGravatar Jarred Sumner 1-14/+122
Former-commit-id: cdb9af36c1b92ee7caaf663afd6b90bcf7043d9c
2021-06-06WIP node module bundlesGravatar Jarred Sumner 1-0/+69
Former-commit-id: 797b2ff557542e9d318c953b840b102695711888