Jarred Sumner
|
b23327c283
|
[node] Add process.config
|
2023-01-16 16:47:08 -08:00 |
|
Jarred Sumner
|
034dd3d03d
|
make the test more resilient
|
2023-01-12 16:06:28 -08:00 |
|
Jarred Sumner
|
9972e553a0
|
Update process.versions
|
2023-01-08 00:50:38 -08:00 |
|
Jarred Sumner
|
940ecd05a8
|
[node] Implement process.uptime and process.umask
|
2022-12-29 06:05:43 -08:00 |
|
Jarred Sumner
|
3ea983578f
|
[node:process] Implement process.argv0, process.execPath
Fixes https://github.com/oven-sh/bun/issues/1599
|
2022-12-15 17:31:18 -08:00 |
|
Jarred Sumner
|
f423791e19
|
Add test for process
|
2022-11-28 15:59:58 -08:00 |
|
Jarred Sumner
|
512acf072e
|
Add missing v
Fixes https://github.com/oven-sh/bun/issues/1554
|
2022-11-27 22:41:16 -08:00 |
|
Jarred Sumner
|
436b8e1461
|
Fix crashiness with process.env
This also makes it a lot slower
|
2022-11-14 17:53:15 -08:00 |
|
Colin McDonnell
|
f7f1b60444
|
Add bun-types, add typechecking, add child_process types (#1475)
* 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-11-09 15:40:40 -08:00 |
|
Jarred Sumner
|
901c4f57aa
|
Implement process.release
|
2022-10-27 15:09:20 -07:00 |
|
Jarred Sumner
|
ed9abb0cb0
|
[node.js compat] Implement process.hrtime() and process.hrtime.bigint()
|
2022-08-02 16:41:47 -07:00 |
|
Jarred Sumner
|
729d445b68
|
change the directory structure
|
2022-06-22 23:21:48 -07:00 |
|