Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-02-27 | [TS Parser] Implement `constructor(private foo)` | 2 | -1/+91 | |
2022-02-27 | Update README.md | 1 | -17/+16 | |
2022-02-27 | Update README.md | 1 | -17/+17 | |
2022-02-27 | Update README.md | 1 | -3/+0 | |
2022-02-27 | [JS Parser] Improve test coverage | 1 | -9/+408 | |
2022-02-27 | typegenerator | 5 | -89/+139 | |
2022-02-27 | Update jsc.zig | 1 | -0/+3 | |
2022-02-27 | [JS Printer] Fix edgecase with optional chaining, class static block initial... | 1 | -56/+86 | |
2022-02-27 | [JS Parser] AST changes for class static block & private identifiers | 1 | -5/+27 | |
2022-02-27 | [JS Parser] Fix bug with unicode identifiers | 2 | -31/+142 | |
2022-02-27 | [JS Parser] #privateIdentifiers | 1 | -105/+279 | |
2022-02-27 | [JS Parser] Class Static Initialization Blocks | 1 | -0/+62 | |
2022-02-27 | [TS Parser] Support `export {type Foo}` | 6 | -26/+114 | |
2022-02-25 | be more careful | 3 | -6/+11 | |
2022-02-25 | Update cli.zigbun-v0.0.71 | 1 | -2/+2 | |
2022-02-25 | bump target nextjs version | 1 | -1/+1 | |
2022-02-25 | [bun pm] add help menu | 1 | -4/+22 | |
2022-02-25 | Fix alignment bug with `bun --help` | 1 | -1/+1 | |
2022-02-25 | hopefully no more unnecessary git status | 6 | -1/+1 | |
2022-02-25 | Update bun-install-lockfile-status.sh | 1 | -9/+2 | |
2022-02-25 | [bun install] Add metadata hash | 9 | -19/+277 | |
2022-02-25 | Update README.md (#119) | 1 | -1/+0 | |
2022-02-24 | [bun install] Skip saving the lockfile if there are no changes | 3 | -12/+97 | |
2022-02-24 | Update Makefile | 1 | -1/+1 | |
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 |