Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-30 | Updates | 1 | -3/+2 | ||
2023-05-30 | Updates | 1 | -6/+3 | ||
2023-05-30 | UpdateS | 2 | -7/+6 | ||
2023-05-30 | Typo | 1 | -1/+1 | ||
2023-05-30 | Tweak sourcemap | 1 | -1/+3 | ||
2023-05-30 | Updates | 1 | -16/+13 | ||
2023-05-30 | Updates | 1 | -1/+1 | ||
2023-05-30 | Update bun app examples | 1 | -68/+88 | ||
2023-05-30 | Import loader | 1 | -6/+26 | ||
2023-05-30 | Routing-first app | 1 | -26/+36 | ||
2023-05-30 | Updates | 5 | -30/+70 | ||
2023-05-30 | Updates | 5 | -145/+120 | ||
2023-05-30 | Updates | 4 | -265/+284 | ||
2023-05-30 | engine -> app | 2 | -7/+7 | ||
2023-05-30 | Update static API | 1 | -6/+6 | ||
2023-05-30 | Bun.Engine idea | 2 | -6/+148 | ||
2023-05-30 | Add multistage build proposal | 3 | -14/+94 | ||
2023-05-30 | Update RFC | 1 | -12/+51 | ||
2023-05-30 | Updates | 1 | -88/+48 | ||
2023-05-30 | WIP | 1 | -19/+34 | ||
2023-05-30 | First pass at bundler API | 2 | -2/+238 | ||
2023-05-30 | Update modules.md | 1 | -1/+1 | ||
2023-05-30 | Fix wasi | 1 | -4/+2 | ||
2023-05-30 | Update ZigGeneratedClasses.h | 1 | -60/+0 | ||
2023-05-30 | Add another comment | 1 | -9/+25 | ||
2023-05-30 | [CommonJS] Handle `this` better | 1 | -5/+19 | ||
2023-05-30 | Fixes #3115 | 2 | -30/+33 | ||
2023-05-30 | More comments | 1 | -0/+8 | ||
2023-05-30 | Add a comment | 1 | -0/+4 | ||
2023-05-30 | Handle `Object.defineProperty(module, "exports", {get: getter})` | 1 | -1/+24 | ||
2023-05-30 | Bump | 1 | -1/+1 | ||
2023-05-29 | Cleanup CommonJS changes (#3112)bun-v0.6.5 | 9 | -50/+248 | ||
* Add more GC in test * Fix handling of functions and re-assignments in CommonJS * Increase timeout --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-29 | Rename this file so we know what it is | 1 | -0/+0 | ||
2023-05-29 | Update index.md | 1 | -1/+1 | ||
2023-05-29 | Update modules.md | 1 | -0/+87 | ||
2023-05-29 | More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵ | 33 | -353/+2496 | ||
`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-29 | Natively support CommonJS at runtime (#3104) | 17 | -499/+997 | ||
* Natively support CommonJS at runtime * cleanup how getters are handled, add fast path * more consistent with node * use * As * Remove thrown modules on exception * Handle exception better --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-28 | Convert `module.exports = { foo: 'bar'}` to ESM in `bun build` (#3103) | 1 | -1/+164 | ||
* Convert `module.exports = { foo: 'bar'}` to ESM in `bun build` * De-opt for `module.exports = {}` --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-28 | Add query string to express integration test | 1 | -1/+5 | ||
2023-05-28 | [node:net] fix createConnection options passing (#3101) | 5 | -30/+41 | ||
* fixup createConnection * fix comment * fixup comment * also fix it on tls | |||||
2023-05-27 | Fixes #2356 (#3098) | 3 | -36/+66 | ||
2023-05-27 | Implement process.env.npm_lifecycle_event (#3097) | 4 | -43/+80 | ||
* Update run_command.zig * Update env.test.ts * Add files via upload * Update run-process-env.test.ts * Update env.test.ts * Update harness.ts | |||||
2023-05-27 | Fixes #3091 (#3092) | 3 | -3/+6 | ||
* Fixes #3091 * Update build-id --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-26 | Fix crash in `Server.prototype.fetch()` helper functionbun-v0.6.4 | 2 | -4/+9 | ||
cc @cirospaciari, if you use `mimalloc-debug` it catches things like this | |||||
2023-05-26 | Add more debug safety checks | 1 | -0/+18 | ||
2023-05-26 | Implement `expect().toBeEmpty()` (#3060) | 7 | -9/+261 | ||
* Implement `expect().toBeEmpty()` * Fix formatting on test * Finish up expect().toBeEmpty() * Update expect.test.ts --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-26 | fixup | 1 | -1/+1 | ||
2023-05-26 | Pretty formatter for `Headers` & `URLSearchParams` (#3081) | 14 | -62/+279 | ||
* Pretty formatter for `Headers` & `URLSearchParams` * cleanup * console.log on Headers, FormData, URLSearchParams will always quote the keys now --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-26 | [fetch] change response allocator (#3086) | 1 | -1/+1 | ||
* change allocator * cleanup | |||||
2023-05-26 | Fix crash in test.todo + remove JSC C API usages in bun:test (#3079) | 28 | -364/+645 | ||
* Fix crash in test.todo * remove usages of JSC C API in bun:test * Remove additional JSC-C API usages * fix `make headers` * URLSearchParams.length * FormData length * URLSearchParams length * Fix `make headers` * very fancy length * Fix bug with exceptions being ignored sometimes * Add tests for extension toHaveLength --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> |