aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ProcessBindingUV.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-15feat(runtime): add `process.binding` `uv`/`natives`/`config` + make global ↵Gravatar dave caruso 1-0/+158
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>