deno/runtime/features/gen.js
David Sherret ec32c6e5ba
Some checks are pending
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat(unstable): bytes and text imports (#29855)
2025-06-26 11:21:16 -04:00

27 lines
465 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,
rawImports: 17,
temporal: 20,
unsafeProto: 21,
vsock: 22,
webgpu: 23,
workerOptions: 24,
};