Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Closes https://github.com/oven-sh/bun/issues/1045
|
|
Fixes https://github.com/oven-sh/bun/issues/674
Fixes https://github.com/oven-sh/bun/issues/382
|
|
* Update repo URLs
* GitHub URL update
* Revert accidental URL changes
|
|
|
|
|
|
strict mode" error message
|
|
|
|
|
|
* [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>
|
|
|
|
|
|
|
|
|
|
Former-commit-id: 818d0149312b07191340427e5b2990ae6d0cec94
|
|
Former-commit-id: f59ec8d6c0c95217c1dc24e2ed2dc49aed122a68
|
|
Former-commit-id: 006ca4f13c0866ff843cc47046f5b7dce18635ef
|
|
Former-commit-id: 107310d785ee9dfbd258a1fc015976a76cdcef82
|
|
Former-commit-id: fd56d41c8e40734d849b579fd526f333112a1ee7
|
|
Former-commit-id: daf9ea419b7eff365064d07b3fbd5b022e759233
|
|
Former-commit-id: ac83057d08c86875ce524f481b5adf03262c9a0f
|
|
Former-commit-id: 2567243c8db7a60a5ba8ca7c662beca080cfa4f4
|
|
Former-commit-id: 4e3f680ac479552abd24f4d60d98a43d1ecb64c3
|
|
Former-commit-id: b37acf309c8f42d49dc47eea446f89a3dbe9f6e2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|