aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/@vercel_fetch.js
diff options
context:
space:
mode:
authorGravatar Dylan Conway <35280289+dylan-conway@users.noreply.github.com> 2023-10-04 22:46:21 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-04 22:46:21 -0700
commit4a2e1574e4d4001b60c96a315491dd622d7d54b6 (patch)
tree32db276faecd44d9a012e59bbf947e20e17055a5 /src/node-fallbacks/@vercel_fetch.js
parent5a315f4df053a53e38086a839564e3d6d539bda9 (diff)
downloadbun-4a2e1574e4d4001b60c96a315491dd622d7d54b6.tar.gz
bun-4a2e1574e4d4001b60c96a315491dd622d7d54b6.tar.zst
bun-4a2e1574e4d4001b60c96a315491dd622d7d54b6.zip
fix semver and repository host bugs (#6312)
* releases before prereleases * handle different repo hosts * remove log * Update bun-install.test.ts * test for `bun add` * gitlab test * use comptime hash map, another test case * don't need length * bump timeout, use tld * infer git dependencies for https and ssh
Diffstat (limited to 'src/node-fallbacks/@vercel_fetch.js')
0 files changed, 0 insertions, 0 deletions
Kit?h=jarred/rename&id=dce542a62329e0b3b2359155088ddd7df52c1a71&follow=1'>Update WebKitGravatar Jarred Sumner 1-0/+0 2022-06-22cleanup websocket testGravatar Jarred Sumner 1-3/+6 2022-06-22Fix `WebSocket` when HTTP server is not runningGravatar Jarred Sumner 14-38/+103 2022-06-22Update build-idGravatar Jarred Sumner 1-1/+1 2022-06-22cleanupGravatar Jarred Sumner 6-719/+3 2022-06-22Update index.d.tsGravatar Jarred Sumner 1-0/+1 2022-06-22types for `bun:jsc`Gravatar Jarred Sumner 2-1/+37 2022-06-22Slightly customize the `events` polyfill so it uses ESMGravatar Jarred Sumner 1-1/+522 2022-06-22Fix memory bugs in escapeHTML & arrayBufferToStringGravatar Jarred Sumner 1-65/+61