Meghan Denny
|
87c8fbd783
|
use type safety to ensure SystemError errno consistency
|
2025-06-23 20:29:13 -07:00 |
|
Jarred Sumner
|
bc79a48ce4
|
Fix crash in NapiClass_ConstructorFunction due to incorrect handling of newTarget (#20552)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-06-23 19:50:09 -07:00 |
|
Jarred Sumner
|
e30d6d21f5
|
Bump WebKit - June 23rd edition (#20598)
|
2025-06-23 17:17:32 -07:00 |
|
Jarred Sumner
|
81e1a9d54d
|
Unpause instead of close stdout/stderr in spawn onProcessExit (#20561)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-23 17:15:16 -07:00 |
|
Dylan Conway
|
1faeba01b9
|
remove ref count from napi_async_work (#20597)
|
2025-06-23 17:14:59 -07:00 |
|
Jarred Sumner
|
19540001d1
|
Prevent a call to JS during finalizer and/or worker termination (#20550)
|
2025-06-23 15:25:52 -07:00 |
|
Michael H
|
da0bc0b0d2
|
add space before "at" in assertionFailureAtLocation (#20591)
|
2025-06-23 15:22:39 -07:00 |
|
Jarred Sumner
|
95e12374ed
|
Fix node_api_create_buffer_from_arraybuffer implementation (#20560)
|
2025-06-23 15:06:09 -07:00 |
|
Jarred Sumner
|
4cc61a1b8c
|
Fix NODE_PATH for bun build (#20576)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-22 20:51:45 -07:00 |
|
Jarred Sumner
|
5416155449
|
Enable Math.sumPrecise (#20569)
|
2025-06-22 19:23:15 -07:00 |
|
Jarred Sumner
|
c7b1e5c709
|
Fix fs.watchFile ignoring atime (#20575)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-22 18:22:41 -07:00 |
|
Grigory
|
444b9d1883
|
build(windows/resources): specify company name (#20534)
|
2025-06-22 05:33:15 -07:00 |
|
Jarred Sumner
|
653c459660
|
Fix asan failure in napi_async_work caused by accessing napi_async_work after freed (#20554)
|
2025-06-21 23:56:40 -07:00 |
|
Michael H
|
25dbe5cf3f
|
fs.glob set onlyFiles: false so it can match folders (#20510)
|
2025-06-21 23:45:38 -07:00 |
|
Zack Radisic
|
2cbb196f29
|
Fix crash with garbage environment variables (#20527)
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Zack Radisic <zackradisic@users.noreply.github.com>
|
2025-06-21 23:44:59 -07:00 |
|
Jarred Sumner
|
064d7bb56e
|
Fixes #10675 (#20553)
|
2025-06-21 23:44:28 -07:00 |
|
Meghan Denny
|
c40468ea39
|
install: fix crash researching #5949 (#20461)
|
2025-06-21 19:53:33 -07:00 |
|
Michael H
|
282dda62c8
|
Add --import as alias to --preload for nodejs compat (#20523)
|
2025-06-20 19:58:54 -07:00 |
|
Jarred Sumner
|
633f4f593d
|
Ahead-of-time frontend bundling support for HTML imports & bun build (#20511)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-06-20 19:55:52 -07:00 |
|
Michael H
|
770c1c8327
|
fix test-child-process-fork-exec-argv.js (#19639)
Co-authored-by: 190n <ben@bun.sh>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-06-20 11:53:36 -07:00 |
|
Zack Radisic
|
41d10ed01e
|
Refactor shell and fix some bugs (#20476)
|
2025-06-19 18:47:00 -07:00 |
|
Meghan Denny
|
bb55b2596d
|
fix passing nested object to macro" (#20497)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-06-19 17:13:27 -07:00 |
|
Dylan Conway
|
197443b2db
|
fix(bundler): correct import_records for TLA detection (#20358)
|
2025-06-19 15:04:27 -07:00 |
|
Meghan Denny
|
d4ccba67f2
|
Revert "fix passing nested object to macro" (#20495)
|
2025-06-19 13:14:46 -07:00 |
|
Meghan Denny
|
43777cffee
|
fix passing nested object to macro (#20467)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-06-19 12:56:27 -07:00 |
|
Michael H
|
3aedf0692c
|
make options argument not required for fs.promises.glob (#20480)
|
2025-06-19 12:55:32 -07:00 |
|
190n
|
346e97dde2
|
fix bugs found by exception scope verification (#20285)
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
|
2025-06-18 23:08:19 -07:00 |
|
Jarred Sumner
|
aa37ecb7a5
|
Split up Timer.zig into more files (#20465)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-18 12:01:40 -07:00 |
|
Dylan Conway
|
b7d4b14b3d
|
Fix BUN-D93 (#20468)
|
2025-06-18 02:28:54 -07:00 |
|
Meghan Denny
|
e402adaebf
|
zig: RefCount: fix assertion found by windows app verifier (#20459)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-06-17 18:45:18 -07:00 |
|
Dylan Conway
|
3773ceeb7e
|
Remove PreparePatchPackageInstall (#20457)
|
2025-06-17 17:23:29 -07:00 |
|
Jarred Sumner
|
162a9b66d8
|
bun pm view -> bun info (#20419)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-17 13:31:16 -07:00 |
|
Jarred Sumner
|
6274f10096
|
Make Strong use less ram (#20437)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <Jarred-Sumner@users.noreply.github.com>
|
2025-06-17 13:30:58 -07:00 |
|
Jarred Sumner
|
978540902c
|
bun init CLAUDE.md (#20443)
|
2025-06-17 13:00:28 -07:00 |
|
Jarred Sumner
|
b99a1256ff
|
Split up string_immutable into more files (#20446)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-17 10:59:07 -07:00 |
|
pfg
|
8a1d8047f1
|
Unhandled rejections: remove "bun" option (#20441)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-06-16 19:13:00 -07:00 |
|
Michael H
|
a473657adb
|
[bun build] in cjs node, dont convert module to require.module (#20343)
|
2025-06-16 16:56:54 -07:00 |
|
Jarred Sumner
|
775c3b1987
|
Update WebKit (#20413)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <Jarred-Sumner@users.noreply.github.com>
|
2025-06-16 14:01:58 -07:00 |
|
Grigory
|
7ee98852c6
|
build: add metadata and icon to windows executable (#20383)
|
2025-06-15 21:45:50 -07:00 |
|
Zack Radisic
|
c103b57bcc
|
Split out shell code into more files (#20331)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-15 14:09:15 -07:00 |
|
Jarred Sumner
|
3b3cde9e74
|
Split up Bun.listen & Bun.connect code into more logical files (#20411)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-15 14:08:21 -07:00 |
|
Michael Melesse
|
f5b42e1507
|
react-tailwind template fix (#20410)
|
2025-06-15 13:19:44 -07:00 |
|
190n
|
28006d0ad4
|
WIP: Fix ref counting bugs in spawn API observed under rr (#20191)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-14 16:59:29 +02:00 |
|
pfg
|
c44515eaaf
|
Support --unhandled-rejections flag and rejectionHandled event (#19874)
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
|
2025-06-13 19:05:05 -07:00 |
|
pfg
|
e0924ef226
|
Implement require('tls').getCACertificates() (#20364)
Co-authored-by: pfgithub <6010774+pfgithub@users.noreply.github.com>
|
2025-06-13 17:30:04 -07:00 |
|
Meghan Denny
|
6b4662ff55
|
zig: .jsUndefined -> .js_undefined (#20377)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-06-13 16:14:57 -07:00 |
|
Meghan Denny
|
a445b45e55
|
empty commit to trigger formatting ci (#20378)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-06-13 15:18:28 -07:00 |
|
Christian Rishøj
|
82b34bbbdd
|
feat(sqlite): Add columnTypes and declaredTypes to Statement (#20232)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-06-13 19:48:37 +02:00 |
|
190n
|
c6deb4527c
|
Fix crash when FFI pointers are encoded as ints (#20351)
Co-authored-by: 190n <7763597+190n@users.noreply.github.com>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2025-06-13 19:46:26 +02:00 |
|
Jarred Sumner
|
f3bca62a77
|
Fix proxy handling in bun audit (#20295)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2025-06-13 19:43:55 +02:00 |
|