Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -2/+2 | ||
2022-11-06 | Automatically install npm packages when running a script in Bun's runtime ↵ | 1 | -1/+39 | ||
(#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-07-27 | [bun install] Fix segfault when loading scopes | 1 | -9/+3 | ||
2022-06-10 | Update bunfig.zig | 1 | -0/+1 | ||
2022-06-07 | Web Streams API (#176) | 1 | -4/+3 | ||
* [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, `WritableStreamDefaultController`, `ReadableStreamDefaultController` & more * Implement `Blob.stream()` * Update streams.test.js * Fix sourcemaps crash * [TextEncoder] 3x faster in hot loops * reading almost works * start to implement native streams * Implement `Blob.stream()` * Implement `Bun.file(pathOrFd).stream()` * Add an extra function * [fs.readFile] Improve performance * make jsc bindings a little easier to work with * fix segfault * faster async/await + readablestream optimizations * WebKit updates * More WebKit updates * Add releaseWEakrefs binding * `bun:jsc` * More streams * Update streams.test.js * Update Makefile * Update mimalloc * Update WebKit * Create bun-jsc.test.js * Faster ReadableStream * Fix off by one & exceptions * Handle empty files/blobs * Update streams.test.js * Move streams to it's own file * temp * impl #1 * take two * good enough for now * Implement `readableStreamToArray`, `readableStreamToArrayBuffer`, `concatArrayBuffers` * jsxOptimizationInlining * Fix crash * Add `jsxOptimizationInline` to Bun.Transpiler * Update Transpiler types * Update js_ast.zig * Automatically choose production mode when NODE_ENV="production" * Update cli.zig * [jsx] Handle defaultProps when inlining * Update transpiler.test.js * uncomment some tests Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-05-19 | [wip] Solid.js support for Bun! | 1 | -0/+66 | ||
2022-05-05 | E.String gets a Rope | 1 | -5/+5 | ||
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -0/+12 | ||
2022-03-17 | query_string_map -> url | 1 | -1/+1 | ||
2022-03-08 | rename _global -> bun | 1 | -29/+29 | ||
2022-03-07 | source maps optimizations | 1 | -0/+5 | ||
2022-02-18 | Add a way to specify an editor in bunfig.toml | 1 | -1/+13 | ||
2022-02-12 | Load config | 1 | -8/+8 | ||
2022-02-12 | [bun install] `bun pm bin` prints the bin directory | 1 | -0/+6 | ||
2022-02-11 | [bun install] Implement global installs | 1 | -2/+8 | ||
2022-02-11 | [bun install] Implement bunfig.toml config | 1 | -16/+237 | ||
2022-02-06 | Little doc | 1 | -8/+0 | ||
2022-01-28 | Implement TOML parser | 1 | -1/+8 | ||
No Date/DateTime/Time/Local Time yet | |||||
2022-01-28 | Update AST layout to store capacity for items | 1 | -6/+8 | ||
We want to be able to push to the list | |||||
2022-01-27 | [bunfig] Implement config file format | 1 | -0/+280 | ||