Jarred Sumner
|
27067d2a6d
|
Allow using Proxy and module namespace objects in APIs (#15043)
|
2024-11-07 19:45:29 -08:00 |
|
Jarred Sumner
|
1e932ff38b
|
[VSCode extension] Add [eval with bun] code lens on untitled, unsaved scratch JavaScript files (#14983)
|
2024-11-07 12:30:38 -08:00 |
|
Meghan Denny
|
a116b2281e
|
musl patches [v2] (#15028)
|
2024-11-06 23:55:23 -08:00 |
|
Dylan Conway
|
66ba6ba061
|
fix 14957 (#15025)
|
2024-11-06 19:41:39 -08:00 |
|
Jarred Sumner
|
8d4bb080a3
|
Implement console.group (#15026)
|
2024-11-06 19:40:58 -08:00 |
|
Ashcon Partovi
|
bef50a9b9b
|
ci: misc fixes and test runner changes (#15024)
|
2024-11-06 18:15:55 -07:00 |
|
Jarred Sumner
|
56b57012ed
|
Bump!
|
2024-11-06 15:05:23 -08:00 |
|
Tim Ermilov
|
c39ae74d3e
|
Fix importing of ES modules from data URIs (#14959)
|
2024-11-06 15:00:24 -08:00 |
|
Christophe Eymard
|
fc071d3362
|
remove checks for self closing tags (#14990)
|
2024-11-06 14:58:31 -08:00 |
|
Jarred Sumner
|
1a9d20e50a
|
Support debugging builtin modules (#15018)
|
2024-11-06 14:57:35 -08:00 |
|
Jarred Sumner
|
8d8a6bc5c3
|
Fix prototypical inheritance issue in node:zlib and add a $toClass helper (#15015)
|
2024-11-06 14:56:10 -08:00 |
|
Jarred Sumner
|
076d1d3d36
|
Never try using epoll_pwait2 on old linux kernels (#14980)
|
2024-11-06 03:42:24 -08:00 |
|
Jarred Sumner
|
484c3de861
|
Show if napi_module_register or dlopen was called in crash reports (#15008)
|
2024-11-05 20:57:55 -08:00 |
|
Meghan Denny
|
27a1b2413b
|
patches to allow linux-musl to bootstrap (#14994)
|
2024-11-05 17:22:05 -08:00 |
|
Amit Dhamu
|
3950873272
|
Fix typo for configuring specific registry (#15001)
|
2024-11-05 08:11:57 -08:00 |
|
pfg
|
6fb73f2011
|
Visually center logo in readme (#14969)
|
2024-11-04 15:28:16 -07:00 |
|
pfg
|
497fa59bf0
|
Fix #14865 (#14953)
|
2024-11-02 17:13:31 -07:00 |
|
Jarred Sumner
|
5e5e7c60f1
|
Fix release build
bun-v1.1.34
|
2024-11-01 20:41:20 -07:00 |
|
Ciro Spaciari
|
85fd471d9d
|
fix(net) fix bytesWritten drain (#14949)
|
2024-11-01 19:43:42 -07:00 |
|
Jarred Sumner
|
6914c5e32c
|
Fixes #13816 (#13906)
Co-authored-by: pfg <pfg@pfg.pw>
Co-authored-by: Ryan Gonzalez <git@refi64.dev>
Co-authored-by: Ben Grant <ben@bun.sh>
Co-authored-by: Dave Caruso <me@paperdave.net>
|
2024-11-01 18:38:01 -07:00 |
|
Jarred Sumner
|
ce2afac827
|
Align "encoding" option in node fs with node (#14937)
|
2024-11-01 18:16:04 -07:00 |
|
Ciro Spaciari
|
5236d974b5
|
revert
|
2024-11-01 17:25:59 -07:00 |
|
Ciro Spaciari
|
6e448619d0
|
fix drain event, drain must be called only after internal buffer is drained
|
2024-11-01 17:23:00 -07:00 |
|
Jarred Sumner
|
c89a958299
|
Fixes #11754 (#14948)
|
2024-11-01 15:35:28 -07:00 |
|
Jarred Sumner
|
d75488124d
|
Inline process.versions.bun in bun build --compile (#14940)
|
2024-11-01 14:45:19 -07:00 |
|
Ashcon Partovi
|
4d269995ad
|
Run tests from npm packages, elysia to start (#14932)
|
2024-11-01 11:57:47 -07:00 |
|
190n
|
71fdb59918
|
Fix napi property methods on non-objects (#14935)
|
2024-10-31 21:02:26 -07:00 |
|
Dylan Conway
|
62881ee36b
|
Redact secrets in bunfig.toml and npmrc logs (#14919)
|
2024-10-31 18:44:24 -07:00 |
|
Dylan Conway
|
6933208790
|
fix(install): only globally link requested packages (#12506)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-31 18:21:04 -07:00 |
|
Jarred Sumner
|
b1e9e3b31b
|
Add bytesWritten property to Bun.Socket, fix encoding issue in node:net (#14516)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-10-31 17:54:07 -07:00 |
|
Jarred Sumner
|
7035a1107e
|
Fixes #14918 (#14921)
|
2024-10-31 14:26:19 -07:00 |
|
Ashcon Partovi
|
353d44f1ae
|
ci: If only tests change, use artifacts from last successful build (#14927)
|
2024-10-31 12:50:09 -07:00 |
|
Jarred Sumner
|
4b8ca51b87
|
Clean up some code in node validators (#14897)
|
2024-10-31 12:28:07 -07:00 |
|
Ciro Spaciari
|
f8d5b2e6e2
|
Fix module resolution cache keys (#14901)
Co-authored-by: dave caruso <me@paperdave.net>
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
|
2024-10-30 22:06:21 -07:00 |
|
190n
|
9647291d73
|
Implement NAPI type tagging (#14915)
|
2024-10-30 19:57:48 -07:00 |
|
Jarred Sumner
|
eaa088ba55
|
Fix missing symbol errors and add a test (#14907)
Co-authored-by: Jarred Sumner <jarred@bun.sh>
|
2024-10-30 19:55:42 -07:00 |
|
Gerd Jungbluth
|
955cc6265b
|
fix(docs): add missing character in drizzle guide (#14911)
|
2024-10-30 08:42:38 -07:00 |
|
Dylan Conway
|
489890deb1
|
fix(install): check cached package.jsons (#14899)
|
2024-10-29 18:55:52 -07:00 |
|
pfg
|
d7710c6c67
|
Fix additional arguments when running a package.json script (#14895)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-29 18:55:32 -07:00 |
|
Jarred Sumner
|
9f70f68f00
|
EventEmitter.name should be "EventEmitter" instead of "EventEmitter2" (#14898)
|
2024-10-29 18:42:24 -07:00 |
|
Jarred Sumner
|
240b2a539f
|
Introduce Bun.randomUUIDv7 (#14858)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-10-29 16:39:09 -07:00 |
|
Jarred Sumner
|
b9e5420571
|
Add https://github.com/uNetworking/uWebSockets/pull/1792 (#14864)
|
2024-10-29 12:56:25 -07:00 |
|
Jarred Sumner
|
b5a73130ad
|
Reduce memory usage in long-running processes (#14885)
|
2024-10-29 12:56:10 -07:00 |
|
Jarred Sumner
|
d5f9978007
|
Fix missing symbol error on llvm 18
|
2024-10-29 00:08:29 -07:00 |
|
pfg
|
698e87aa67
|
Fix #14187 (#14884)
|
2024-10-28 18:11:03 -07:00 |
|
Zack Radisic
|
5502278f3e
|
CSS: More stuff and tests (#14832)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-27 13:49:25 -07:00 |
|
Jarred Sumner
|
f005e8c057
|
Fix HTTP spec issues by upgrading uWS version (#14853)
|
2024-10-27 12:34:45 -07:00 |
|
dave caruso
|
e93c5ad993
|
feat(bake): css, production build, dev separateSSRGraph=false (#14622)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-10-27 01:57:36 -07:00 |
|
Meghan Denny
|
5237869101
|
bun-install-registry.test.ts: remove ini format hint here (#14803)
|
2024-10-26 16:51:19 -07:00 |
|
Jarred Sumner
|
2456d70ac7
|
Fixes #14716 (#14834)
|
2024-10-26 15:15:13 -07:00 |
|