Aarshcodemod

fastify/4/wrap-routes-plugin

No description available

fastify4migration
Public
69 executions

Run locally

npx codemod fastify/4/wrap-routes-plugin

This codemod wrap your routes in a plugin

🚦 Impact Level: Minimal

What Changed

To improve error reporting in route definitions, route registration is now synchronous. As a result, if you specify an onRoute hook in a plugin you should wrap your routes in a plugin.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.