Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-09 | Expose bindings for `Map` | 5 | -5/+112 | ||
2023-05-09 | Add `name` property | 5 | -2/+130 | ||
2023-05-09 | Fix extra semicolon | 2 | -15/+1 | ||
2023-05-09 | Fix `make headers` (May 9th 2023 edition) | 1 | -0/+8 | ||
2023-05-09 | RSC | 1 | -0/+1 | ||
2023-05-09 | code splitting option | 1 | -0/+1 | ||
2023-05-09 | resolve rope string before returning (#2838) | 1 | -1/+1 | ||
2023-05-09 | space before label (#2837) | 1 | -1/+5 | ||
2023-05-09 | add `WebAssemblyInstance` and `WebAssemblyGCObject` js types (#2835) | 2 | -2/+8 | ||
* add `WebAssemblyInstance` and `WebAssemblyGCObject` * update c api | |||||
2023-05-09 | Re-run builtins generator | 1 | -2/+6 | ||
2023-05-09 | Add a comment | 1 | -0/+2 | ||
2023-05-09 | Fix a memory leak in module resolution | 1 | -6/+4 | ||
2023-05-09 | `bun build --transform` should not run the module resolver | 2 | -21/+31 | ||
2023-05-09 | Fix regression with `bun test` not recursively scanning the directory tree | 6 | -10/+36 | ||
2023-05-09 | fix tracy i think | 2 | -4/+5 | ||
2023-05-09 | don't replace with there isn't a star (#2825) | 1 | -5/+9 | ||
2023-05-09 | fix #2820 (#2832) | 2 | -18/+22 | ||
2023-05-08 | Fixes #2807 | 2 | -0/+26 | ||
we will look at the minify tests for uglifyjs too | |||||
2023-05-08 | add the class name to the current scope | 1 | -0/+5 | ||
2023-05-08 | Fix bug with float minification | 1 | -5/+3 | ||
2023-05-08 | Fix incorrect fd usage | 1 | -1/+3 | ||
2023-05-08 | Add a couple helpers | 1 | -1/+12 | ||
2023-05-08 | Fix memory issues with `loader` and `define` in JSBundler | 2 | -42/+63 | ||
2023-05-08 | Make the enum serializer more flexible | 2 | -4/+19 | ||
2023-05-08 | :scissors: dead code | 1 | -13/+0 | ||
2023-05-08 | implement build api `define` and `loaders` (#2805) | 26 | -732/+1862 | ||
* 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-08 | Add some comments | 2 | -0/+13 | ||
2023-05-08 | :scissors: some dead code | 2 | -51/+0 | ||
2023-05-08 | Fix bug in Bun.build() where it wouldn't pick up changes to directories on ↵ | 15 | -110/+369 | ||
rebuilds (#2824) Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-08 | added some improvements on server (#2803) | 6 | -144/+266 | ||
* added some improvements on server * undo unintended change * clean data handler before end calls * refactor * make ctx.resp nullable --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-05-08 | Don't leak file handles | 1 | -4/+9 | ||
2023-05-08 | [fs] Add an extra byte to files we read | 1 | -1/+5 | ||
2023-05-08 | [fs] More logging | 2 | -0/+8 | ||
2023-05-08 | [bundler] Make module resolution single-threaded | 1 | -233/+257 | ||
2023-05-07 | Possibly fix the linux perf issue | 2 | -0/+32 | ||
2023-05-07 | Reduce over-allocation | 2 | -4/+4 | ||
2023-05-07 | Reduce the size of the JS AST to attempt to resolve the linux performance issue | 4 | -75/+272 | ||
2023-05-07 | Add tracy (#2817) | 8 | -46/+731 | ||
* Add tracy * RTLD * Linux needs LD_PRELOAD * More tracing * Inline this --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-05-07 | experiment to try to fix linux bundler perf regression | 1 | -1/+3 | ||
2023-05-07 | Use dwarf v4 | 1 | -1/+1 | ||
2023-05-07 | Add alignment feature flag | 3 | -0/+10 | ||
2023-05-06 | Add latin1 identifier fast path | 1 | -8/+73 | ||
2023-05-06 | Fix overflow | 1 | -1/+1 | ||
2023-05-06 | :nail_care: | 1 | -8/+4 | ||
2023-05-06 | Fixes #2811 | 1 | -2/+2 | ||
2023-05-06 | [minifier] Rewrite equality check logic | 3 | -27/+129 | ||
2023-05-06 | Fix several transpiler tests | 2 | -70/+132 | ||
2023-05-06 | Fixes https://github.com/oven-sh/bun/issues/2810 | 2 | -2/+12 | ||
2023-05-06 | Cleanup some of the log-related code | 1 | -15/+28 | ||
2023-05-06 | [Bun.build] Add error when an `onResolve` plugin returns a `namespace` which ↵ | 2 | -7/+21 | ||
has no loader |