Change8

@cloudflare/unenv-preset@2.13.0

📦 cloudflare-workersView on GitHub →
3 features

Summary

This release introduces experimental support for several native Node.js modules (child_process, tty, v8) within Cloudflare Workers when corresponding compatibility flags are enabled.

✨ New Features

  • Add support for native node:child_process module from workerd when the enable_nodejs_child_process_module compatibility flag is enabled (experimental).
  • Add support for native node:tty module from workerd when the enable_nodejs_tty_module compatibility flag is enabled (experimental).
  • Add support for the native node:v8 module from workerd when the enable_nodejs_v8_module and experimental compatibility flags are enabled (experimental).