Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-02 | Be a little smarter about sleeping the netwrok thread | 1 | -0/+10 | ||
2022-01-02 | [bun install] Fix bug that caused lockfile to appear as dirty in git when ↵ | 1 | -0/+4 | ||
there were no real changes | |||||
2022-01-02 | copy: replace Bun with bun (#99) | 1 | -4/+4 | ||
Most CLI tools have the style convention of referring to themselves in lowercase. It is, after all, the name that users type in when using the tool. This PR maintains that convention in bun. "Drop the uppercase B, it's cleaner" | |||||
2022-01-02 | [bun install] Fix `RenameAcrossMountPoints` error | 1 | -38/+136 | ||
2022-01-01 | [bun install] FIx crash when removing only dependency in package.json | 1 | -15/+39 | ||
2021-12-30 | [internal] Move network_thread into http package | 1 | -1/+2 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -150/+69 | ||
* 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-29 | FIx bug in http client | 1 | -0/+26 | ||
2021-12-28 | [bun install] Fix error message for `no compatible binaries` | 1 | -1/+1 | ||
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | 1 | -1/+1 | ||
* Remove some dead code * :skull: code * Fix the zig tests * [JS Printer] Print integers faster & less scientific notation on decimals * :skull: dead code * skip * Run all the unit tests | |||||
2021-12-26 | Fix bug with `bun add @scoped/package` | 1 | -75/+113 | ||
2021-12-23 | Don't print out bytes in error | 1 | -1/+1 | ||
2021-12-21 | Don't print bytes in error messages | 1 | -1/+3 | ||
2021-12-19 | Move folder_resolver to a separate file | 1 | -103/+1 | ||
2021-12-19 | Fix error and fix ../ | 1 | -3/+4 | ||
2021-12-19 | Relative paths outside project | 1 | -2/+3 | ||
2021-12-19 | [bun install] Support `file:` protocol for installing folders as packages | 1 | -33/+208 | ||
2021-12-18 | Update install.zig | 1 | -2/+6 | ||
2021-12-18 | Show help text when no options | 1 | -8/+63 | ||
2021-12-18 | cleanup | 1 | -16/+16 | ||
2021-12-18 | [bun install] Ignore peer dependencies for root packages | 1 | -0/+4 | ||
2021-12-18 | :nail_care: | 1 | -1/+1 | ||
2021-12-18 | Delete synchronous HTTP client! | 1 | -2/+2 | ||
2021-12-18 | Use new http in `bun upgrade` | 1 | -5/+0 | ||
2021-12-18 | Not using hop! | 1 | -155/+86 | ||
2021-12-17 | packaging | 1 | -4/+4 | ||
2021-12-16 | wip | 1 | -2/+5 | ||
2021-12-16 | Add some timestamps | 1 | -71/+168 | ||
2021-12-16 | Update install.zig | 1 | -1/+1 | ||
2021-12-16 | Print specifically installed packages | 1 | -14/+48 | ||
2021-12-16 | [bun install] Support linking binaries & native binaries | 1 | -4/+232 | ||
2021-12-16 | [bun install] Fix `bun add` so it writes the resolved version to package.json | 1 | -223/+412 | ||
2021-12-16 | [bun install] Add `clonefile_each_dir` and `hardlink` backend for copying files | 1 | -83/+279 | ||
2021-12-16 | [bun install] Hoisting works! | 1 | -163/+480 | ||
2021-12-16 | wip slow hoister | 1 | -7/+9 | ||
2021-12-16 | [bun install] Allow skipping peer, optional, and dev dependency installs. ↵ | 1 | -68/+174 | ||
Hoisting | |||||
2021-12-16 | [bun install] optionalDependencies override dependencies if both specified | 1 | -26/+78 | ||
2021-12-16 | Track peer dependencies but don't install them | 1 | -64/+212 | ||
2021-12-16 | [bun install] Fix case when lockfile exists | 1 | -478/+397 | ||
2021-12-16 | Slightly better progress bar | 1 | -119/+279 | ||
2021-12-16 | `bun add` and `bun remove` sorta works now. but not fast enough! | 1 | -56/+88 | ||
2021-12-16 | [bun install] Most of `bun add`, `bun remove` | 1 | -18/+702 | ||
2021-12-16 | Add some progress feedback | 1 | -30/+80 | ||
2021-12-16 | CLI flags | 1 | -85/+441 | ||
2021-12-16 | [bun install] Start add/remove command | 1 | -41/+48 | ||
2021-12-16 | [bun install] move around some code | 1 | -2574/+89 | ||
2021-12-16 | Update install.zig | 1 | -2/+9 | ||
2021-12-16 | [bun install] Deduplicate packages by default | 1 | -228/+576 | ||
2021-12-16 | [bun install] Install top-level node_modules | 1 | -59/+93 | ||
2021-12-16 | [bun install] Deterministic lockfile and simple installs | 1 | -465/+987 | ||