mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat: stabilize Deno.uid() and Deno.gid() (#16424)
Closes https://github.com/denoland/deno_std/issues/2791
This commit is contained in:
parent
0500aa1f71
commit
c36496b3bb
4 changed files with 30 additions and 38 deletions
|
@ -124,12 +124,12 @@
|
|||
systemMemoryInfo: __bootstrap.os.systemMemoryInfo,
|
||||
networkInterfaces: __bootstrap.os.networkInterfaces,
|
||||
consoleSize: __bootstrap.tty.consoleSize,
|
||||
gid: __bootstrap.os.gid,
|
||||
uid: __bootstrap.os.uid,
|
||||
};
|
||||
|
||||
__bootstrap.denoNsUnstable = {
|
||||
DiagnosticCategory: __bootstrap.diagnostics.DiagnosticCategory,
|
||||
gid: __bootstrap.os.gid,
|
||||
uid: __bootstrap.os.uid,
|
||||
listenDatagram: __bootstrap.net.listenDatagram,
|
||||
umask: __bootstrap.fs.umask,
|
||||
HttpClient: __bootstrap.fetch.HttpClient,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue