Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-04-16 | Rename `E.Require` -> `E.RequireString` and `E.RequireOrRequireResolve` -> `E... | 1 | -37/+43 | |
2023-04-15 | Delete some legacy bundling code | 1 | -88/+3 | |
2023-04-15 | more work on bundler tests (#2667) | 18 | -215/+826 | |
2023-04-15 | Add .txt loader docs | 1 | -13/+22 | |
2023-04-15 | toBeFalsy expect counter and test scope check (#2661) | 1 | -1/+7 | |
2023-04-15 | Handle more cases in length | 2 | -0/+19 | |
2023-04-15 | Mostly implement cross-module constant inlining, but disable it | 7 | -70/+172 | |
2023-04-15 | Implement template string folding | 2 | -8/+146 | |
2023-04-15 | Fix failing to log error with `--transform` | 1 | -2/+11 | |
2023-04-15 | Add error for assigning to a constant | 1 | -7/+29 | |
2023-04-15 | Add unset function | 1 | -0/+7 | |
2023-04-14 | Update bun.zig | 1 | -1/+1 | |
2023-04-14 | Implement `--transform` CLI flag | 6 | -108/+63 | |
2023-04-14 | Include the error return trace | 1 | -12/+30 | |
2023-04-14 | Fix string concat | 1 | -1/+5 | |
2023-04-14 | +6 more passing tests | 1 | -3/+6 | |
2023-04-14 | Support importing `.txt` files as strings (#2660) | 8 | -1/+70 | |
2023-04-14 | Fix bug with mjs | 2 | -2/+5 | |
2023-04-14 | [nit] minor typo in tcp.md (#2657) | 1 | -1/+1 | |
2023-04-14 | Upgrade Zig (#2656) | 13 | -28/+30 | |
2023-04-14 | Implement `@bun` annotation | 8 | -28/+65 | |
2023-04-14 | Update bun.zig | 1 | -0/+12 | |
2023-04-14 | fixup pragma parsing | 4 | -31/+186 | |
2023-04-14 | Support `@jsx`, `@jsxRuntime`, `@jsxImportSource`, and `@jsxFragment` pragmas... | 7 | -72/+367 | |
2023-04-13 | use a lazyily initialized stream for `node:crypto` `createHash` (#2652) | 13 | -14032/+265 | |
2023-04-13 | Remove Bun.dns docs | 2 | -8/+8 | |
2023-04-13 | Docs restructuring (#2638) | 38 | -926/+1745 | |
2023-04-13 | Update default.test.ts | 1 | -2/+5 | |
2023-04-13 | Fix default/ReExportDefaultExternalES6 | 2 | -9/+13 | |
2023-04-13 | fix ambiguous import (#2654) | 1 | -12/+26 | |
2023-04-13 | Fix default/ReExportCommonJSAsES6 | 1 | -0/+7 | |
2023-04-13 | Only set `is_web_browser_navigation` in debug mode server | 1 | -8/+16 | |
2023-04-13 | Update import-meta.test.js | 1 | -1/+1 | |
2023-04-13 | fix node-net-test hang (#2649) | 1 | -29/+27 | |
2023-04-13 | fix(server) fixes UAF of uWS headers (#2648) | 1 | -53/+35 | |
2023-04-13 | Fixes #2645 | 1 | -3/+1 | |
2023-04-13 | Update development.md (#2647) | 1 | -1/+1 | |
2023-04-13 | Upgrade WebKit (#2643) | 60 | -163/+123 | |
2023-04-13 | import file path and fix disabled browser require (#2642) | 4 | -12/+37 | |
2023-04-12 | fix expectBundled precheck (#2641) | 1 | -1/+1 | |
2023-04-12 | fix bundling many entry points (#2640) | 1 | -3/+4 | |
2023-04-12 | fix types and add more reliable tests (#2621) | 3 | -322/+373 | |
2023-04-12 | bundler tests (#2635) | 2 | -73/+310 | |
2023-04-12 | bundler bug fixes (#2637) | 16 | -438/+475 | |
2023-04-12 | fix(fs): remove readfile (#2630) | 1 | -2/+0 | |
2023-04-12 | don't increment `i` if escaped (#2639) | 2 | -5/+10 | |
2023-04-12 | could include `/private/` on macos | 1 | -1/+2 | |
2023-04-11 | finish refining bundler tests (#2623) | 11 | -829/+1568 | |
2023-04-11 | Update development.md (#2625) | 1 | -5/+5 | |
2023-04-11 | docs: remove dev container section (#2610) | 13 | -1084/+0 |