Here are
121 public repositories
matching this topic...
A tool to help migrate JavaScript code quickly and conveniently to TypeScript
Updated
Oct 2, 2020
TypeScript
Codemods for your project config files
Updated
Sep 28, 2020
JavaScript
codemod rewrites JavaScript and TypeScript using babel plugins.
Updated
Oct 2, 2020
TypeScript
Improved productivity 💯 with the practical 🤓 use of the power 💪 of Abstract Syntax Trees 🌳 to lint ⚠️ and transform 🔀 your code
Updated
Mar 18, 2020
JavaScript
📦 Store your configs in one place and share between projects without any pain
Updated
Sep 26, 2020
JavaScript
A simple codemod to handle the new import style on RN25
Updated
May 4, 2017
JavaScript
Codemod to migrate from Lodash get and logical and expressions to optional chaining
Updated
Sep 29, 2020
JavaScript
🗜 Pluggable and configurable code transformer with built-in eslint, babel plugins and jscodeshift codemods support for js, jsx typescript and flow files
Updated
Sep 29, 2020
JavaScript
Codemod to update import declarations as per react-native > 0.59.x deprecations.
Updated
Sep 4, 2020
JavaScript
Updated
Dec 26, 2018
JavaScript
A tool to automatically fix Django deprecations.
Updated
Oct 2, 2020
Python
Updated
Oct 2, 2020
JavaScript
codemod transformations to help upgrade Next.js codebases
Updated
Sep 13, 2020
JavaScript
codemod cli for antd v4 upgrade
Updated
Oct 2, 2020
JavaScript
A codemod-cli project for converting Ember objects to es6 native classes
Updated
Sep 28, 2020
JavaScript
Codemod to convert curly braces syntax to angle brackets syntax
Updated
Sep 28, 2020
JavaScript
⚙️ Font Awesome codemod script
Updated
Jul 18, 2020
TypeScript
tscodeshift is a toolkit for running codemods over multiple TS files
Updated
Oct 5, 2017
TypeScript
Automatically wrap your serverless framework functions with IOpipe
Updated
Feb 13, 2019
JavaScript
🍧 Shave some bytes by using Preact.
Updated
May 4, 2018
JavaScript
Transform .graphql to graphql-js typescript
Updated
Sep 12, 2020
TypeScript
Updated
Aug 24, 2020
JavaScript
Awesome list of codemods for various languages, libraries and frameworks
A collection of transforms for use with JSCodeshift
Updated
Sep 4, 2020
JavaScript
Updated
May 7, 2018
JavaScript
An example of how to use babel as a codemod
Updated
Feb 22, 2017
JavaScript
A Ruby CLI to transform source code using ASTs - A Ruby Codemod
Updated
Sep 24, 2019
Ruby
Improve this page
Add a description, image, and links to the
codemod
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
codemod
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The
andmethod is not supported by Jest, where Chai does support it.It should probably cut the assertion in two:
Is this a feasible option for codemods?
If so: I'm willing to work on a PR.