This codemod turns reply.sent = true into reply.hijack(), updating to the new Fastify v5 method for handling manual responses.
Before
ts
After
ts
The easiest way to run this codemod without installing anything globally:
This codemod turns reply.sent = true into reply.hijack(), updating to the new Fastify v5 method for handling manual responses.
ts
ts
Build your own codemod and share it with the community.