Modernize an API Call Incrementally
Migrate off a deprecated dependency one file at a time, stopping the moment tests fail.
Advanced1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
Your prompt
3 placeholders leftReplace every use of the deprecated {{old_library}} in {{path}} with {{new_api}}. Migrate one file at a time, run that file's tests after each change, and stop if any test fails so we can review together.