Commit Graph

7141 Commits

Author SHA1 Message Date
Meghan Denny
3778be8605 misc fixes 2024-12-12 19:51:57 -08:00
Meghan Denny
58b7515f3e move main impl of Buffer.from back to JSBufferConstructor 2024-12-12 17:10:28 -08:00
Meghan Denny
d45c4d8bfb fix test-buffer-from.js 2024-12-12 02:19:48 -08:00
Meghan Denny
d56586eec6 fix test-buffer-badhex.js 2024-12-11 23:47:53 -08:00
Meghan Denny
d13a47f3be fix regressions 2024-12-11 22:18:37 -08:00
Meghan Denny
8fd46d40d3 fix regression 2024-12-11 19:35:47 -08:00
Meghan Denny
3f810a3b2e fix test-buffer-arraybuffer.js 2024-12-11 18:57:48 -08:00
Meghan Denny
db74f9c224 fix test-buffer-bigint64.js 2024-12-11 18:09:48 -08:00
Meghan Denny
f108c3c6b6 fix test-buffer-read.js 2024-12-11 16:17:31 -08:00
Meghan Denny
5b650bc2e5 fix test-buffer-readdouble.js 2024-12-11 15:50:44 -08:00
Meghan Denny
237e4df38c fix test-buffer-readfloat.js 2024-12-11 15:50:17 -08:00
Meghan Denny
89795bfe35 fix test-buffer-readint.js 2024-12-11 15:30:46 -08:00
Meghan Denny
eef6fc8496 fix test-buffer-readuint.js 2024-12-11 15:15:53 -08:00
Meghan Denny
8a9b9f5eb2 fix test-buffer-writedouble.js 2024-12-11 01:06:54 -08:00
Meghan Denny
bdb97724aa fix test-buffer-writefloat.js 2024-12-11 01:05:31 -08:00
Meghan Denny
ba777b8b76 fix test-buffer-writeint.js 2024-12-11 01:01:30 -08:00
Meghan Denny
814ac87c8a fix test-buffer-writeuint.js 2024-12-11 00:53:50 -08:00
Meghan Denny
7535c58462 fix test-buffer-fill.js 2024-12-10 23:17:26 -08:00
Meghan Denny
b2077dd113 fix test-buffer-concat.js 2024-12-10 19:47:56 -08:00
Meghan Denny
2699eda438 fix test-buffer-alloc.js 2024-12-10 19:24:29 -08:00
Meghan Denny
2a1a431c86 fix test-buffer-zero-fill-cli.js 2024-12-10 16:32:39 -08:00
Don Isaac
2d5ea4993f fix(codegen): better error messages for internals using module.exports (#15687) 2024-12-10 15:10:21 -08:00
dave caruso
b39632c921 feat: new binding generator (#15638) 2024-12-10 12:43:17 -08:00
Jarred Sumner
38325aa41c Introduce env option in Bun.build() and bun build to let you inject FOO_PUBLIC_*-style env vars (#15678) 2024-12-10 01:09:46 -08:00
Jarred Sumner
969bab3848 [build images] 2024-12-10 00:54:04 -08:00
Meghan Denny
68780faee2 fix windows build 2024-12-09 22:30:44 -08:00
Jarred Sumner
0bbc18fd19 Fix rare crash in bun install (#15651) 2024-12-09 20:59:29 -08:00
Meghan Denny
53318c8b13 ci: run re-enable node tests on all platforms (#15572) 2024-12-09 19:08:30 -08:00
github-actions[bot]
2c1dea818c deps: update sqlite to 3.470.200 (#15652)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
2024-12-08 02:16:41 -08:00
Kai Tamkun
cc125b475f Fix missing "readable" events (#15629) 2024-12-06 23:59:47 -08:00
Don Isaac
cbbf88f3a6 refactor: remove unused main_api.zig file (#15635)
Co-authored-by: Don Isaac <don@bun.sh>
2024-12-06 21:01:25 -08:00
Don Isaac
8064a55a48 test(bake): fix double free (#15634)
Co-authored-by: Don Isaac <don@bun.sh>
2024-12-06 20:06:26 -08:00
Ciro Spaciari
c1eba5886f fix(net) signal should destroy the connection and propagate the error properly (#15624) 2024-12-06 16:10:33 -08:00
Ciro Spaciari
fcca2cc398 fix(fetch) fix redirect + Connection: close (#15623) 2024-12-06 15:06:11 -08:00
Jarred Sumner
b453360dff Fixes #15480 (#15611) 2024-12-05 21:15:21 -08:00
pfg
1476e4c958 implement toThrowErrorMatchingSnapshot, toThrowErrorMatchingInlineSnapshot (#15607) 2024-12-05 19:07:18 -08:00
Ashcon Partovi
fa6ac405a4 ci: Add bootstrap.ps1 and automate Windows build images (#15606) 2024-12-05 15:16:37 -07:00
pfg
4c8cbecb08 Support flag parameter in readFileSync (#15595)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2024-12-05 13:41:44 -08:00
Michael H
00b7d6479b bun repl disable inspector/debugger (#15594) 2024-12-05 13:41:21 -08:00
pfg
bcf023c829 Implement expect().toMatchInlineSnapshot() (#15570) 2024-12-05 13:07:10 -08:00
Jarred Sumner
b7b1ca8ebe Fixes https://github.com/oven-sh/bun/issues/15307 2024-12-05 02:39:34 -08:00
Jarred Sumner
784bc4e012 Introduce high-performance native addon API in Bun.build, starting with build.onBeforeParse hook (#14971)
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
2024-12-04 22:35:43 -08:00
Ciro Spaciari
dd5c40dab7 fix(node:http) fix node:http chunked encoding on server and add chunked encoding support on the client (#15579)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2024-12-04 17:58:21 -08:00
190n
3a4a9ae4e9 Add v8::api_internal::FromJustIsNothing (#15583)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2024-12-04 17:57:40 -08:00
Jarred Sumner
9d1a35b658 Fixes https://github.com/oven-sh/bun/issues/15556 (#15582)
Co-authored-by: Andres Gutierrez <andresgutierrez535@gmail.com>
2024-12-04 17:57:05 -08:00
Meghan Denny
61cc9c3947 Revert "ci: Add bootstrap.ps1 and automate Windows build images" (#15591) 2024-12-04 17:07:35 -08:00
Ashcon Partovi
e904a181d8 ci: Add bootstrap.ps1 and automate Windows build images (#15466)
Co-authored-by: Electroid <Electroid@users.noreply.github.com>
2024-12-04 17:33:00 -07:00
Jarred Sumner
e4aeb761e4 Ensure we always drain the dependency list in runTasks() (#15511) 2024-12-04 12:40:11 -08:00
pfg
f9efe94b85 Fixes ^C on bun vite (#15545) 2024-12-04 12:39:55 -08:00
Robert Shuford
7eb8a3feae Fixes #14433 - global .npmrc not using auth (#15539) 2024-12-04 12:37:18 -08:00