Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-02-03 | Fix test failures in path.join | 1 | -8/+115 | |
2022-02-03 | Update mimalloc_arena.zig | 1 | -0/+9 | |
2022-02-03 | [bun test] Support multiple files | 1 | -2/+12 | |
2022-02-03 | Update js_ast.zig | 1 | -0/+1 | |
2022-02-03 | Support loading multiple entry points by changing what `bun:main` points to | 6 | -4/+36 | |
2022-02-03 | [bun install] Configurable max http retry count | 1 | -0/+7 | |
2022-02-03 | Missing newline in errors in bun install | 1 | -4/+8 | |
2022-02-03 | Fix bug with http client | 6 | -107/+101 | |
2022-02-03 | Move detectFastRefresh to later so HTTP request handler starts faster | 1 | -2/+1 | |
2022-02-03 | Fix bug with macro remaps in Bun.Transpiler api | 2 | -5/+8 | |
2022-02-03 | Slight improvement to non-ascii file path handling | 4 | -18/+79 | |
2022-02-02 | `path.relative` passes Node's tests (which also fixed bugs) | 8 | -283/+571 |