Aarshcodemod

fastify/4/reply-raw-access

No description available

fastify4migration
Public
245 executions

Run locally

npx codemod fastify/4/reply-raw-access

This codemod converts reply.res moved to reply.raw.

🚦 Impact Level: Minimal

What Changed

If you previously used the reply.res attribute to access the underlying Request object you will now need to use reply.raw.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.