Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
* [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>
|
|
This allows synchronous dynamic loading of `.node`, `.json`, and `.toml` files.
It is not a CommonJS require, but it can be used that way so long as the content is not JavaScript.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes https://github.com/Jarred-Sumner/bun/issues/62
If the project has it's own copy of react fast refresh and is bundling, it will use that instead.
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
paths for file entries
|
|
Bun.js, log build errors to browser console, don't warn for node_modules,
|
|
|
|
|
|
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271
|
|
Former-commit-id: 3d831ad95904d2123964f2ebccff48f1e9f954e9
|
|
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb
|
|
Former-commit-id: 044e11d720bc6742dc53b30b4e88e8be7e76c419
|
|
Former-commit-id: cfd7b425f071f200504493fef206afb7c68de6d9
|
|
about unbundled modules in speedy env,
Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82
|
|
Former-commit-id: c774c395136d58330aa7cad7e9fa434bcef7d5c6
|
|
Former-commit-id: 5cb5af4416c12518eb195d1b310990fc5c94d6c8
|
|
Former-commit-id: c3f9d77391589b65951616a632af87107fba469f
|
|
Former-commit-id: 44fce3c5e800f3fb3fbc139a38f14eae9e0c0225
|
|
Former-commit-id: 43380a4d68d57f3d78f5b1e00962a59461140967
|
|
Former-commit-id: a1dd2a2a32819c23541eed2acfd585e5fd6e5688
|
|
Former-commit-id: 8070da6ec91706ecacf789f4c0a770bc92f17283
|
|
Former-commit-id: 5ffd8e40b34c5b11e5632c5939d16dba6b7167f2
|
|
Former-commit-id: 7346cdaa5a32ade26821ed97ef07f7c9ae87c0c2
|
|
Former-commit-id: d49df1df573c40fbfa56c475098cc0da789aeffa
|
|
Former-commit-id: a6bc130918f63bfbeac220f4e1fa55f08197e1c1
|
|
Former-commit-id: 23220fd348f86bda50fb4e4a64cce9c4b167499f
|