Dylan Conway
|
a3585ff961
|
node:crypto: implement hkdf and hkdfSync (#18312)
|
2025-03-21 01:03:01 -07:00 |
|
nmarks
|
27cf0d5eaf
|
Remove references to developers former name (#18319)
Co-authored-by: chloe caruso <git@paperclover.net>
|
2025-03-20 00:53:46 -07:00 |
|
chloe caruso
|
d1c77f5061
|
fix dev server regressions from 1.2.5's hmr rewrite (#18109)
Co-authored-by: Zack Radisic <zack@theradisic.com>
Co-authored-by: zackradisic <56137411+zackradisic@users.noreply.github.com>
|
2025-03-14 21:24:14 -07:00 |
|
chloe caruso
|
1a6a34700f
|
chore: less usingnamespace, deprecate bun.C in favor of automatic translate-c (#17830)
|
2025-03-03 15:04:21 -08:00 |
|
chloe caruso
|
10663d7912
|
devserver: use file urls for sourcemap (#17319)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-02-14 01:30:03 -08:00 |
|
Zack Radisic
|
321500c625
|
CSS stress tests, some fixes (#17131)
|
2025-02-10 20:56:30 -08:00 |
|
Jarred Sumner
|
ba8573494a
|
Add shadcn, tailwind and react detection & templates to bun create. Also: bun install --analyze <files...> (#17035)
|
2025-02-09 09:36:57 -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 |
|
Dylan Conway
|
b098c9ed89
|
fix(fs): WriteStream pending write fastpath (#16856)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-31 05:14:41 -08:00 |
|
Zack Radisic
|
f6ec0da125
|
Various CSS fixing and stability stuff (#16889)
|
2025-01-31 03:47:49 -08:00 |
|
Meghan Denny
|
676e8d1632
|
zig: delete is_bindgen (#16858)
|
2025-01-28 23:51:24 -08:00 |
|
chloe caruso
|
5819fe49a7
|
node fs compat pr #2 (#16422)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: dylan-conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2025-01-21 10:28:35 -08:00 |
|
Dylan Conway
|
3128beed67
|
fix fs.mkdir regression (#16497)
|
2025-01-19 16:07:18 -08:00 |
|
chloe caruso
|
834ad11d48
|
get node:fs tests passing part 1 (#16270)
|
2025-01-14 20:53:02 -08:00 |
|
Jarred Sumner
|
c2e150f916
|
Revert "Skip javascriptcore's first parse step for ES Modules" (#16370)
|
2025-01-13 01:24:48 -08:00 |
|
pfg
|
ccc7bde7c6
|
Skip javascriptcore's first parse step for ES Modules (#15758)
|
2025-01-09 19:31:44 -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 |
|
Dylan Conway
|
2272b852ba
|
fix(install): npm version to git resolution package-lock.json migration (#15810)
|
2024-12-17 19:59:23 -08:00 |
|
dave caruso
|
79dc13ca79
|
pass all string decoder tests (#15723)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-12-12 01:35:08 -08:00 |
|
Meghan Denny
|
53318c8b13
|
ci: run re-enable node tests on all platforms (#15572)
|
2024-12-09 19:08:30 -08:00 |
|
Kai Tamkun
|
da3d64b1ef
|
Remove a duplicate if statement (#15555)
|
2024-12-03 12:33:27 -08:00 |
|
pfg
|
95fcee8b76
|
Fix expect toMatchSnapshot not working for some strings (#15183)
|
2024-11-21 17:46:45 -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 |
|
pfg
|
56f7c8887b
|
Fix unicode imports, unicode-escaped variable names, and printClauseAlias not working for utf-8 (#15009)
|
2024-11-11 13:27:42 -08:00 |
|
Dylan Conway
|
62881ee36b
|
Redact secrets in bunfig.toml and npmrc logs (#14919)
|
2024-10-31 18:44:24 -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 |
|
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 |
|
Dylan Conway
|
d3323c84bb
|
fix(publish): missing bins bugfix (#14488)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-10-11 21:28:47 -07:00 |
|
Dylan Conway
|
f374ae6db1
|
add bun publish (#14215)
|
2024-10-02 20:47:22 -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 |
|
Dylan Conway
|
5af782344f
|
fix(watch): use case insensitive path comparison (#13909)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-09-14 01:41:33 -04:00 |
|
Dylan Conway
|
267afa2934
|
implement bun pm pack (#13723)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
|
2024-09-07 03:55:09 -07:00 |
|
Jarred Sumner
|
d861347dc5
|
Optimize TextEncoderStream, part 1 (#13222)
|
2024-08-10 02:13:36 -07:00 |
|
Dylan Conway
|
9302b42919
|
revert 84c91bf7e1 (#13214)
|
2024-08-09 19:28:08 -07:00 |
|
Ashcon Partovi
|
84c91bf7e1
|
Revert TextDecoderStream until next release (#13151)
|
2024-08-07 12:34:04 -07:00 |
|
Dylan Conway
|
9f7c6e34cb
|
Add TextDecoderStream, TextEncoderStream, and TextDecoder.decode("", { stream: true}) (#13115)
|
2024-08-07 02:36:29 -07:00 |
|
Jarred Sumner
|
cacbaba524
|
Make signal.abort() from native code fast (#13064)
|
2024-08-05 15:50:36 -07:00 |
|
Dylan Conway
|
6303af3ce0
|
fix(TextDecoder): decoding sequences starting with 192 or 193 (#13043)
|
2024-08-02 23:01:34 -07:00 |
|
Jarred Sumner
|
34e493f945
|
Experiment: disable -fPIC and relro (#12582)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-17 02:33:46 -07:00 |
|
Jarred Sumner
|
b7dd57ac32
|
Fix zig build error on Windows
|
2024-07-11 00:08:05 -07:00 |
|
Jarred Sumner
|
226f42e04a
|
Rewrite js_ast.NewBaseStore (#12388)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-07-10 21:57:40 -07:00 |
|
Jarred Sumner
|
f1151a84ad
|
On Windows, fix fs.writeFile(1, fs.writeFile(2, fs.writeFile(\\nul (#12410)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2024-07-10 19:49:36 -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
|
60ef13e079
|
Fix assertion failure in Bun.escapeHTML with latin1 input (#12185)
|
2024-06-26 18:25:02 -07:00 |
|
Zack Radisic
|
00f9410d92
|
Fix bun patch with workspaces and scoped packages (#12022)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-06-21 14:16:14 -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
|
fa952b163c
|
fix(install): tarball extracting bugfix (#11864)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-06-15 00:22:16 -07:00 |
|
Dylan Conway
|
5b09384f01
|
add memrchr to strings.lastIndexOfChar on linux (#11671)
|
2024-06-06 22:01:28 -07:00 |
|