Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-18 | fix(runtime/node): Allow `new Buffer.alloc()` + Upgrade WebKit (#5699) | 1 | -0/+1 | ||
* make bufferconstructor a static hash table * chore: Upgrade WebKit to 4d995edbc44062b251be638818edcd88d7d14dd7 * make it constructable now * fix comment * yippee * update CI workflows | |||||
2023-09-15 | feat(runtime): add `process.binding` `uv`/`natives`/`config` + make global ↵ | 1 | -0/+42 | ||
object properties lazy (#5355) * binding uv * we did that * some more bindings * fix doc * fix uv * yo * static hash table nonsense <3 * huge refactor to the global object i am not ready for merge conflicts * it works part 3 * lose --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> |