📰 IT Дайджест

#nodejs

1 материал

12. Cloudflare переписала module registry в workerd под Node.js-совместимость

Новый реестр модулей в Workers runtime включает import.meta.url/main/resolve, корректную валидацию import attributes, require(esm) по правилам Node.js и source phase imports для WebAssembly. Включается флагом new_module_registry, а лимит сжатого бандла убран: до 64 MiB на всех планах. Все стабильные Node.js API теперь включены по умолчанию.

blog.cloudflare.com · #infra #cloudflare #nodejs #workers