aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/modules/ProcessModule.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-02Rewrite built-in modules to use CommonJS over ESM (#3814)Gravatar dave caruso 1-81/+0
2023-07-09Implement nearly all of `process` object methods and properties (#3581)Gravatar Jarred Sumner 1-0/+8
2023-06-24Rewrite Bun's runtime CommonJS loader (#3379)Gravatar Jarred Sumner 1-17/+14
2022-09-06Fix issue with `process` esm node exportGravatar Jarred Sumner 1-31/+68
2022-08-17Add native process module (#1095)Gravatar Zilin Zhu 1-0/+39