Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-13 | [bun install] Resolve nested `folder:` dependencies and tweak lockfile ↵ | 1 | -51/+59 | ||
format for better determinism | |||||
2022-01-03 | [bun install] Significant perf improvement to installing new packages and ↵ | 1 | -0/+4 | ||
fixes 'bun install --production'. Closes #97 | |||||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -3/+3 | ||
* Prepare to upgrade zig * zig fmt * AllocGate * Update data_url.zig * wip * few files * just headers now? * I think everything works? * Update mimalloc * Update hash_map.zig * Perf improvements to compensate for Allocgate * Bump * :camera: * Update bun.lockb * Less branching * [js parser] Slightly reduce memory usage * Update js_parser.zig * WIP remove unused * [JS parser] WIP support for `with` keyword * Remove more dead code * Fix all the build errors! * cleanup * Move `network_thread` up * Bump peechy * Update README.md | |||||
2021-12-20 | Update dependency.zigbun-v0.0.56 | 1 | -1/+1 | ||
2021-12-20 | [bun install] Strip leading v in versions | 1 | -0/+22 | ||
2021-12-19 | Fix error and fix ../ | 1 | -2/+2 | ||
2021-12-19 | Relative paths outside project | 1 | -1/+6 | ||
2021-12-19 | [bun install] Support `file:` protocol for installing folders as packages | 1 | -9/+21 | ||
2021-12-19 | [bun install] More git protocols are valid | 1 | -3/+12 | ||
2021-12-16 | [bun install] Support linking binaries & native binaries | 1 | -1/+1 | ||
2021-12-16 | [bun install] Fix `bun add` so it writes the resolved version to package.json | 1 | -1/+1 | ||
2021-12-16 | [bun install] Support dependencies prefixed with "npm:" | 1 | -10/+22 | ||
2021-12-16 | Track peer dependencies but don't install them | 1 | -2/+8 | ||
2021-12-16 | [bun install] move around some code | 1 | -0/+599 | ||