Jarred Sumner
|
c0dd284136
|
Upgrade to latest Zig (#1610)
* @min and @max
* builtins and some trivial ones
* Most of them
* more
* more!
* More Progress
* wip
* Update tagged_pointer.zig
* Update http_client_async.zig
* Most of the iterable dir changes
* alright
* Remove usages of deprecated formatters
* 📷
* fmt
* Update shimmer.zig
* wip
* wip
* wip
* progress
* more
* Latest
* stuck on error
* latest
* workaround stage2
* wip
* Update string_immutable.zig
* wip
* Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings
* Fix build errors
* Fixup most of the test failures
* Fix `make headers`
* Fix "outside package path" error
* Fixup aligned alloc
* Add missing file
* linux
* More linux fixes
* use latest peechy
* Fix transpiler test failure
* Forgot about these
* Fixup test failure
* Update node-timers.test.ts
* [node:htt] Fix `undefined is not an object` error
Fixes https://github.com/oven-sh/bun/issues/1618
* Update http.exports.js
* Make this test less flaky
* fix hashes
* Fix hex formatting and zls issues
* Download zig version
* Update Dockerfile
* Update Dockerfile
* Update uws
* Update Dockerfile
* Set llvm version
* Update README.md
* Update uws
* Update Dockerfile
* Update io_linux.zig
* Update bun.zig
* Log output
* workaround strange @cInclude error
* Make ffi tests better
* Don't use cImport
* Update c.zig
* Update c-bindings.cpp
* call setOutputDir
* Update Dockerfile
* Use a longer name
* latest
* Update serve.test.ts
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Veikka Tuominen <git@vexu.eu>
|
2022-12-28 00:51:22 -08:00 |
|
Jarred Sumner
|
b631ea7d72
|
import everything from "bun" where possible
|
2022-11-29 02:42:56 -08:00 |
|
Jarred Sumner
|
ac36ea51cf
|
possibly more reliable Bun.spawn (#1547)
* wip
* wip
* Fix bug with stdin
* zig fmt
* seems to work!
* Update streams.test.js
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2022-11-23 07:14:33 -08:00 |
|
Jarred Sumner
|
fd09b30538
|
[sourcemaps] Add an assertion
|
2022-07-04 06:03:31 -07:00 |
|
Jarred Sumner
|
43de33afc7
|
Web Streams API (#176)
* [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-06-07 22:32:46 -07:00 |
|
Jarred Sumner
|
70078f48c0
|
[bun de] Fix crash when printing source maps
|
2022-05-19 19:26:45 -07:00 |
|
Jarred Sumner
|
fe973a5ab0
|
Fix more infinite loops
|
2022-03-31 05:08:21 -07:00 |
|
Jarred Sumner
|
74f4c8bcab
|
query_string_map -> url
|
2022-03-17 01:27:35 -07:00 |
|
Jarred Sumner
|
44b0c8153a
|
Source Maps for client-side errors & columns
|
2022-03-11 00:03:09 -08:00 |
|
Jarred Sumner
|
1422055304
|
[bun.js] Support sourcemaps!
|
2022-03-10 05:39:46 -08:00 |
|
Jarred Sumner
|
f4f07f8993
|
WIP sourcemap parsing
|
2022-03-10 00:44:27 -08:00 |
|
Jarred Sumner
|
99ebef0b2f
|
Update sourcemap.zig
|
2022-03-08 04:55:25 -08:00 |
|
Jarred Sumner
|
880f6a17b8
|
[bun.js] WIP sourcemap support
|
2022-03-08 04:46:25 -08:00 |
|
Jarred Sumner
|
0456845256
|
Add VLQ bench, improve decodeVLQ perf
|
2022-03-07 21:02:29 -08:00 |
|
Jarred Sumner
|
ce081f15e9
|
Optimize sourcemaps
|
2022-03-07 19:11:12 -08:00 |
|
Jarred Sumner
|
d43a645535
|
source maps optimizations
|
2022-03-07 00:33:49 -08:00 |
|
Jarred Sumner
|
af6c18ccc5
|
Begin implementing sourcemaps
|
2022-03-05 02:56:29 -08:00 |
|