aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-03Upgrade webkit (#6277)Gravatar Dylan Conway 1-1/+0
2023-10-03Support `bun run --if-present` (#6248)Gravatar Ashcon Partovi 2-1/+120
2023-10-03fix decorator testsGravatar Dylan Conway 1-1/+1
2023-10-03fix(blob): Add the current offset to the new blob. (#6259)Gravatar Ai Hoshino 1-1/+28
2023-10-03Fix bunx command for github package #5974 (#6042)Gravatar axel escalada 1-0/+40
2023-10-03feat(encoding): support BOM detection with test passed (#6074)Gravatar WingLim 2-2/+24
2023-10-03Store workspace package versions (#6258)bun-v1.0.4Gravatar Dylan Conway 1-0/+79
2023-10-02Fix `bun install` reading Github API from wrong environment variable (#6247)Gravatar Ashcon Partovi 1-0/+59
2023-10-01fix(node:process): fix return value of `process.kill` (#6207)Gravatar Ai Hoshino 1-2/+4
2023-09-30Update cp.test.tsGravatar Jarred Sumner 1-1/+1
2023-09-30tweak github actions (#6195)Gravatar Jarred Sumner 1-1/+1
2023-09-29Fix hang in `bun install` (#6192)Gravatar Jarred Sumner 1-0/+92
2023-09-29Implement virtual module support in `Bun.plugin` (#6167)Gravatar Jarred Sumner 3-0/+139
2023-09-29fix(runtime): followup for `server.requestIP` (#6185)Gravatar dave caruso 1-2/+30
2023-09-29fix: don't set default request method when creating a Request (#6154)Gravatar Liz 1-0/+10
2023-09-29add Socket.prototype; lol (#5945)Gravatar dave caruso 1-0/+7
2023-09-29fix(resolver): support encoded file urls (#5766)Gravatar dave caruso 3-6/+143
2023-09-29feat(runtime): implement `server.requestIp` + node:http `socket.address()` (#...Gravatar dave caruso 1-0/+36
2023-09-29Fixes #6053 (#6162)Gravatar Jarred Sumner 1-1/+3
2023-09-28fix decorator testsGravatar Dylan Conway 2-524/+1250
2023-09-28Add local tarball install #5812 (#6118)Gravatar axel escalada 1-1/+46
2023-09-28Get Next.js Pages Router to work (#6095)Gravatar dave caruso 35-93/+812
2023-09-27Complete rework of the majority of `node:util`, primarily `util.inspect` (#4493)Gravatar jhmaster 8-1/+4114
2023-09-27fix typescript metadata for import identifiers (#6130)Gravatar Dylan Conway 1-0/+34
2023-09-27update snapshotsGravatar Dylan Conway 1-3/+3
2023-09-27`deadCodeElimination` toggle for Bun.Transpiler (#5932)Gravatar jhmaster 1-0/+24
2023-09-27fix(bun install): Handle vercel and github tarball path dependencies (#6122)Gravatar Justin "J.R." Hill 1-0/+56
2023-09-27fix: implement correct behaviour for urls with blob: scheme (#5825)Gravatar Liz 1-2/+4
2023-09-27fix(node:fs): fix `fs.exists` callback parameters (#6097)Gravatar Ai Hoshino 1-0/+41
2023-09-26Update bun-install.test.tsGravatar Dylan Conway 1-263/+327
2023-09-26fix workspace dependency install (#6092)Gravatar Dylan Conway 1-0/+408
2023-09-26fix: support console.dir options object correctly (#6059)Gravatar Liz 2-0/+22
2023-09-26fix server end of stream, fix fetch not streaming without content-length or c...Gravatar Ciro Spaciari 1-0/+29
2023-09-25no this value (#6063)Gravatar Dylan Conway 1-0/+15
2023-09-25Add Module._extensions (#5998)Gravatar Jarred Sumner 1-0/+7
2023-09-25Make error message for `new URL(invalid)` better (#6032)Gravatar Jarred Sumner 1-0/+13
2023-09-25Fix create command with template prefixed with @ char #6007 (#6013)Gravatar axel escalada 1-0/+31
2023-09-24Correctly fix #5888 (#6000)Gravatar Jarred Sumner 4-2/+8
2023-09-24Fixes #5985 (#5986)Gravatar Jarred Sumner 2-2/+41
2023-09-23fix(lockfile): ensure all bytes of union are initialized before serialization...Gravatar Ai Hoshino 1-1/+64
2023-09-22isBinary (#5944)Gravatar Dylan Conway 1-1/+25
2023-09-22fix(runtime): exclude unevaluated module in `require.cache` (#5903)Gravatar Ai Hoshino 1-0/+1
2023-09-21Implement module.parent (#5889)bun-v1.0.3Gravatar dave caruso 2-0/+17
2023-09-21fix #5865 (#5890)Gravatar Dylan Conway 1-0/+6
2023-09-21Hide env elapsed time when loglevel=info (#5882)Gravatar Colin McDonnell 1-1/+1
2023-09-21Don't use arena in node:fs (#5863)Gravatar Jarred Sumner 1-0/+19
2023-09-21fix: correctly pass the encrypted(bool) property on "Socket" for express.js (...Gravatar Liz 3-3/+105
2023-09-21fix(node:fs): use the right copyFile constants (#5874)Gravatar dave caruso 1-1/+30
2023-09-21decorator metadata defaults and rest argsGravatar Dylan Conway 1-0/+52
2023-09-21Fix test failures (#5862)Gravatar Jarred Sumner 2-3/+3