Ciro Spaciari
|
4443e80587
|
Merge branch 'main' into jarred/uws
|
2024-11-26 21:37:18 -03:00 |
|
Michael H
|
0d6d4faa51
|
better printing for console.log types (#15404)
|
2024-11-26 14:27:39 -08:00 |
|
Kai Tamkun
|
68f026b3cd
|
FFI: provide napi_env explicitly (#15431)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-26 13:54:24 -08:00 |
|
dave caruso
|
dc01a5d6a8
|
feat(DevServer): batch bundles & run them asynchronously (#15181)
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
|
2024-11-25 18:55:47 -08:00 |
|
Jarred Sumner
|
8ca0eb831d
|
Clean up some error handling code (#15368)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-11-25 15:42:02 -08:00 |
|
Jarred Sumner
|
f4a0fe40aa
|
Fixes #8683 (#15389)
|
2024-11-24 22:03:54 -08:00 |
|
Jarred Sumner
|
514a47cb54
|
Slightly more complete undici polyfill (#15360)
|
2024-11-22 22:01:52 -08:00 |
|
Ciro Spaciari
|
19d7a5fe53
|
fix(CI) make prisma avoid env url because of CI and rely on getSecret (#15352)
|
2024-11-22 15:23:39 -08:00 |
|
Ciro Spaciari
|
c04a2d1dfc
|
fix regression on http2-wrapper caused by node.js compatibility improvements on net (#15318)
|
2024-11-22 15:22:35 -08:00 |
|
Meghan Denny
|
82cb82d828
|
pm: add some missing npm_ env vars (#14786)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-11-22 15:13:32 -08:00 |
|
Ciro Spaciari
|
5a1c82f898
|
comments
|
2024-11-22 15:09:47 -08:00 |
|
Ciro Spaciari
|
29111d4c11
|
more fixes + allow test to exit by making sure that the server is closed
|
2024-11-22 15:07:41 -08:00 |
|
Ciro Spaciari
|
4ae982be4e
|
fix(CI) mark inspect test as todo and comment why we mark this as todo (#15354)
|
2024-11-22 15:02:26 -08:00 |
|
Jarred Sumner
|
2d65063571
|
Stub performance.markResourceTiming, add PerformanceResourceTiming, PerformanceServerTiming (#15341)
|
2024-11-22 14:14:05 -08:00 |
|
Grigory
|
746cf2cf01
|
feat(resolver): add support for self-referencing (#15284)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-22 04:48:02 -08:00 |
|
Jarred Sumner
|
9c1fde0132
|
Rewrite most of napi_threadsafe_function (#15309)
Co-authored-by: Ben Grant <ben@bun.sh>
|
2024-11-22 04:44:52 -08:00 |
|
Jarred Sumner
|
f8f76a6fe0
|
CSS fixes & fuzzing (#15312)
|
2024-11-22 04:41:10 -08:00 |
|
Alistair Smith
|
4117af6e46
|
feat(vscode-extension) error reporting, qol (#15261)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Electroid <Electroid@users.noreply.github.com>
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-11-22 02:55:21 -08:00 |
|
Jarred Sumner
|
5bcaf32ba3
|
Fix lockfile print crash (#15332)
|
2024-11-22 02:07:11 -08:00 |
|
Jarred Sumner
|
d01bfb5aa2
|
Ensure test with errors before JS execution exit with code 1 (#15321)
|
2024-11-22 01:33:58 -08:00 |
|
pfg
|
78b495aff5
|
fix \uFFFF printing regression (#15330)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-21 22:01:27 -08:00 |
|
Ciro Spaciari
|
6adb3954fe
|
fix(ReadableStream) flush as much we can before ending the stream (#15324)
|
2024-11-21 20:16:43 -08:00 |
|
Jarred Sumner
|
b152fbefcd
|
Remove a test.only
|
2024-11-21 17:49:54 -08:00 |
|
Ciro Spaciari
|
8c0c97a273
|
fix(ws) ping without parameters (#15319)
|
2024-11-21 17:48:50 -08:00 |
|
pfg
|
95fcee8b76
|
Fix expect toMatchSnapshot not working for some strings (#15183)
|
2024-11-21 17:46:45 -08:00 |
|
Pham Minh Triet
|
144db9ca52
|
Fix typo in 15276.test.ts (#15304)
|
2024-11-20 19:11:12 -08:00 |
|
Jarred Sumner
|
a6a4ca1e49
|
fix(install): ensure aliases hash map is initialized (#15280)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-11-20 18:52:34 -08:00 |
|
Ciro Spaciari
|
5546c4b7ed
|
dont hang if fails
|
2024-11-20 17:33:30 -08:00 |
|
Meghan Denny
|
61a3f08595
|
bindings: make throwInvalidArgumentTypeValue print the value like the real ERR_INVALID_ARG_TYPE (#14804)
|
2024-11-19 22:35:25 -08:00 |
|
Jarred Sumner
|
3ef35d746a
|
Implement junit test reporter (#15205)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-11-18 20:50:42 -08:00 |
|
Jarred Sumner
|
adaee07138
|
[Bun.sql] Support TLS (#15217)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-18 19:38:23 -08:00 |
|
pfg
|
8a0666acd1
|
Fix setTimeout with node:util.promisify (#15230)
|
2024-11-18 19:29:55 -08:00 |
|
Zack Radisic
|
3c95d5d011
|
Fix bundler crash with onLoad plugins on copy-file loaders used on entrypoints (#15231)
|
2024-11-18 18:50:01 -08:00 |
|
Jarred Sumner
|
9ad3471fb0
|
Support Headers & URLSearchParams in expect().toEqual() (#15195)
Co-authored-by: Meghan Denny <meghan@bun.sh>
|
2024-11-18 18:49:29 -08:00 |
|
Dennis Dudek
|
98bb5999a3
|
Fixed Responses to OPTIONS Requests ignore Body (#15108)
|
2024-11-18 17:55:50 -08:00 |
|
Meghan Denny
|
6dbf1bff4f
|
musl: fix test/js/node/process/process.test.js (#15185)
|
2024-11-16 02:57:20 -08:00 |
|
Jarred Sumner
|
a5a0539f26
|
Fixes #15177 (#15180)
|
2024-11-16 02:18:13 -08:00 |
|
Dylan Conway
|
910efec0b7
|
fix auto-install on windows when symlinks aren't available (#15182)
|
2024-11-16 00:43:12 -08:00 |
|
Ciro Spaciari
|
67f7ff2eb6
|
pause/resume + deprecated write fix
|
2024-11-15 16:45:55 -08:00 |
|
Ciro Spaciari
|
30653c9d7d
|
Merge branch 'main' into jarred/uws
|
2024-11-15 13:11:44 -08:00 |
|
ippsav
|
910e479d29
|
Fix node:net not handling path in listen (#15162)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-15 10:35:14 -08:00 |
|
Meghan Denny
|
266e033d6f
|
node:https: fix prototype chain of Agent (#15160)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-14 19:03:16 -08:00 |
|
Ciro Spaciari
|
715ddd8dff
|
Merge branch 'main' into jarred/uws
|
2024-11-14 18:03:32 -08:00 |
|
pfg
|
d8987ccdb8
|
Remove assertion in js printer triggering for unicode comments (#15143)
|
2024-11-14 00:14:43 -08:00 |
|
dave caruso
|
32ddf343ee
|
bake: csr, streaming ssr, serve integration, safer jsvalue functions, &more (#14900)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-13 18:19:12 -08:00 |
|
Ciro Spaciari
|
7d5a86c6a8
|
Merge branch 'main' into jarred/uws
|
2024-11-13 17:46:09 -08:00 |
|
Meghan Denny
|
f8979b05b1
|
rid nearly all use of ExceptionRef in zig (#15100)
Co-authored-by: nektro <nektro@users.noreply.github.com>
|
2024-11-13 15:23:52 -08:00 |
|
ippsav
|
ec91e91fda
|
Pass missing signal code for child_process.spawnSync (#15137)
|
2024-11-13 15:07:43 -08:00 |
|
Ciro Spaciari
|
f4512628e8
|
Merge branch 'main' into jarred/uws
|
2024-11-13 13:18:25 -08:00 |
|
Meghan Denny
|
956853f036
|
test: dont overwrite root package.json when running bun-ipc-inherit.test.ts (#15126)
|
2024-11-13 00:14:57 -08:00 |
|