Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-05-02 | Small refactor | 1 | -22/+21 | |
2023-05-02 | Visit the runtime | 1 | -0/+4 | |
2023-05-02 | Add helper fn | 2 | -4/+10 | |
2023-05-02 | Fix checking for dynamic exports (#2792) | 1 | -4/+5 | |
2023-05-02 | alignment | 2 | -4/+11 | |
2023-05-02 | Add `__ulock_wait2` polyfill | 1 | -0/+24 | |
2023-05-02 | fix spacing | 1 | -8/+8 | |
2023-05-02 | Use pretty | 1 | -1/+1 | |
2023-05-01 | Fix a couple spltiting bugs | 2 | -22/+64 | |
2023-05-01 | Compress `let f; f=123` => `let f = 123;` | 1 | -0/+27 | |
2023-05-01 | Small improvement to minifier | 2 | -114/+118 | |
2023-05-01 | Fixes #2783 | 1 | -2/+3 | |
2023-05-01 | Update bundle_v2.zig | 1 | -1/+1 | |
2023-05-01 | Fix some splitting bugs | 3 | -15/+18 | |
2023-05-01 | Fix another crash | 1 | -2/+2 | |
2023-05-01 | Fix crash | 1 | -1/+4 | |
2023-04-30 | Bun Test matchers even/odd. Also, .toContains fix and truthy (#2754) | 7 | -3/+203 | |
2023-04-30 | FIx esm -> cjs require interop with converted CJS | 1 | -1/+1 | |
2023-04-30 | Fix garbled line text in some errors | 2 | -6/+23 | |
2023-04-30 | Update options.zig | 1 | -3/+3 | |
2023-04-30 | Fix missing imports in DCE tests | 1 | -5/+5 | |
2023-04-30 | Fix missing "default" export condition | 1 | -0/+2 | |
2023-04-30 | Implement source maps (#2770) | 14 | -210/+1100 | |
2023-05-01 | [install] handle `devDependencies` of local folders (#2781) | 3 | -65/+27 | |
2023-04-30 | prevent crash | 1 | -2/+2 | |
2023-04-30 | [install] handle repeated install of GitHub dependency correctly (#2780) | 1 | -3/+18 | |
2023-04-30 | add to symbols.txt | 2 | -96/+32 | |
2023-04-29 | Fix a load order issue | 2 | -7/+55 | |
2023-04-29 | Fix some runtime issues caused by bundler | 1 | -4/+9 | |
2023-04-29 | Fix garbled text in errors | 1 | -2/+2 | |
2023-04-29 | Fix plugin namespaces always being set to `"flie"` | 3 | -4/+5 | |
2023-04-29 | [Transpiler] Fix crash in scanImports when the text is empty | 1 | -0/+4 | |
2023-04-29 | Fix debug mode crash with trailing slash in import specifier | 1 | -0/+4 | |
2023-04-29 | Update bun.zig | 1 | -0/+2 | |
2023-04-29 | Clean up args parsing with `--loader` | 5 | -52/+66 | |
2023-04-29 | Export 4 missing napi symbols on macOS | 2 | -82/+86 | |
2023-04-28 | bundler tests: rest of default.test.ts and starting jsx tests (#2765) | 23 | -275/+315 | |
2023-04-28 | fix several memory issues related to plugins | 2 | -23/+27 | |
2023-04-28 | cargo cult some code from JSC | 2 | -6/+7 | |
2023-04-28 | Fix race condition | 1 | -2/+47 | |
2023-04-28 | Add a comment | 1 | -19/+54 | |
2023-04-28 | [resolver] Propagate module type from package.json `"exports"` when possible | 2 | -5/+33 | |
2023-04-28 | Fix crash with invalid input in fetch() | 1 | -2/+14 | |
2023-04-28 | Improves Body.Value life cycle and Signal life cycle on server.zig (#2752) | 9 | -219/+288 | |
2023-04-28 | Use global allocator tsconfig.json | 1 | -3/+6 | |
2023-04-28 | Bundler docs updates + support for `naming` string (#2767) | 2 | -16/+27 | |
2023-04-27 | address unicode issue (#2763) | 3 | -19/+17 | |
2023-04-27 | fix: make node:crypto Hash.copy work correctly (#2761) | 9 | -8940/+7711 | |
2023-04-27 | Add TODO note | 1 | -0/+2 | |
2023-04-27 | Implement `outdir` in `Bun.build` | 8 | -26/+362 |