1 रिपॉजिटरी
Tools specifically for converting React components and lifecycle methods to TypeScript types.
Distinct from TypeScript Configurations: No candidate covers the specific transformation of React JS components to TS types; most target general configuration or native mobile.
Explore 1 awesome GitHub repository matching web development · React TypeScript Migrations. Refine with filters or upvote what's useful.
ts-migrate is an automated migration tool designed to transform JavaScript source code into compiling TypeScript files. It functions as a code migration framework that uses abstract syntax trees to perform large-scale refactoring and structural changes across a project. The tool provides a customizable framework for defining plugin-based transformation rules, allowing for the automation of specific code changes. It includes specialized engines for converting JSDoc type definitions into native TypeScript annotations and a utility for suppressing compiler errors by inserting type assertions or
Updates React components and lifecycle methods from JavaScript to native TypeScript type definitions.