1 रिपॉजिटरी
Scripts and utilities for updating codebases to handle changes between API versions.
Distinguishing note: No candidate fits; this is a specific API migration utility, distinct from general scripting APIs or task automation scripts.
Explore 1 awesome GitHub repository matching development tools & productivity · API Version Migration Scripts. Refine with filters or upvote what's useful.
This project is a suite of abstract syntax tree transformation tools designed to automate the migration of source code to newer versions of React. It provides a set of scripts that programmatically modify code structures to replace deprecated APIs and component patterns with modern equivalents. The toolkit specializes in converting class components into functional components using arrow functions and prop destructuring. It also includes utilities for modernizing JSX syntax, updating deprecated lifecycle methods to stable versions, and migrating legacy string-based references to callback refs.
Provides specialized scripts for automating the transition between different API versions of a framework.