Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-17 | [process] Implement `process.emitWarning` | 1 | -0/+14 | ||
2023-01-16 | [node] Add `process.config` | 1 | -0/+9 | ||
2023-01-12 | make the test more resilient | 1 | -3/+5 | ||
2023-01-08 | Update process.versions | 1 | -1/+41 | ||
2022-12-29 | [node] Implement `process.uptime` and `process.umask` | 1 | -0/+13 | ||
2022-12-15 | [node:process] Implement `process.argv0`, `process.execPath` | 1 | -0/+10 | ||
Fixes https://github.com/oven-sh/bun/issues/1599 | |||||
2022-11-28 | Add test for process | 1 | -3/+14 | ||
2022-11-27 | Add missing v | 1 | -0/+4 | ||
Fixes https://github.com/oven-sh/bun/issues/1554 | |||||
2022-11-14 | Fix crashiness with `process.env` | 1 | -0/+12 | ||
This also makes it a lot slower | |||||
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -2/+2 | ||
* Add bun-types to packages * Improve typing * Fix types in tests * Fix dts tests * Run formatter * Fix all type errors * Add strict mode, fix type errors * Add ffi changes * Move workflows to root * Add workflows * Remove labeler * Add child_process types * Fix synthetic defaults issue * Remove docs * Move scripts * Run prettier * Include examples in typechecking * captureStackTrace types * moved captureStackTrace types to globals * Address reviews Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com> | |||||
2022-10-27 | Implement `process.release` | 1 | -0/+9 | ||
2022-08-02 | [node.js compat] Implement `process.hrtime()` and `process.hrtime.bigint()` | 1 | -1/+15 | ||
2022-06-22 | change the directory structurejarred/rename | 1 | -0/+54 | ||