fix: vsock nits (#28851)

This commit is contained in:
snek 2025-04-11 21:11:03 +02:00 committed by GitHub
parent 5b25eeda57
commit e73ed03373
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 54 additions and 21 deletions

View file

@ -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 };