diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-01-31 14:44:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 14:44:19 +0900 |
commit | 49a0db0d2a2a697320ea95bacaca9bc61199c951 (patch) | |
tree | 4c5d7557afe1c93821ac5259e999e776f537041d /runtime/js/90_deno_ns.js | |
parent | 245f69256b9e22f7759b887e82138ad3844a8cf4 (diff) |
feat(unstable): add Deno.getUid (#13496)
Diffstat (limited to 'runtime/js/90_deno_ns.js')
-rw-r--r-- | runtime/js/90_deno_ns.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/90_deno_ns.js b/runtime/js/90_deno_ns.js index 55cd34914..871062394 100644 --- a/runtime/js/90_deno_ns.js +++ b/runtime/js/90_deno_ns.js @@ -122,6 +122,7 @@ osRelease: __bootstrap.os.osRelease, systemMemoryInfo: __bootstrap.os.systemMemoryInfo, networkInterfaces: __bootstrap.os.networkInterfaces, + getUid: __bootstrap.os.getUid, applySourceMap: __bootstrap.errorStack.opApplySourceMap, formatDiagnostics: __bootstrap.errorStack.opFormatDiagnostics, sleepSync: __bootstrap.timers.sleepSync, |