Aarshcodemod

fastify/4/url-params-optional

No description available

fastify4migration
Public
156 executions

Run locally

npx codemod fastify/4/url-params-optional

This codemod declares the optional parameters explicitly.

🚦 Impact Level: Minimal

What Changed

If you've already used any implicitly optional parameters, you'll get a 404 error when trying to access the route. You will now need to declare the optional parameters explicitly.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.