deno_features 0.35.0

Provides definitions of Deno unstable features.
Documentation
// Copyright 2018-2026 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,
  bundle: 2,
  cron: 4,
  ffi: 6,
  fs: 7,
  http: 8,
  kv: 9,
  net: 12,
  noLegacyAbort: 13,
  nodeGlobals: 14,
  otel: 16,
  process: 17,
  rawImports: 18,
  temporal: 21,
  unsafeProto: 23,
  vsock: 24,
  webgpu: 25,
  workerOptions: 26,
};