Meghan Denny
|
3830b0c499
|
more passing node buffer tests (#14371)
|
2024-10-14 20:22:14 -07:00 |
|
Jarred Sumner
|
29d287261b
|
Fix several bugs when printing exceptions from Error.captureStackTrace (#14548)
|
2024-10-14 13:43:06 -07:00 |
|
Ashcon Partovi
|
05fb367c5f
|
Move generated files to codegen/ directory (#14392)
|
2024-10-08 10:32:16 -07:00 |
|
Zack Radisic
|
a01f9d8e1b
|
Integrate CSS with bundler (#14281)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Zack Radisic <zackradisic@Mac.attlocal.net>
Co-authored-by: zackradisic <zackradisic@users.noreply.github.com>
Co-authored-by: Zack Radisic <zackradisic@Zacks-MBP.attlocal.net>
|
2024-10-04 20:23:10 -07:00 |
|
dave caruso
|
adc86c773b
|
chore: rename kit -> bake (#14335)
|
2024-10-03 15:34:53 -07:00 |
|
dave caruso
|
dd6554294e
|
bake: release to canary only (#14258)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
|
2024-10-03 00:52:14 -07:00 |
|
Jarred Sumner
|
b88ed18245
|
On test timeout, kill any spawned processes (#14310)
|
2024-10-02 20:55:59 -07:00 |
|
Dylan Conway
|
f374ae6db1
|
add bun publish (#14215)
|
2024-10-02 20:47:22 -07:00 |
|
Meghan Denny
|
54a225953b
|
use bun.String.static instead of ZigString when immediately converting to JSValue (#14169)
|
2024-10-02 13:02:48 -07:00 |
|
Jarred Sumner
|
2f7ff95e5c
|
Introduce bytecode caching, polish "cjs" bundler output format (#14232)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-09-30 22:37:42 -07:00 |
|
dave caruso
|
9ab51983b8
|
chore: make watcher use an anyopaque pointer context (#14224)
|
2024-09-28 01:44:55 -07:00 |
|
dave caruso
|
514d37b3d2
|
kit: implement server components dev server (#14025)
|
2024-09-27 20:53:39 -07:00 |
|
Zack Radisic
|
274e5a2022
|
CSS Parser (#14122)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-26 13:39:26 -07:00 |
|
190n
|
08a77267da
|
Keep event loop alive when refConcurrently has been called (#14068)
|
2024-09-20 14:57:55 -07:00 |
|
dave caruso
|
c2c2048072
|
framework api: init / work in progress (#13215)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-12 16:44:03 -07:00 |
|
Jarred Sumner
|
b53c25e5f8
|
Redo napi cleanup hooks (#13487)
|
2024-08-23 21:09:56 -07:00 |
|
Jarred Sumner
|
02ff16d95c
|
Support Worker, relative file paths in standalone executables, and partially directories (#13421)
|
2024-08-20 13:05:40 -07:00 |
|
Ciro Spaciari
|
eb8ed27a4a
|
fix(ipc/subprocess) (#13414)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-20 05:19:23 -07:00 |
|
Ciro Spaciari
|
1367e5e85a
|
fix(ipc) fix closing edge case (#13413)
|
2024-08-19 15:53:36 -07:00 |
|
Meghan Denny
|
fd75ca7585
|
implement node:cluster (#11492)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: cirospaciari <ciro.spaciari@gmail.com>
|
2024-08-18 00:12:42 -07:00 |
|
Jarred Sumner
|
3a245dd248
|
upgrade webkit (#13192)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Zack Radisic <zack@theradisic.com>
|
2024-08-12 23:17:17 -07:00 |
|
Ciro Spaciari
|
b972ed6540
|
fix(IPC) make IPC on windows compatible with node.js (#13258)
|
2024-08-12 20:14:43 -07:00 |
|
Jarred Sumner
|
7aaf935711
|
Handle OOM better (#13142)
|
2024-08-09 00:43:54 -07:00 |
|
dave caruso
|
2680deb5d3
|
feat: bun build --compile --sourcemap (#13047)
|
2024-08-06 13:51:11 -07:00 |
|
Jarred Sumner
|
cacbaba524
|
Make signal.abort() from native code fast (#13064)
|
2024-08-05 15:50:36 -07:00 |
|
Jarred Sumner
|
59c5c0fe48
|
Fix memory leak when requiring or importing modules that get GC'd later (#12997)
|
2024-08-01 12:05:37 -07:00 |
|
Meghan Denny
|
8efcc61a7b
|
windows: cleanup logging of NODE_CHANNEL_FD (#12930)
|
2024-07-29 19:16:02 -07:00 |
|
Jarred Sumner
|
51257d5668
|
Add BUN_FEATURE_FLAG_DISABLE_ASYNC_TRANSPILER feature flag
|
2024-07-29 01:37:59 -07:00 |
|
Jarred Sumner
|
a5ba02804f
|
Use typed allocators in more places (#12899)
|
2024-07-28 18:37:35 -07:00 |
|
dave caruso
|
bf8b6922bb
|
Fix memory leak when printing any error's source code. (#12831)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-26 14:14:16 -07:00 |
|
Meghan Denny
|
f7cb2da542
|
use .undefined literal instead of jsUndefined() call (#12834)
|
2024-07-26 04:03:55 -07:00 |
|
Meghan Denny
|
92c83fcd9e
|
ipc: make IPCInstance.context void on windows instead of u0 (#12840)
|
2024-07-26 03:56:13 -07:00 |
|
Jarred Sumner
|
5f1b569c52
|
Fix crash when creating a new Worker with a numeric environment varia… (#12810)
|
2024-07-25 18:10:57 -07:00 |
|
Meghan Denny
|
82b42ed851
|
node: more process.exitCode fixes (#12809)
|
2024-07-25 15:18:41 -07:00 |
|
Jarred Sumner
|
30df04cd35
|
Add a couple feature flags
|
2024-07-25 05:52:50 -07:00 |
|
Jarred Sumner
|
585c8299d8
|
Clean up some stack trace printing logic (#12791)
|
2024-07-25 04:04:02 -07:00 |
|
Jarred Sumner
|
57c6a7db35
|
libdeflate (#12741)
|
2024-07-24 01:30:31 -07:00 |
|
Jarred Sumner
|
e866793eb3
|
Fix Windows assertion failures
|
2024-07-10 18:08:04 -07:00 |
|
dave caruso
|
02b589b2ce
|
fix a crash in remapping stacks (#12477)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-10 16:39:05 -07:00 |
|
dave caruso
|
5137213f86
|
heavy revision on heap_breakdown's safety (#12445)
|
2024-07-09 14:29:00 -07:00 |
|
Dylan Conway
|
a36a01e235
|
fix(--watch): ref or create new module specifier strings (#12442)
|
2024-07-08 19:55:21 -07:00 |
|
dave caruso
|
688ddbda74
|
feat(bundler): implement enum inlining / more constant folding (#12144)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-03 04:23:17 -07:00 |
|
Jarred Sumner
|
b0018465cc
|
WebKit upgrade (#12246)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-01 23:27:59 -07:00 |
|
dave caruso
|
b76376f8a6
|
chore: upgrade zig to 0.13.0 (#9965)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Grigory <grigory.orlov.set@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: Meghan Denny <hello@nektro.net>
Co-authored-by: Kenta Iwasaki <63115601+lithdew@users.noreply.github.com>
Co-authored-by: John-David Dalton <john.david.dalton@gmail.com>
Co-authored-by: Dale Seo <5466341+DaleSeo@users.noreply.github.com>
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Georgijs Vilums <georgijs.vilums@gmail.com>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-06-20 13:48:39 -07:00 |
|
dave caruso
|
ba6e421e3b
|
log the error when file watcher fails to start (#11986)
|
2024-06-19 22:37:45 -07:00 |
|
huseeiin
|
85baa0f3c0
|
typo (#11957)
|
2024-06-18 13:39:20 -07:00 |
|
Jarred Sumner
|
22be784714
|
Print like curl (#11865)
|
2024-06-14 01:57:20 -07:00 |
|
Jarred Sumner
|
c44d489ed0
|
Support NODE_TLS_REJECT_UNAUTHORIZED=0 at runtime and implement BUN_CONFIG_VERBOSE_FETCH (#11833)
|
2024-06-13 04:30:15 -07:00 |
|
dave caruso
|
2e44ee019a
|
Fix crash when throwing an exception in setTimeout (#11670)
|
2024-06-06 22:15:27 -07:00 |
|
Jarred Sumner
|
6a756bf979
|
Implement blob: URLs in fetch, import, and Worker (#11537)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-06-05 18:49:03 -07:00 |
|