Example
This codemod transforms @service decorators to use the correct TypeScript syntax
Before
@service myService;
After
import { type Registry as Services } from '@ember/service';...@service declare myService: Services['myService'];
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community