Commit Graph

12936 Commits

Author SHA1 Message Date
Meghan Denny
deed806db5 console: fix printing of Response(Bun.file()) (#20933) 2025-07-12 11:03:23 -07:00
Alistair Smith
4fa1e8398a fix typo (#20962) 2025-07-12 11:03:23 -07:00
Alistair Smith
7ad1f50c78 fix typo 2025-07-12 11:03:23 -07:00
Alistair Smith
8208729aa3 Convert bun-types.test.ts to TS compiler api, fix forward-declared empty interfaces (#20960) 2025-07-12 11:03:23 -07:00
Jarred Sumner
2f69361a44 [ci] Don't error if machine hits permission error when modifying coredump settings 2025-07-12 11:03:23 -07:00
Jarred Sumner
11360021f2 Include an Error object in WebSocket error event dispatch (#20957) 2025-07-12 11:03:23 -07:00
Zack Radisic
d151fa8343 Add LLDB pretty printing for bun.BabyList (#20958)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-07-12 11:03:23 -07:00
190n
a21f6231a0 cmake: do not accept too-new LLVM versions (#20955) 2025-07-12 11:03:22 -07:00
Alistair Smith
a2954f5dcf fix(types): Non-empty TextDecoderStream and TextEncoderStream when outside DOM (#20953) 2025-07-12 11:03:22 -07:00
Meghan Denny
bf5b88cce0 safety: a lot more exception checker progress (#20817) 2025-07-12 11:03:22 -07:00
taylor.fish
7e09f0dfe5 Fix incorrect negation of isEmpty() in assertion (#20952) 2025-07-12 11:03:22 -07:00
taylor.fish
5c10ec44b4 Refactor UnboundedQueue (#20926) 2025-07-12 11:03:22 -07:00
taylor.fish
c7ef667446 .gitignore: ignore Vim swap files (#20950) 2025-07-12 11:03:22 -07:00
Meghan Denny
be1add5637 webkit: disable libpas on windows (#20931) 2025-07-12 11:03:22 -07:00
Erick Christian
3213c97e73 docs: document BUN_BE_BUN (#20949)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-07-12 11:03:22 -07:00
Michael H
a331c62bb5 types: Bun.serve routes supportes Bun.file's (#20919) 2025-07-12 11:03:22 -07:00
Michael H
06fa73a20e Bun Lambda keep old bun url (#20941) 2025-07-12 11:03:22 -07:00
Jarred Sumner
cc4a12b1cf Update CLAUDE.md 2025-07-12 11:03:22 -07:00
Jarred Sumner
341b417a1e Try always running timers if they exist (#20840) 2025-07-12 11:03:22 -07:00
190n
469636614a print number of completed runs and ETA in gamble.ts (#20920) 2025-07-12 11:03:22 -07:00
Jarred Sumner
00bd888ac5 bun.sh -> bun.com (#20909) 2025-07-12 11:03:22 -07:00
Meghan Denny
7f015ba00c test: fix process.test.js (#20932) 2025-07-12 11:03:22 -07:00
Dylan Conway
b51d6650c3 fix(install): clone arena memory on manifest parse errors (#20925) 2025-07-12 11:03:22 -07:00
Dylan Conway
3be3cca281 make number smaller 2025-07-12 11:03:22 -07:00
Meghan Denny
50f0e8f2de js: internal/validators: define simple validators in js (#20897) 2025-07-12 11:03:22 -07:00
190n
9e22b1df27 [publish images] upload encrypted core dumps from CI (#19189)
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
2025-07-12 11:03:22 -07:00
Dylan Conway
2a2bf27df1 implement "nodeLinker": "isolated" in bun install (#20440)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2025-07-12 11:03:22 -07:00
Meghan Denny
6eb0a4980a js: fix async macros on windows (#20903) 2025-07-12 11:03:22 -07:00
Meghan Denny
ede6a8fe4a .vscode/launch.json: delete unused configurations (#20901) 2025-07-12 11:03:22 -07:00
Jarred Sumner
7678984f53 Implement "node:module"'s findSourceMap and SourceMap class (#20863)
Co-authored-by: Claude <claude@anthropic.ai>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2025-07-12 11:03:22 -07:00
Alistair Smith
e8c42b3252 Move ReadableStream#{text,bytes,json,blob} to global (#20879)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2025-07-12 11:03:22 -07:00
Ciro Spaciari
fe60d8c5c7 fix(http2) avoid sending RST multiple times per stream (#20872) 2025-07-12 11:03:22 -07:00
Kai Tamkun
2c08a319a8 Add support for vm.constants.DONT_CONTEXTIFY (#20088) 2025-07-12 11:03:22 -07:00
Ciro Spaciari
a6287981f8 fix(s3) fix loading http endpoint from env (#20876) 2025-07-12 11:03:22 -07:00
Ciro Spaciari
73cb10c149 refactor(postgres) improve postgres code base (#20808)
Co-authored-by: cirospaciari <6379399+cirospaciari@users.noreply.github.com>
2025-07-12 11:03:22 -07:00
Alistair Smith
fdcf1c8e8e types: Introduce SQL.Helper in Bun.sql (#20809)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-07-12 11:03:22 -07:00
190n
6147f63cf2 [publish images] fix v8.test.ts timeouts (#20871) 2025-07-12 11:03:22 -07:00
Michael H
554886c2f9 followup for bun pm version (#20799) 2025-07-12 11:03:22 -07:00
Zack Radisic
3cd799e5a0 Fix crash in bundler related to onLoad plugins that return file loader for HTML imports (#20849) 2025-07-12 11:03:22 -07:00
Jarred Sumner
b8e8c965a0 Update zig-javascriptcore-classes.mdc 2025-07-12 11:03:22 -07:00
Jarred Sumner
1c16edb516 [internal] Add error when .classes.ts files are invalid 2025-07-12 11:03:22 -07:00
Jarred Sumner
e737f50a1d Update environment.json 2025-07-12 11:03:22 -07:00
CountBleck
45ca566cb4 Remove duplicate toBeInstanceOf type declaration for Expect (#20844) 2025-07-12 11:03:22 -07:00
Adam
a8af3413b8 Fix: deprecated goo.gl links in snapshots raised in issue #20086 (#20424) 2025-07-12 11:03:22 -07:00
Dylan Conway
b388ab6e2a fix BUN-KHE (#20820)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-12 11:03:22 -07:00
Jarred Sumner
e4eb327bc4 Fix React HMR duplicate identifier error for named default exports (#20812)
Co-authored-by: Claude <noreply@anthropic.com>
2025-07-12 11:03:21 -07:00
Meghan Denny
40b5a3b30f make node:dns,net,cluster,tls exception checker clear (#20658)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
2025-07-12 11:03:21 -07:00
Michael H
78dc180baf Support process.features.typescript (#20801) 2025-07-12 11:03:21 -07:00
Michael H
67a4eba4f4 remove yarn from default-trusted-dependencies.txt (#20684) 2025-07-12 11:03:21 -07:00
Meghan Denny
ab69ab0b3d test: refactor node-napi.test.ts for more observability (#20781)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
2025-07-12 11:03:21 -07:00