Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-07 | Add fixture used in benchmark snippet | 1 | -0/+1610 | ||
2022-06-07 | Update bundler.zig | 1 | -1/+1 | ||
2022-06-07 | wip ReadableStream <> zig | 1 | -7/+58 | ||
2022-06-07 | log esm import order | 5 | -0/+30 | ||
2022-06-07 | Implement `hashCode` | 1 | -2/+21 | ||
2022-06-07 | Web Streams API (#176) | 247 | -2026/+32115 | ||
* [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-30 | Update .gitignore | 1 | -2/+0 | ||
2022-05-30 | Improve error messages when you mistype commands/files/scripts | 2 | -4/+39 | ||
2022-05-30 | Load `bunfig.toml` by default if `bun` or `bun {file}\.[cjt]sx?` | 2 | -4/+11 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/183 | |||||
2022-05-30 | Remove generated files from git index (#182) | 10 | -1057/+6 | ||
2022-05-20 | docs: fix typo in readme (#179) | 1 | -1/+1 | ||
2022-05-20 | Update string_mutable.zig | 1 | -0/+10 | ||
2022-05-20 | [solid] more progress, no fragments, but still not right | 37 | -217/+3469 | ||
2022-05-19 | [TSConfig] Propagate runtime from tsconfig.json | 1 | -0/+1 | ||
2022-05-19 | woops | 1 | -1/+2 | ||
2022-05-19 | Update cache.zig | 1 | -1/+1 | ||
2022-05-19 | [solid] Move the post-process JSX step | 2 | -452/+497 | ||
2022-05-19 | [bun de] Fix crash when printing source maps | 2 | -29/+16 | ||
2022-05-19 | move js_parser to src/ | 2 | -18212/+18211 | ||
2022-05-19 | [solid] wip make nested components work | 1 | -80/+97 | ||
2022-05-19 | Symbols | 1 | -9/+13 | ||
2022-05-19 | [wip] Solid.js support for Bun! | 15 | -39/+1203 | ||
2022-05-16 | add a test | 2 | -0/+35 | ||
2022-05-16 | Update README.md | 1 | -3/+3 | ||
2022-05-16 | Update types.d.ts | 1 | -10/+2 | ||
2022-05-16 | Update download-northwind.sh | 1 | -1/+3 | ||
2022-05-16 | Still not correct!bun-v0.0.83 | 3 | -6/+3 | ||
2022-05-16 | Update README.md | 1 | -1/+11 | ||
2022-05-16 | Update serve.test.ts | 1 | -1/+1 | ||
2022-05-16 | work around test failure | 2 | -3/+5 | ||
2022-05-16 | Update sqlite3.c | 1 | -1/+1 | ||
2022-05-16 | Fix build error on linux | 2 | -6/+6 | ||
2022-05-16 | Update Makefile | 1 | -0/+1 | ||
2022-05-16 | Update sqlite.d.ts | 1 | -2/+2 | ||
2022-05-16 | remove bad examples | 4 | -22/+1 | ||
2022-05-16 | Fix type errors | 3 | -10/+909 | ||
2022-05-16 | Bump | 4 | -6/+6 | ||
2022-05-16 | prepare for release | 3 | -159/+279 | ||
2022-05-16 | Update JSSQLStatement.cpp | 1 | -14/+19 | ||
2022-05-16 | Copy strings when binding to sqlite | 2 | -4/+4 | ||
2022-05-16 | Update README.md | 1 | -2/+2 | ||
2022-05-16 | reset on stmt on error | 3 | -10/+63 | ||
2022-05-16 | Update README.md | 1 | -1/+1 | ||
2022-05-16 | Update README.md | 1 | -20/+20 | ||
2022-05-16 | Update README.md | 1 | -37/+37 | ||
2022-05-16 | Update README.md | 1 | -1/+1 | ||
2022-05-16 | Update sqlite.d.ts | 1 | -1/+1 | ||
2022-05-16 | Update .gitattributes | 1 | -0/+2 | ||
2022-05-16 | Update README.md | 1 | -17/+17 | ||
2022-05-16 | Update README.md | 1 | -1/+1 | ||