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 |
|
dave caruso
|
baff3c900e
|
bake: fix the big regressions (#15544)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
|
2024-12-03 22:15:59 -08:00 |
|
Meghan Denny
|
23299dadf6
|
ci: run node tests directly instead of translated files (#15565)
Co-authored-by: nektro <nektro@users.noreply.github.com>
|
2024-12-03 22:10:50 -08:00 |
|
Jarred Sumner
|
0d5e4e162b
|
spawnSync shouldn't throw (#15561)
Co-authored-by: Meghan Denny <meghan@bun.sh>
|
2024-12-03 19:26:36 -08:00 |
|
Don Isaac
|
d27594ecf4
|
fix(deps/boringssl): re-enable BIO_new_mem_buf (#15559)
Co-authored-by: Don Isaac <don@bun.sh>
Co-authored-by: DonIsaac <DonIsaac@users.noreply.github.com>
|
2024-12-03 16:11:42 -08:00 |
|
Ciro Spaciari
|
a2e2d114e9
|
fix(net/tls) fix backpressure pause on socket (#15543)
|
2024-12-03 12:53:48 -08:00 |
|
Kai Tamkun
|
da3d64b1ef
|
Remove a duplicate if statement (#15555)
|
2024-12-03 12:33:27 -08:00 |
|
Jarred Sumner
|
ce64e04b16
|
Reduce memory usage of WebSocket server (#15553)
|
2024-12-03 12:33:04 -08:00 |
|
Dylan Conway
|
55473cb64a
|
fix(node:crypto): use options from createHash(alg, options) (#15547)
|
2024-12-03 12:32:41 -08:00 |
|
Dylan Conway
|
6d453be7d9
|
fix 14540 (#15498)
|
2024-12-02 14:57:49 -08:00 |
|
Meghan Denny
|
2d441d868b
|
zig: make throw use JSError (#15444)
|
2024-12-02 14:19:18 -08:00 |
|
dave caruso
|
8aa451c2dc
|
bake(dev): plugins in dev server, with other fixes (#15467)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-29 19:07:56 -08:00 |
|
Michael H
|
497cef9759
|
bun upgrade --help document --stable option (#15472)
Co-authored-by: RiskyMH <RiskyMH@users.noreply.github.com>
|
2024-11-29 18:02:18 -08:00 |
|
Jarred Sumner
|
bf2f153f5c
|
Check for unix:// instead of unix:
|
2024-11-28 22:07:06 -08:00 |
|
Jarred Sumner
|
f64a4c4ace
|
Fix debugger connection issue on Windows
|
2024-11-28 22:05:58 -08:00 |
|
Jarred Sumner
|
0216431c98
|
Clean up debugger waiting logic (#15469)
|
2024-11-28 01:34:31 -08:00 |
|
Jarred Sumner
|
5d1609fe5c
|
Fixes #15470
|
2024-11-28 00:40:17 -08:00 |
|
Ciro Spaciari
|
471fe7b886
|
fix(net/tls) fix reusePort, allowHalfOpen, FIN before reconnect (#15452)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-27 21:30:30 -08:00 |
|
Alistair Smith
|
08222eda71
|
fix: Connect with 1 socket to new env var but still work with js debug terminal (#15458)
|
2024-11-27 20:47:23 -08:00 |
|
github-actions[bot]
|
6f8c5959d0
|
deps: update sqlite to 3.470.100 (#15465)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-11-27 20:39:38 -08:00 |
|
Kai Tamkun
|
7fd16ebffa
|
Fix incorrect public TS class field name minification (#15411)
|
2024-11-27 14:06:09 -08:00 |
|
Dennis Dudek
|
1bb211df56
|
bustDirCache on FileSystemRouter.reload & fix of dir_cache keys in windows (#15091)
Co-authored-by: dave caruso <me@paperdave.net>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-27 12:21:32 -08:00 |
|