aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/process.test.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-12make the test more resilientGravatar Jarred Sumner 1-3/+5
2023-01-08Update process.versionsGravatar Jarred Sumner 1-1/+41
2022-12-29[node] Implement `process.uptime` and `process.umask`Gravatar Jarred Sumner 1-0/+13
2022-12-15[node:process] Implement `process.argv0`, `process.execPath`Gravatar Jarred Sumner 1-0/+10
Fixes https://github.com/oven-sh/bun/issues/1599
2022-11-28Add test for processGravatar Jarred Sumner 1-3/+14
2022-11-27Add missing vGravatar Jarred Sumner 1-0/+4
Fixes https://github.com/oven-sh/bun/issues/1554
2022-11-14Fix crashiness with `process.env`Gravatar Jarred Sumner 1-0/+12
This also makes it a lot slower
2022-11-09Add bun-types, add typechecking, add `child_process` types (#1475)Gravatar Colin McDonnell 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-27Implement `process.release`Gravatar Jarred Sumner 1-0/+9
2022-08-02[node.js compat] Implement `process.hrtime()` and `process.hrtime.bigint()`Gravatar Jarred Sumner 1-1/+15
2022-06-22change the directory structurejarred/renameGravatar Jarred Sumner 1-0/+54