mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
26 lines
447 B
JavaScript
26 lines
447 B
JavaScript
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
|
|
/**
|
|
* Don't modify this file manually.
|
|
*
|
|
* This file is auto-generated by the build script, modify `data.rs` instead.
|
|
*/
|
|
|
|
export const unstableIds = {
|
|
broadcastChannel: 1,
|
|
cron: 3,
|
|
ffi: 5,
|
|
fs: 6,
|
|
http: 7,
|
|
kv: 8,
|
|
net: 11,
|
|
noLegacyAbort: 12,
|
|
nodeGlobals: 13,
|
|
otel: 15,
|
|
process: 16,
|
|
temporal: 19,
|
|
unsafeProto: 20,
|
|
vsock: 21,
|
|
webgpu: 22,
|
|
workerOptions: 23,
|
|
};
|