Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-16 | [bun install] Lockfile saves. Starting to implement diffing | 2 | -333/+945 | ||
2021-12-16 | [bun install] Generate a lockfile | 2 | -441/+684 | ||
2021-12-16 | [bun install] Most of the Lockfile format (not done yet) | 2 | -557/+1120 | ||
2021-12-16 | Start to restructure code | 1 | -50/+294 | ||
2021-12-16 | Resolve peer dependencies & optional dependencies too | 1 | -101/+118 | ||
2021-12-16 | save and load manifest | 2 | -210/+493 | ||
2021-12-16 | Channel seems faster or maybe the same? | 1 | -160/+107 | ||
2021-12-16 | [npm install] starting to look good! | 3 | -233/+590 | ||
2021-12-16 | WIP | 1 | -1/+22 | ||
2021-12-16 | Replace S2N with BoringSSL (wip) | 1 | -2/+0 | ||
2021-12-16 | [bun install] Resolve more packages | 1 | -22/+38 | ||
2021-12-16 | [bun install] Track build/pre tags with a bitset | 1 | -2/+25 | ||
2021-12-16 | wip | 2 | -135/+289 | ||
2021-12-16 | [bun install] Support `dist-tags` | 1 | -17/+55 | ||
2021-12-16 | WIP | 1 | -5/+23 | ||
2021-12-16 | [bun install] some things install | 1 | -179/+309 | ||
2021-12-16 | [bun install] WIP | 1 | -3/+26 | ||
2021-12-16 | [bun install] WIP | 1 | -31/+264 | ||
2021-12-16 | [bun install] WIP | 1 | -151/+561 | ||
2021-12-16 | [bun install] WIP | 2 | -197/+991 | ||
2021-12-16 | [bun install] implement serialization/deserialization of package versions in ↵ | 2 | -35/+374 | ||
an efficient binary format This is most of the code but does not compile yet | |||||
2021-12-16 | [bun install] Make Semver serializable | 2 | -83/+162 | ||
2021-12-16 | wip | 2 | -14/+437 | ||
2021-12-16 | wip | 1 | -0/+62 | ||
2021-12-16 | [bun install] support hyphen ranges in node-semver | 1 | -2/+96 | ||
2021-12-16 | [bun install] node-semver works excluding hyphen ranges | 1 | -102/+338 | ||
2021-12-16 | [bun install] Add tests for parsing Semver versions | 1 | -91/+266 | ||
2021-12-16 | [bun install] node-semver implementation (doesn't run yet) | 1 | -29/+398 | ||
2021-12-16 | [bun install] Begin to port my golang node-semver to Zig | 2 | -0/+423 | ||