Don Isaac
|
062a5b9bf8
|
fix(shell): remove unecessary allocations when printing errors (#17898)
|
2025-03-14 08:45:34 -07:00 |
|
Don Isaac
|
1ed87f4e83
|
fix: deadlock in Cow debug checks (#18173)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
|
2025-03-13 16:42:06 -07:00 |
|
Don Isaac
|
4ef7a43939
|
chore: add assertf and releaseAssert (#17859)
Co-authored-by: DonIsaac <22823424+DonIsaac@users.noreply.github.com>
Co-authored-by: chloe caruso <git@paperclover.net>
|
2025-03-04 12:50:59 -08:00 |
|
Meghan Denny
|
1574df835e
|
zig: make JSValue.toBunString use JSError (#17648)
|
2025-02-25 13:04:44 -08:00 |
|
Meghan Denny
|
04703bd3cc
|
zig: catch JSValue.toZigString/getZigString thrown exceptions (#17508)
|
2025-02-21 22:55:03 -08:00 |
|
Meghan Denny
|
27c90786ca
|
node: implement process.binding('fs') (#17480)
|
2025-02-20 22:15:01 -08:00 |
|
Don Isaac
|
cdf62b35ff
|
refactor: move string-like structs into string module (#17369)
|
2025-02-15 21:52:43 -08:00 |
|
chloe caruso
|
2b97d61deb
|
chore: remove some trivial usage of usingnamespace (#17268)
|
2025-02-11 19:38:52 -08:00 |
|
Minsoo Choo
|
fa502506e5
|
Fix formatting for extern "c" (#16983)
|
2025-02-02 21:34:58 -08:00 |
|
Meghan Denny
|
26d3688e53
|
zig: update to 0.14.0-dev (#16862)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
|
2025-02-01 01:11:02 -08:00 |
|
Zack Radisic
|
87dedd109a
|
CSS bundling & general fixes (#16486)
|
2025-01-18 13:26:27 -08:00 |
|
pfg
|
0d17843251
|
Fix bun run folder (#15117)
Co-authored-by: pfgithub <pfgithub@users.noreply.github.com>
|
2025-01-17 22:08:07 -08:00 |
|
Meghan Denny
|
68089a099f
|
zig: else branch is implicitly void (#16406)
|
2025-01-15 15:14:43 -08:00 |
|
chloe caruso
|
834ad11d48
|
get node:fs tests passing part 1 (#16270)
|
2025-01-14 20:53:02 -08:00 |
|
Jarred Sumner
|
2465ccae53
|
Re-sync our Mutex implementation with zig stdlib (#16271)
|
2025-01-08 21:09:27 -08:00 |
|
Jarred Sumner
|
b59e7c7682
|
Add missing exception checks to JSPropertyIterator (#16121)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2025-01-02 18:55:38 -08:00 |
|
Jarred Sumner
|
2b2ca3275c
|
Improve stack overflow, show more properties in Error objects (#15985)
Co-authored-by: Dave Caruso <me@paperdave.net>
|
2024-12-25 21:47:13 -08:00 |
|
Jarred Sumner
|
d6b9c444c1
|
Rename src/bundler.zig to src/transpiler.zig (#15921)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-12-21 00:59:37 -08:00 |
|
Don Isaac
|
acb9fdfcf5
|
refactor: organize native glob code (#15914)
Co-authored-by: DonIsaac <DonIsaac@users.noreply.github.com>
|
2024-12-20 20:59:07 -08:00 |
|
Jarred Sumner
|
2ccdf0122c
|
Fix edgecase with socketpair() impacting shell and spawn (#15725)
|
2024-12-12 01:23:40 -08:00 |
|
dave caruso
|
b39632c921
|
feat: new binding generator (#15638)
|
2024-12-10 12:43:17 -08:00 |
|
Meghan Denny
|
2d441d868b
|
zig: make throw use JSError (#15444)
|
2024-12-02 14:19:18 -08:00 |
|
Meghan Denny
|
663f00b62b
|
zig: make throwOutOfMemory use JSError (#15413)
|
2024-11-26 12:58:43 -08:00 |
|
Meghan Denny
|
c434b2c191
|
zig: make throwPretty use JSError (#15410)
|
2024-11-25 18:08:42 -08:00 |
|
Meghan Denny
|
bb3d570ad0
|
zig: assert there is an exception when .zero is returned (#15362)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-25 15:19:02 -08:00 |
|
Meghan Denny
|
c3f63bcdc4
|
zig: make throwInvalidArguments use JSError (#15305)
|
2024-11-21 16:19:13 -08:00 |
|
Meghan Denny
|
0e3e33072b
|
zig: rename CallFrame.arguments to .arguments_old to free up decl name (#15296)
|
2024-11-20 16:18:56 -08:00 |
|
Meghan Denny
|
c9d0fd51a9
|
zig: make throwTODO use JSError (#15264)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-11-20 15:16:51 -08:00 |
|
Meghan Denny
|
173f67d81e
|
zig: make throwError use JSError (#15267)
|
2024-11-19 22:21:02 -08:00 |
|
Meghan Denny
|
ab3cb68f66
|
zig: make throwNotEnoughArguments use JSError (#15266)
|
2024-11-19 19:07:14 -08:00 |
|
Meghan Denny
|
fdd8d35845
|
allow zig js host functions to return JSError (#15120)
|
2024-11-13 21:11:56 -08:00 |
|
Meghan Denny
|
35513a9d6d
|
zig: remove JSValue.isEmpty (#15128)
|
2024-11-13 16:04:13 -08: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 |
|
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
|
5722ae8d04
|
Make prototype pollution attacks harder in most Bun APIs that accept objects (#14119)
|
2024-09-25 01:16:29 -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 |
|
Meghan Denny
|
8cd515f533
|
node:zlib: move deflate and gzip into native code (#11770)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-06 18:49:19 -07:00 |
|
Jarred Sumner
|
69f97cecf0
|
Ensure shell keeps process alive while running (#13777)
|
2024-09-06 16:28:50 -07:00 |
|
Zack Radisic
|
58d02e467f
|
Fix shell backticks crash (#13375)
|
2024-08-17 18:07:03 -07:00 |
|
Ciro Spaciari
|
b972ed6540
|
fix(IPC) make IPC on windows compatible with node.js (#13258)
|
2024-08-12 20:14:43 -07:00 |
|
dave caruso
|
2680deb5d3
|
feat: bun build --compile --sourcemap (#13047)
|
2024-08-06 13:51:11 -07:00 |
|
dave caruso
|
d5d4f53e82
|
fix(bundler): put unwrapped cjs imports at top level for minifyrenamer (#12951)
|
2024-07-30 21:30:09 -07:00 |
|
Meghan Denny
|
f7cb2da542
|
use .undefined literal instead of jsUndefined() call (#12834)
|
2024-07-26 04:03:55 -07:00 |
|
Meghan Denny
|
d97260869d
|
replace JSValue .callWithThis with always explicit .call (#12789)
|
2024-07-24 23:07:28 -07:00 |
|
Jarred Sumner
|
f5d1a17a5c
|
Fix crash in bun exec cd (#12676)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-19 22:57:52 -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 |
|
Jarred Sumner
|
7f3e6f23f6
|
Refactor ZigString -> toJS (#12242)
|
2024-06-29 00:21:42 -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 |
|
Dylan Conway
|
dd22c71612
|
fix(shell): handle cwd paths with non ascii characters (#11990)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-19 23:53:50 -07:00 |
|