mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix: vsock nits (#28851)
This commit is contained in:
parent
5b25eeda57
commit
e73ed03373
6 changed files with 54 additions and 21 deletions
|
@ -164,8 +164,9 @@ const unstableIds = {
|
|||
process: 11,
|
||||
temporal: 12,
|
||||
unsafeProto: 13,
|
||||
webgpu: 14,
|
||||
workerOptions: 15,
|
||||
vsock: 14,
|
||||
webgpu: 15,
|
||||
workerOptions: 16,
|
||||
};
|
||||
|
||||
const denoNsUnstableById = { __proto__: null };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue