Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -1/+1 | ||
2022-11-20 | [fetch] Add optimization for chunked encoding | 1 | -1/+1 | ||
2022-11-10 | [bun install] Support implicit pre tags in dependency versions | 1 | -3/+38 | ||
2022-11-06 | Automatically install npm packages when running a script in Bun's runtime ↵ | 1 | -4/+112 | ||
(#1459) * Update bundler.zig * WIP * Update README.md * Update README.md * wip * Support running scripts without package.json * Add `--no-auto-install` and `--prefer-offline` flags * WIP * wip * Update headers-handwritten.h * WIP * Build fixes * Fix UAF * Update install.zig * Must call .allocate() * Micro-optimization: only call .timestamp() once per tick when installing packages * Support progress bar * Extend the timestamp for package staleness checks to 1 day * Add `--prefer-latest`, `-i` CLI Flags * Fix crash * Support line text manually being set on an Error instance * Add a few more fields for error messages * Fix bug when counting 8 character strings in string builder * Implement error handling for automatic package installs! * Fix crash * Make it say module when there's a slash * Update module_loader.zig * Ban dependency versions in import specifiers when a package.json is present * Remove unused field * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-03-08 | rename _global -> bun | 1 | -10/+10 | ||
2022-02-24 | Add WASM modules but disable it for now | 1 | -0/+10 | ||
2022-02-12 | Tweak how strings are created | 1 | -25/+58 | ||
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | 1 | -27/+21 | ||
* 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-22 | [bun install] Fix bug with `>=` ranges (and improve test coverage) | 1 | -78/+115 | ||
2021-12-16 | [bun install] Allow skipping peer, optional, and dev dependency installs. ↵ | 1 | -1/+1 | ||
Hoisting | |||||
2021-12-16 | [bun install] order() and fmt() | 1 | -2/+66 | ||
2021-12-16 | [bun install] Improve test coverage for tilda version ranges | 1 | -0/+23 | ||
2021-12-16 | [bun install] Fix bug with ~Tilda | 1 | -1/+1 | ||
2021-12-16 | Track peer dependencies but don't install them | 1 | -17/+18 | ||
2021-12-16 | [bun install] Start add/remove command | 1 | -0/+1 | ||
2021-12-16 | Fix bug with ~tilda ranges | 1 | -1/+14 | ||
2021-12-16 | [bun install] Shrink binary format size by 2.5x | 1 | -58/+357 | ||
2021-12-16 | [bun install] Load lockfile. Generate diffs | 1 | -0/+32 | ||
2021-12-16 | [bun install] Lockfile saves. Starting to implement diffing | 1 | -1/+0 | ||
2021-12-16 | [bun install] Generate a lockfile | 1 | -1/+33 | ||
2021-12-16 | [bun install] Most of the Lockfile format (not done yet) | 1 | -6/+63 | ||
2021-12-16 | save and load manifest | 1 | -0/+4 | ||
2021-12-16 | [npm install] starting to look good! | 1 | -13/+29 | ||
2021-12-16 | [bun install] Track build/pre tags with a bitset | 1 | -2/+25 | ||
2021-12-16 | wip | 1 | -3/+10 | ||
2021-12-16 | [bun install] WIP | 1 | -17/+58 | ||
2021-12-16 | [bun install] implement serialization/deserialization of package versions in ↵ | 1 | -3/+15 | ||
an efficient binary format This is most of the code but does not compile yet | |||||
2021-12-16 | [bun install] Make Semver serializable | 1 | -80/+119 | ||
2021-12-16 | wip | 1 | -0/+31 | ||
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 | 1 | -0/+394 | ||