oven-sh/bun

node:process.initgroups is not yet implemented

Open

#23.891 geöffnet am 21. Okt. 2025

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (90.348 Stars) (4.486 Forks)batch import
bugconfirmed buggood first issuenode:process

Beschreibung

What version of Bun is running?

1.3.1-canary.103+7750afa29

What platform is your computer?

Darwin 24.5.0 arm64 arm

What steps can reproduce the bug?

❯ node -p 'process.initgroups'
[Function: initgroups]
❯ bun -p 'process.initgroups'
undefined

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

http://nodejs.org/api/process.html#processinitgroupsuser-extragroup

Contributor Guide