aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/scripts/create_hash_table (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-18fix(runtime/node): Allow `new Buffer.alloc()` + Upgrade WebKit (#5699)Gravatar dave caruso 1-136/+325
* make bufferconstructor a static hash table * chore: Upgrade WebKit to 4d995edbc44062b251be638818edcd88d7d14dd7 * make it constructable now * fix comment * yippee * update CI workflows
2023-07-19Fix vite (#3694)Gravatar dave caruso 1-0/+347
* Fix ServerWebSocket.readyState * Add create_hash_table to our repo * Fix #3216