codemod
codemod copied to clipboard
The end-to-end platform for creating, sharing, and running codemods with engines like jscodeshift, ast-grep, ts-morph, and more. Automate code migrations, cleanups, and refactors for you, your team, a...
on behalf of [eps1lon](https://github.com/eps1lon): "`ComponentSpec` and `Mixin` are now in `create-react-class`. It might be easiest to fork the `deprecated-prop-types-types` but with `create-react-class` instead of `prop-types` as the target package. Needs...
on behalf of [eps1lon](https://github.com/eps1lon): All the [breakages I found so far](https://github.com/users/eps1lon/projects/3/views/9) can be resolved via ``` diff -useReducer +useReducer ``` ### Applicability Criteria Which types-react versions include the old pattern?...
on behalf of [eps1lon](https://github.com/eps1lon): "It's very often just misused. Most of the time might be best to typeof React.Children. Needs real world codebase with usage to test on." > Note:...
### Issue Description Select one of: [ ] Generated codemod is not correct [ ] Bug in Codemod Studio [x] UI/UX improvement request [?] Feature request When working in one...
**Please check if the PR fulfills these requirements**: - [ ] The commit message follows [our code of conduct](/CODE_OF_CONDUCT.md) and [contributing guidelines](https://github.com/codemod-com/codemod-registry/blob/main/CONTRIBUTING.md) - [ ] Tests for the changes have...
#### 📚This codemod automates the migration process from Preact versions earlier than 8 to the latest version (vX), ensuring compatibility and streamlining the upgrade. - [x] Tests for the changes...
### Issue Description Select one of: [ ] Generated codemod is not correct [ ] Bug in Codemod Studio [x] UI/UX improvement request [ ] Feature request Since the "Clear...