A

fastify/4/reply-raw-access

How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

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.