Jarred Sumner
|
2e02d9de28
|
Use ReadableStream.prototype.* in tests instead of new Response(...).* (#20937)
Co-authored-by: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Alistair Smith <hi@alistair.sh>
Co-authored-by: Claude Bot <claude-bot@bun.sh>
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-07-14 00:47:53 -07: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 |
|
Jarred Sumner
|
cd6785771e
|
run prettier and add back format action (#13722)
|
2024-09-03 21:32:52 -07:00 |
|
Meghan Denny
|
4efe026b5f
|
test: unify how all files create a temp directory (#11057)
Co-authored-by: nektro <nektro@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-05-14 20:19:35 -07:00 |
|
Dylan Conway
|
5934b17f00
|
fix(windows): fix a few more tests (#8644)
* fix regression tests
* fix fs.test.ts bigintstats
* enable transpiler cache lol
* remove failing
* fix filesystem router
* update
* fix run-unicode test
* update comment
* add updated snapshot
* fix remaining node-module-module tests
* fixup
* [autofix.ci] apply automated fixes
* fix tty tests
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2024-02-02 18:58:16 -08:00 |
|
Dylan Conway
|
c538bf87d1
|
fix(windows): transpiler cache and other test fixes (#8471)
* umask
* process args
* update reportError.test.ts
* file exists
* transpiler cache
* back to const
* remove failing comments
* [autofix.ci] apply automated fixes
* update comment
* debug assert and remmove branch
* oops
* escape
* path sep
* seekTo
* disable
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-01-29 15:17:23 -08:00 |
|
dave caruso
|
072f2f15ea
|
ci: run windows tests and also run them concurrently (#7758)
|
2024-01-12 17:02:20 -08:00 |
|
dave caruso
|
6b549ee592
|
fix: random improvements to bun.String (#7695)
* make bun.String.createUninitialized harder to mess up
* remove toJSConst
* Update src/bun.js/bindings/BunString.cpp
* ok
* aaaaaaaa
* fix ucs2 encoding oopsies
* a
* [autofix.ci] apply automated fixes
* fix baseline build
* hello
* remove commented code
* aaa
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2023-12-20 19:18:32 -08:00 |
|
dave caruso
|
5029fc8564
|
fix: do not inline process.env during bun run and bun test (#7614)
* env stuff
* ok
* undo
* remove unused param
* resolve review comment
* dupe
* it compiles now i promise
|
2023-12-13 06:05:03 -08:00 |
|
Jarred Sumner
|
b2bf3f0dcf
|
Handle stack overflow in binary expressions in JS Parser (#7414)
* Fix stack overflow in large files
* Add test for stack overflow
* wip
* Disable cache in debug build
* Remove our extra `captureStackTrace` call
* Update RuntimeTranspilerCache.zig
* Update RuntimeTranspilerCache.zig
* Fix issues with integer environment variables
* Add missing ref
* Add missing null check
* Update bindings.cpp
* Update transpiler-cache.test.ts
* Add version check
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2023-12-02 03:46:25 -08:00 |
|
Jarred Sumner
|
0c532eac7b
|
Make tsc --help 2x faster (#7365)
|
2023-12-01 22:56:40 +01:00 |
|