Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-24 | Update Makefile | 1 | -1/+0 | ||
2022-02-24 | Update WebKit | 1 | -0/+0 | ||
2022-02-24 | Update generated versions | 1 | -2/+2 | ||
2022-02-24 | Update Makefile | 1 | -1/+3 | ||
2022-02-24 | misc | 2 | -4/+4 | ||
2022-02-24 | [bun dev] Don't log errors twice | 1 | -1/+0 | ||
2022-02-24 | Add a simple HMR test | 1 | -2/+40 | ||
2022-02-24 | Make alignment more consitent | 3 | -4/+56 | ||
2022-02-24 | [bun dev] Fix bug with not transpiling files at the root | 2 | -21/+47 | ||
2022-02-24 | slightly clean up react example | 5 | -55/+2 | ||
2022-02-24 | [bun-framework-next] Support Next.js 12.1 | 6 | -25/+46 | ||
2022-02-24 | [bun.js] Implement `process.exit` (no callbacks yet) | 2 | -0/+29 | ||
2022-02-24 | [bun install] Print correct bin name | 1 | -1/+1 | ||
2022-02-24 | [bun install] Add integration test for bin links | 1 | -1/+7 | ||
2022-02-24 | Add WASM modules but disable it for now | 28 | -134/+530 | ||
2022-02-24 | bump build id | 1 | -1/+1 | ||
2022-02-24 | fix test failure in path.resolve | 1 | -2/+6 | ||
2022-02-24 | Ensure we run the process test | 2 | -48/+54 | ||
2022-02-24 | Update javascript.zig | 1 | -1/+110 | ||
2022-02-24 | [bun.js] Add `ShadowRealm` | 7 | -18/+70 | ||
2022-02-24 | [bun-framework-next] Remove TextEncoder & TextDecoder polyfills | 3 | -340/+19 | ||
2022-02-24 | Use a JSFinalobject for Path | 2 | -81/+42 | ||
2022-02-24 | Expose TextEncoder & TextDecoder globally | 3 | -20/+750 | ||
2022-02-24 | [Web Platform] Implement TextEncoder & TextDecoder | 12 | -358/+1044 | ||
2022-02-24 | move GCDeferralContext | 2 | -18/+24 | ||
2022-02-24 | [JS Parser] ensure assertions are never run at runtime | 1 | -13/+18 | ||
2022-02-24 | misc cleanup | 2 | -7/+18 | ||
2022-02-22 | Make format consistent with WebKit | 20 | -3596/+4110 | ||
2022-02-22 | import assertion test | 1 | -0/+33 | ||
2022-02-22 | snaspshots | 42 | -94/+113 | ||
2022-02-22 | tests for text-encoder | 1 | -0/+134 | ||
2022-02-22 | Fix assertion in JSPrinter | 1 | -1/+1 | ||
2022-02-22 | Use clang-format from webkit so it's consistent | 1 | -20/+103 | ||
2022-02-21 | Move lockfile into separate file | 2 | -2795/+2878 | ||
2022-02-21 | Wrap some usages of `assert` in a conditional | 11 | -31/+36 | ||
See https://github.com/ziglang/zig/issues/10942 | |||||
2022-02-21 | Bump webkit in base image | 1 | -1/+1 | ||
2022-02-21 | Update javascript.zig | 1 | -0/+73 | ||
2022-02-21 | upgrade to latest JSC | 3 | -2/+2 | ||
2022-02-21 | upgrade JSC | 12 | -87/+96 | ||
2022-02-20 | [bun dev] Implement copy as markdown | 4 | -124/+1214 | ||
2022-02-20 | add version to Framework struct | 2 | -0/+11 | ||
2022-02-20 | [JSON] Implement a way to convert any Zig type to a JSON object | 1 | -0/+153 | ||
2022-02-20 | Update mime_type.zig | 1 | -0/+4 | ||
2022-02-20 | [bun dev] Implement `/bun:info` endpoint | 1 | -0/+51 | ||
This returns metadata for bun | |||||
2022-02-20 | [bun dev] Implement open in editor for transpiled files | 3 | -40/+117 | ||
2022-02-18 | Mention behavior | 2 | -0/+3 | ||
2022-02-18 | Add a way to specify an editor in bunfig.toml | 1 | -1/+13 | ||
2022-02-18 | Update base.zig | 1 | -14/+194 | ||
2022-02-18 | [bun dev] Errors with file names can be opened in editor now | 6 | -17/+594 | ||
2022-02-18 | Update javascript.zig | 1 | -0/+1 | ||